A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

B

buildDirDescendant(Object) - Method in DefaultProjectOperations
Safely resolve the stringy items as a path below build directory.

C

copySpec() - Method in DefaultProjectOperations

D

DefaultProjectOperations - Class in org.ysb33r.grolifant.loadable.v7
An extension that can be added to a project by a plugin to aid in compatibility
DefaultProjectOperations(Project) - Constructor in DefaultProjectOperations
Constructor that sets up a number of methods to be compatible across a wide range Gradle releases.
DefaultProviderTools - Class in org.ysb33r.grolifant.loadable.v7
Safely deal with Providers down to Gradle 7.0.

E

environmentVariable(Object, boolean) - Method in DefaultProjectOperations

F

file(Object) - Method in DefaultProjectOperations
Convert an object to a file
fileize(Iterable<Object>) - Method in DefaultProjectOperations
Converts a collection of file-like objects to a a list of File instances with project context.
fileOrNull(Object) - Method in DefaultProjectOperations
Similar to {@Link #file}, but does not throw an exception if the object is null or an empty provider.
files(Object) - Method in DefaultProjectOperations
fileTree(Object) - Method in DefaultProjectOperations
Creates a new ConfigurableFileTree.

G

getArchiveOperations() - Method in DefaultProjectOperations
getBuildDir() - Method in DefaultProjectOperations
Build directory
getExecOperations() - Method in DefaultProjectOperations
getFileSystemOperations() - Method in DefaultProjectOperations
getGroupProvider() - Method in DefaultProjectOperations
Lazy-evaluated project group.
getOrElse(Provider<T>, T) - Method in DefaultProviderTools
API consistency, but optimized to only work for Gradle 7.0+
getOrNull(Provider<T>) - Method in DefaultProviderTools
API consistency, but optimized to only work for Gradle 7.0+
getProjectCacheDir() - Method in DefaultProjectOperations
Returns the project cache dir
getPropertyProvider() - Method in DefaultProjectOperations
getVersionProvider() - Method in DefaultProjectOperations
Lazy-evaluated project version.
gradleProperty(Object, boolean) - Method in DefaultProjectOperations

H

I

J

K

L

M

N

O

P

provider(Callable<? extends T>) - Method in DefaultProjectOperations
Returns a provider.

Q

R

relativePath(Object) - Method in DefaultProjectOperations
Returns the relative path from the project directory to the given path.

S

systemProperty(Object, boolean) - Method in DefaultProjectOperations

T

U

updateFileProperty(Provider<File>, Object) - Method in DefaultProjectOperations
Updates a file provider.
updateStringProperty(Provider<String>, Object) - Method in DefaultProjectOperations
Updates a string provider.

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _