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

appRunnerSpec() - Method in DefaultExecTools
Creates a org.ysb33r.grolifant.api.core.executable.AppRunnerSpec.
authenticationContainer() - Method in DefaultRepositoryTools
Creates an instance of an AuthenticationContainer

B

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

C

commandEntryPoint() - Method in DefaultExecTools
Returns an implementation that is optimised for the running version of Gradle.
copy(Action<? super CopySpec>) - Method in DefaultFileSystemOperations
Copies the specified files.
copySpec() - Method in DefaultProjectOperations

D

DefaultArchiveOperations - Class in org.ysb33r.grolifant.loadable.v6
Provides an implementation of ArchiveOperations that works with Gradle 6.0+.
DefaultArchiveOperations(Project) - Constructor in DefaultArchiveOperations
DefaultExecOperations - Class in org.ysb33r.grolifant.loadable.v6
DefaultExecOperations(Project) - Constructor in DefaultExecOperations
DefaultExecTools - Class in org.ysb33r.grolifant.loadable.v6
Non-JVM process execution tools for Gradle 6.x.
DefaultExecTools(ProjectOperations, Project) - Constructor in DefaultExecTools
DefaultFileSystemOperations - Class in org.ysb33r.grolifant.loadable.v6
Implements FileSystemOperations for Gradle 6.x.
DefaultFileSystemOperations(Project) - Constructor in DefaultFileSystemOperations
DefaultJvmTools - Class in org.ysb33r.grolifant.loadable.v6
DefaultJvmTools(ProjectOperations, Project) - Constructor in DefaultJvmTools
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.
DefaultProjectTools - Class in org.ysb33r.grolifant.loadable.v6
@since 2.0
DefaultProjectTools(Project) - Constructor in DefaultProjectTools
DefaultProviderTools - Class in org.ysb33r.grolifant.loadable.v6
Safely deal with Providers down to Gradle 6.0.
DefaultRepositoryTools - Class in org.ysb33r.grolifant.loadable.v6
Providers repository tools that is compatible with Gradle 4.x
DefaultStringTools - Class in org.ysb33r.grolifant.loadable.v6
Implements a set of string tools for Gradle 6.0+
DefaultTaskTools - Class in org.ysb33r.grolifant.loadable.v6
Implements org.ysb33r.grolifant.api.core.TaskTools for Gradle 5.x
DefaultTaskTools(Project) - Constructor in DefaultTaskTools
delete(Action<? super DeleteSpec>) - Method in DefaultFileSystemOperations
Deletes the specified files.
downloader(String) - Method in DefaultExecTools
Creates a new downloader for downloading packages / distributions.

E

emptyFileCollection() - Method in DefaultFileSystemOperations
Creates an empty file collection.
environmentVariable(Object, boolean) - Method in DefaultProjectOperations
execSpec() - Method in DefaultExecTools
Returns something that looks like an ExecSpec.

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 DefaultProjectTools
Lazy-evaluated project group.
getProjectCacheDir() - Method in DefaultProjectOperations
Returns the project cache dir
getPropertyProvider() - Method in DefaultProjectOperations
getVersionProvider() - Method in DefaultProjectTools
Lazy-evaluated project version.
gradleProperty(Object, boolean) - Method in DefaultProjectOperations

H

hashURI(URI) - Method in DefaultStringTools
Creates a SHA-256 has of a URI.

I

J

javaExecSpec() - Method in DefaultJvmTools
Creates a JavaExecSpec.
jvmAppRunnerSpec() - Method in DefaultJvmTools
Creates a org.ysb33r.grolifant.api.core.jvm.JvmAppRunnerSpec.

K

L

listDirs(File) - Method in DefaultFileSystemOperations
Provides a list of directories below another directory

M

N

named(String, Class<T>, Action<T>) - Method in DefaultTaskTools
Configures a task, preferably in a lazy-manner.

O

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

P

packageNameFromUri(URI) - Method in DefaultStringTools
Get final package or directory name from a URI
parseVersionFromOutput(Iterable<String>, File, Function<String, String>, Action<ExecSpec>) - Method in DefaultExecTools
Simplifies running an executable to obtain a version.
provider(Callable<? extends T>) - Method in DefaultProjectOperations
Returns a provider.

Q

R

register(String, Class<T>, Action<T>) - Method in DefaultTaskTools
Registers a task in a lazy-manner.
resolveClassLocation(Class, FileCollection, Pattern, Pattern, Pattern) - Method in FileUtils
Returns the classpath location for a specific class.

S

safeUri(URI) - Method in DefaultStringTools
Create a URI where the user/password is masked out.
stringize(Iterable<?>) - Method in DefaultStringTools
Converts a collection of most things to a list of strings.
stringizeDropNull(Iterable<?>) - Method in DefaultStringTools
Like stringize, but drops any nulls, or empty instances of Provider and java.util.Optional.
stringizeOrNull(Object) - Method in DefaultStringTools
Like stringize, but returns null rather than throwing an exception, when item is null, an empty {@Link Provider} or an empty java.util.Optional.
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

tarTree(Object) - Method in DefaultArchiveOperations
taskize(Iterable<Object>) - Method in DefaultTaskTools
Resolves a maany to tasks items to a provider of tasks.
taskProviderFrom(TaskContainer, ProviderFactory, Object) - Method in DefaultTaskTools
Creates a basic task Provider instance from an object.

U

updateFileProperty(Provider<File>, Object) - Method in DefaultProjectOperations
Updates a file provider.
updateStringProperty(Provider<String>, Object) - Method in DefaultProjectOperations
Updates a string provider.
urize(Object) - Method in DefaultStringTools
Attempts to convert object to a URI.

V

W

whenNamed(String, Class<T>, Action<T>) - Method in DefaultTaskTools
Adds a configuration for a task, for when a task is created.

X

Y

Z

zipTree(Object) - Method in DefaultArchiveOperations

_

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 _