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

copy(Action<? super CopySpec>) - Method in DefaultFileSystemOperations
Copies the specified files.
copySpec() - Method in DefaultProjectOperations

D

DefaultFileSystemOperations - Class in org.ysb33r.grolifant.loadable.v6
Implements FileSystemOperations for Gradle 6.x.
DefaultFileSystemOperations(Project) - Constructor in DefaultFileSystemOperations
DefaultProjectOperations - Class in org.ysb33r.grolifant.loadable.v6
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.v6
Safely deal with Providers down to Gradle 6.0.
delete(Action<? super DeleteSpec>) - Method in DefaultFileSystemOperations
Deletes the specified files.

E

environmentVariable(Object, boolean) - Method in DefaultProjectOperations

F

file(Object) - Method in DefaultFileSystemOperations
Converts a file-like object to a File instance with project context.
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 DefaultFileSystemOperations
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.
FileUtils - Class in org.ysb33r.grolifant.api.v6
File utilities that require Gradle 6.0+

G

getArchiveOperations() - Method in DefaultProjectOperations
getBuildDir() - Method in DefaultProjectOperations
Build directory
getExecOperations() - Method in DefaultProjectOperations
getGroupProvider() - Method in DefaultProjectOperations
Lazy-evaluated project group.
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

orElse(Provider<T>, Provider<? extends T>) - Method in DefaultProviderTools
Allow orElse functionality prior to Gradle 5.6.

P

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

Q

R

resolveClassLocation(Class, FileCollection, Pattern, Pattern, Pattern) - Method in FileUtils
Returns the classpath location for a specific class.

S

sync(Action<? super CopySpec>) - Method in DefaultFileSystemOperations
Synchronizes the contents of a destination directory with some source directories and files.
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 _