- 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
-