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.v7
Provides an implementation of ArchiveOperations that works with Gradle 7.0+.
DefaultArchiveOperations(Project) - Constructor in DefaultArchiveOperations
DefaultExecOperations - Class in org.ysb33r.grolifant.loadable.v7
DefaultExecOperations(Project) - Constructor in DefaultExecOperations
DefaultExecTools - Class in org.ysb33r.grolifant.loadable.v7
Non-JVM process execution tools for Gradle 7.x.
DefaultExecTools(ProjectOperations, Project) - Constructor in DefaultExecTools
DefaultFileSystemOperations - Class in org.ysb33r.grolifant.loadable.v7
Implements FileSystemOperations for Gradle 7.x.
DefaultFileSystemOperations(Project) - Constructor in DefaultFileSystemOperations
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.
DefaultProjectTools - Class in org.ysb33r.grolifant.loadable.v7
@since 2.0
DefaultProjectTools(Project) - Constructor in DefaultProjectTools
DefaultProviderTools - Class in org.ysb33r.grolifant.loadable.v7
Safely deal with Providers down to Gradle 7.0.
DefaultProviderTools(ProviderFactory) - Constructor in DefaultProviderTools
DefaultRepositoryTools - Class in org.ysb33r.grolifant.loadable.v7
Providers repository tools that is compatible with Gradle 7.x
DefaultStringTools - Class in org.ysb33r.grolifant.loadable.v7
Implements a set of string tools for Gradle 7.0+
DefaultTaskTools - Class in org.ysb33r.grolifant.loadable.v7
Implements org.ysb33r.grolifant.api.core.TaskTools for Gradle 7.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 downlaoding 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.

G

getArchiveOperations() - Method in DefaultProjectOperations
getBuildDir() - Method in DefaultProjectOperations
Build directory
getExecOperations() - Method in DefaultProjectOperations
getGroupProvider() - Method in DefaultProjectTools
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 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

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

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.

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

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

_

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 _