Skip navigation links
A C F O P U Z 

A

asString(Project, String) - Static method in class com.brambolt.gradle.api.Projects
Looks up a project property and returns the value as a string.

C

com.brambolt.gradle.api - package com.brambolt.gradle.api
 
com.brambolt.gradle.api.provider - package com.brambolt.gradle.api.provider
 
com.brambolt.gradle.util - package com.brambolt.gradle.util
 
com.brambolt.nio.file - package com.brambolt.nio.file
 
createListProperty(Project, Class<T>, List<T>) - Static method in class com.brambolt.gradle.api.provider.Properties
Creates a list property provider and sets to the parameter value.
createMapProperty(Project, Class<K>, Class<V>, Map<K, V>) - Static method in class com.brambolt.gradle.api.provider.Properties
Creates a list property provider and sets to the parameter value.
createProperty(Project, Class<T>) - Static method in class com.brambolt.gradle.api.provider.Properties
Creates a property provider.
createProperty(Project, Class<T>, T) - Static method in class com.brambolt.gradle.api.provider.Properties
Creates a property provider and sets to the parameter value.
createZipUri(Path) - Static method in class com.brambolt.nio.file.ZipFileSystems
Converts a path to a jar:file: URI.

F

findPropertyOr(Project, String, Object) - Static method in class com.brambolt.gradle.api.Projects
Looks up a project property or provides the parameter default if no value found.

O

optional(String) - Static method in class com.brambolt.gradle.util.Optionals
Converts the parameter string value into a string optional that is empty iff the parameter is null, empty or white space.
optional(Project, String) - Static method in class com.brambolt.gradle.util.Optionals
Wraps the project property identified by the parameter property name in a string optional, iff the property is present and has a non-empty string representation.
optional(List<Optional<String>>, String) - Static method in class com.brambolt.gradle.util.Optionals
Converts a list of optional string segments into a joined optional.
Optionals - Class in com.brambolt.gradle.util
Utilities for working with optionals.
Optionals() - Constructor for class com.brambolt.gradle.util.Optionals
 

P

process(File, String, Closure<Void>) - Static method in class com.brambolt.nio.file.ZipFileSystems
Applies the parameter closure to the parameter zip file.
Projects - Class in com.brambolt.gradle.api
Utility functions for working with Gradle project objects.
Projects() - Constructor for class com.brambolt.gradle.api.Projects
 
Properties - Class in com.brambolt.gradle.api.provider
Convenience functions for managing property providers.
Properties() - Constructor for class com.brambolt.gradle.api.provider.Properties
 

U

unzip(File) - Static method in class com.brambolt.nio.file.ZipFileSystems
Unzips a zip file and returns a zip file system object.
unzip(Path) - Static method in class com.brambolt.nio.file.ZipFileSystems
Expands the parameter archive.
unzip(URI) - Static method in class com.brambolt.nio.file.ZipFileSystems
Expands the parameter archive.

Z

ZipFileSystems - Class in com.brambolt.nio.file
This is a utility class for working with zip file systems.
ZipFileSystems() - Constructor for class com.brambolt.nio.file.ZipFileSystems
 
A C F O P U Z 
Skip navigation links