JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
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.
ArtifactAttributeContainer
- Class in
org.ysb33r.grolifant.api.v4.artifacts
Implementation of
AttributeContainer
attribute(Attribute<T>, T)
- Method in
ArtifactAttributeContainer
Sets an attribute value.
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.
contains(Attribute<?>)
- Method in
ArtifactAttributeContainer
Tells if a specific attribute is found in this container.
copy(Action<? super CopySpec>)
- Method in
DefaultFileSystemOperations
Copies the specified files.
copySpec()
- Method in
DefaultProjectOperations
copyTo(ArtifactAttributeContainer)
- Method in
ArtifactAttributeContainer
createLocalRoleFocusedConfiguration(String, String)
- Method in
DefaultConfigurationTools
Creates two configurations that are related to each other and which are only meant to be used within the same (sub)project.
createRoleFocusedConfigurations(String, String, String, Action<? super AttributeContainer>)
- Method in
DefaultConfigurationTools
Creates three configurations that are related to each other.
createTaskInputsFileEntry(TaskInputFilePropertyBuilder, List<TaskInputFileOptions>)
- Method in
DefaultTaskTools
Creates an input to a task that is based upon a cooleciton of files.
D
DefaultConfigurationTools
- Class in
org.ysb33r.grolifant.loadable.v4
Provides an implementation of org.ysb33r.grolifant.api.core.ConfigurationTools for Gradle 4.x.
DefaultConfigurationTools(ProjectOperations, Project)
- Constructor in
DefaultConfigurationTools
DefaultExecTools
- Class in
org.ysb33r.grolifant.loadable.v4
DefaultExecTools(ProjectOperations, Project)
- Constructor in
DefaultExecTools
DefaultFileSystemOperations
- Class in
org.ysb33r.grolifant.loadable.v4
Implements org.ysb33r.grolifant.api.core.FileSystemOperations for Gradle 4.x.
DefaultFileSystemOperations(ProjectOperations, Project)
- Constructor in
DefaultFileSystemOperations
DefaultJvmTools
- Class in
org.ysb33r.grolifant.loadable.v4
DefaultJvmTools(ProjectOperations, Project)
- Constructor in
DefaultJvmTools
DefaultProjectOperations
- Class in
org.ysb33r.grolifant.loadable.v4
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.v4
@since 2.0
DefaultProjectTools(ProjectOperations, Project)
- Constructor in
DefaultProjectTools
DefaultProviderTools
- Class in
org.ysb33r.grolifant.loadable.v4
Safely deal with Providers down to Gradle 4.0.
DefaultProviderTools(ProviderFactory, ObjectFactory)
- Constructor in
DefaultProviderTools
DefaultRepositoryTools
- Class in
org.ysb33r.grolifant.loadable.v4
Providers repository tools that is compatible with Gradle 4.x
DefaultRepositoryTools(ProjectOperations, Project)
- Constructor in
DefaultRepositoryTools
DefaultStringTools
- Class in
org.ysb33r.grolifant.loadable.v4
Implements a set of string tools for Gradle 4.0+
DefaultStringTools(Project)
- Constructor in
DefaultStringTools
DefaultTaskTools
- Class in
org.ysb33r.grolifant.loadable.v4
DefaultTaskTools(ProjectOperations, 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.
fileOrNull(Object)
- Method in
DefaultFileSystemOperations
Similar to {@Link #file}, but does not throw an exception if the object is
null
or an empty provider.
fileTree(Object)
- Method in
DefaultProjectOperations
Creates a new ConfigurableFileTree.
flatMap(Provider<T>, Transformer<? extends Provider<? extends S>, ? super T>)
- Method in
DefaultProviderTools
Allow flatMap functionality for providers even before Gradle 5.0.
G
getArchiveOperations()
- Method in
DefaultProjectOperations
getAttribute(Attribute<T>)
- Method in
ArtifactAttributeContainer
Returns the value of an attribute found in this container, or
null
if this container doesn't have it.
getAttributes()
- Method in
ArtifactAttributeContainer
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
gradleProperty(Object, boolean)
- Method in
DefaultProjectOperations
H
I
isEmpty()
- Method in
ArtifactAttributeContainer
Returns true if this container is empty.
isTaskProvider(Object)
- Method in
DefaultTaskTools
Whether this is a {@code TaskProvider
J
javaExecSpec()
- Method in
DefaultJvmTools
Creates a
JavaExecSpec
.
jvmAppRunnerSpec()
- Method in
DefaultJvmTools
Creates a org.ysb33r.grolifant.api.core.jvm.JvmAppRunnerSpec.
K
keySet()
- Method in
ArtifactAttributeContainer
Returns the set of attribute keys of this container.
L
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
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>, Iterable<Object>, Action<T>)
- Method in
DefaultTaskTools
Registers a task in a lazy-manner.
relativePath(Object)
- Method in
DefaultFileSystemOperations
Returns the relative path from the project directory to the given path.
relativeRootPath(Object)
- Method in
DefaultFileSystemOperations
Returns the relative path from the root project directory to the given path.
resolveClassLocation(Class, FileCollection, Pattern, Pattern, Pattern)
- Method in
DefaultJvmTools
Returns the classpath location for a specific class.
resolveOrderly(Provider<String>, Provider<String>, Provider<String>)
- Method in
DefaultProviderTools
Creates a provider that can resolve the three providers in order.
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
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
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Groovy Documentation