- CacheRefresh - Interface in org.ysb33r.grolifant.api.core.artifacts
Performs a cache refresh of a set of dependencies.
- call() - Method in AbstractBaseToolExtension.1
-
- call() - Method in AbstractBaseToolExtension.2
-
- call() - Method in AbstractDistributionInstaller.1
-
- call() - Method in AbstractToolExtension.1
-
- call() - Method in AbstractToolExtension.2
-
- call() - Method in AbstractWrapperGeneratorTask.1
-
- call() - Method in BaseScriptDefinition.1
-
- call() - Method in ResolverFactoryRegistry.1.1
-
- call() - Method in ScriptDefinition.1
-
- call() - Method in ScriptDefinition.2
-
- ChecksumCreationException - Class in org.ysb33r.grolifant.api.errors
Failed to create checksum
- ChecksumCreationException() - Constructor in ChecksumCreationException
-
- ChecksumFailedException - Class in org.ysb33r.grolifant.api.errors
Thrown when a checksum fails.
- ChecksumFailedException(java.lang.String, java.lang.String, java.io.File, java.lang.String, java.lang.String) - Constructor in ChecksumFailedException
-
Instantiates an exception.
- CheckSumVerification - Interface in org.ysb33r.grolifant.api.core
Verifies a checksum.
- ClassLocation - Interface in org.ysb33r.grolifant.api.core
Describes the location of a class.
- ClassLocationException - Class in org.ysb33r.grolifant.api.errors
Thrown when a class location search failed.
- ClassLocationException() - Constructor in ClassLocationException
-
- classpath(java.lang.Object) - Method in ClasspathSpec
-
Add paths to the execution classpath.
- CLASSPATH - Field in ExecutionMode
-
- CLASSPATH - Field in WorkerIsolation
-
- ClasspathSpec - Interface in org.ysb33r.grolifant.api.core.jvm
Defined the classpath for a JVM operation.
- ClosureUtils - Class in org.ysb33r.grolifant.api.v4
Methods for dealing with closures
- ClosureUtils() - Constructor in ClosureUtils
-
- CloudGitConfigurator - Interface in org.ysb33r.grolifant.api.v4.git
A description of a Git repository from a cloud provider
- CloudGitDescriptor - Interface in org.ysb33r.grolifant.api.v4.git
A description of a Git repository from a cloud provider
- cmd(Closure<?>) - Method in AbstractCommandExecSpec
-
Configures the command along with its arguments.
- cmd(Closure<?>) - Method in AbstractCommandExecTask
-
Configures the command along with its arguments.
- cmd(Closure<?>) - Method in ExecutableCommand
-
Configures the command along with its arguments.
- cmdArgs(java.lang.Object) - Method in AbstractCommandExecSpec
-
Add more command-specific arguments.
- cmdArgs(java.lang.Object) - Method in AbstractCommandExecTask
-
Add more command-specific arguments.
- cmdArgs(java.lang.Object) - Method in AbstractExecCommandSpec
-
Add more command-specific arguments.
- cmdArgs(java.lang.Object) - Method in AbstractExecCommandTask
-
Add more command-specific arguments.
- cmdArgs(java.lang.Object) - Method in ExecutableWithCommand
-
Add more command-specific arguments.
- CmdlineArgumentSpec - Interface in org.ysb33r.grolifant.api.core
Specifies the entrypoint and arguments for running something on a JVM.
- CmdLineArgumentSpecEntry - Class in org.ysb33r.grolifant.api.core.executable
Representation of a command-line specification and its order in processing.
- CmdLineArgumentSpecEntry(java.lang.String, java.lang.Integer, org.ysb33r.grolifant.api.core.CmdlineArgumentSpec) - Constructor in CmdLineArgumentSpecEntry
-
- CombinedProjectTaskExtensionBase - Class in org.ysb33r.grolifant.api.v4
Base class for an extension that can both be used on a project or a task.
- CombinedProjectTaskExtensionBase(org.gradle.api.Task, org.ysb33r.grolifant.api.core.ProjectOperations, T) - Constructor in CombinedProjectTaskExtensionBase
-
Attach this extension to a task
- command(java.lang.Object) - Method in AbstractCommandExecSpec
-
Set the command to use.
- command(java.lang.Object) - Method in AbstractCommandExecTask
-
Set the command to use.
- COMMAND_BLOCK - Field in AbstractCommandExecSpec
-
- command(java.lang.Object) - Method in ExecutableWithCommand
-
Set the command to use.
- CommandEntryPoint - Interface in org.ysb33r.grolifant.api.core.executable
Configures a command along with its arguments.
- commandEntryPoint() - Method in ExecTools
-
Returns an implementation that is optimised for the running version of Gradle.
- CommandLineArgumentProviders - Interface in org.ysb33r.grolifant.api.core
A system that can lister a list of providers of command-line arguments.
- compareTo(org.ysb33r.grolifant.api.core.executable.CmdLineArgumentSpecEntry) - Method in CmdLineArgumentSpecEntry
-
- compareTo(org.ysb33r.grolifant.api.core.Version) - Method in Version
-
Compares this object with the specified object for order.
- completed() - Method in ProgressLogger
-
Prevent further logging.
- ConfigurationException - Class in org.ysb33r.grolifant.api.errors
A failure has occurred when downloading a distribution of an external tool or SDK.
- ConfigurationException() - Constructor in ConfigurationException
-
- ConfigurationUtils - Class in org.ysb33r.grolifant.api.v4
- ConfigurationUtils() - Constructor in ConfigurationUtils
-
- configure(groovy.lang.Closure) - Method in AbstractToolExecSpec
-
Configure this spec from a closure.
- configure(groovy.lang.Closure) - Method in TaskProvider
-
Configures that the task this task provider proxy points to.
- configure(Action<? extends ToolExecSpec>) - Method in ToolExecSpec
-
Configure this spec from an
Action
- configure(groovy.lang.Closure) - Method in ToolExecSpecGroovy
-
Configure this spec from a closure.
- configureByName(org.gradle.api.tasks.TaskContainer, java.lang.String, groovy.lang.Closure) - Method in TaskProvider
-
Configures a task by name.
- configureCmdline(java.lang.String, Closure<?>) - Method in AppRunnerSpec
-
Configures a CmdlineArgumentSpec instance.
- configureCmdline(Closure<?>) - Method in JvmAppRunnerSpec
-
Configures a CmdlineArgumentSpec instance.
- configureEach(org.gradle.api.tasks.TaskContainer, java.lang.Class, Action<? super Task>) - Method in TaskProvider
-
Configures each task of a specific type.
- configureEntrypoint(Closure<?>) - Method in AppRunnerSpec
-
- configureEntrypoint(Closure<?>) - Method in JvmAppRunnerSpec
-
- configureExecSpec() - Method in AbstractCommandExecTask
-
Configures the executions specification from settings.
- configureExecSpec() - Method in AbstractExecTask
-
Configures the executions specification from settings.
- configureExecSpec(E) - Method in AbstractExecWrapperTask
-
Configures an execution specification from task properties
- configureExecSpec() - Method in AbstractScriptExecTask
-
Configures the executions specification from settings.
- configureForkOptions(Closure<?>) - Method in JvmAppRunnerSpec
-
- configureItem(java.lang.Object, groovy.lang.Closure) - Method in ClosureUtils
-
Configure this item using a closure
- configureProcess(Closure<?>) - Method in AppRunnerSpec
-
- configureProcess(Closure<?>) - Method in JvmAppRunnerSpec
-
Configures a ProcessExecutionSpec.
- contains(Attribute<?>) - Method in ArtifactAttributeContainer
-
Tells if a specific attribute is found in this container.
- content(org.gradle.api.Action) - Method in AbstractAuthenticationSupportedRepository
-
This is currently a NOOP.
- content(org.gradle.api.Action) - Method in AuthenticationSupportedRepository
-
This is currently a NOOP.
- content(org.gradle.api.Action) - Method in AuthenticationSupportedRepositoryContent
-
- copy(Action<? super CopySpec>) - Method in FileSystemOperations
-
Copies the specified files.
- copy(Action<? super CopySpec>) - Method in ProjectOperations
-
Performs a copy according to copy specification.
- CopyExecSpec - Interface in org.ysb33r.grolifant.api.v4.runnable
Indicates that a class can copy settings to a standard ExecSpec.
- copySpec(Action<? super CopySpec>) - Method in ProjectOperations
-
Creates a CopySpec which can later be used to copy files or create an archive.
- copyTo(org.gradle.process.ProcessForkOptions) - Method in AbstractExecSpec
-
Copies these options to the given target options.
- copyTo(org.gradle.process.ProcessForkOptions) - Method in AbstractExecTask
-
Copies these options to the given target options.
- copyTo(org.gradle.process.JavaExecSpec) - Method in AbstractJvmExecSpec
-
Copies this specification to a standard JavaExecSpec.
- copyTo(org.gradle.process.ProcessForkOptions) - Method in AbstractToolExecSpec
-
Copies options from this Spec to the given target.
- copyTo(org.gradle.process.ExecSpec) - Method in AppRunnerSpec
-
Copies these options to the given options.
- copyTo(org.ysb33r.grolifant.api.v4.artifacts.ArtifactAttributeContainer) - Method in ArtifactAttributeContainer
-
- copyTo(org.gradle.process.ProcessForkOptions) - Method in Executable
-
Copies these options to the given target options.
- copyTo(org.gradle.process.ProcessForkOptions) - Method in JavaForkOptions
-
Copies these options to the given target options.
- copyTo(org.gradle.process.JavaExecSpec) - Method in JvmAppRunnerSpec
-
Copies these options to the given options.
- copyToExecSpec(org.gradle.process.ExecSpec) - Method in AbstractExecSpec
-
Copies all values to a standard Gradle ExecSpec
- copyToExecSpec(org.gradle.process.ExecSpec) - Method in AbstractExecTask
-
Copies all values to a standard GRadle ExecSpec
- copyToExecSpec(org.gradle.process.ExecSpec) - Method in AbstractToolExecSpec
-
Copies settings from this execution specification to a standard
ExecSpec
- copyToExecSpec(org.gradle.process.ExecSpec) - Method in CopyExecSpec
-
Copies settings from this execution specification to a standard ExecSpec
- copyWrappersFromResources(java.lang.String, Map<String, String>) - Method in ToolWrapper
-
Copy wrapper templates from resources into a temporary directory
- create(Map<String,Object>, java.lang.String, org.ysb33r.grolifant.api.core.ProjectOperations) - Method in DownloaderFactory
-
Creates a downloader
- create(org.ysb33r.grolifant.api.core.ProjectOperations) - Method in ExecSpecInstantiator
-
Instantiates an execution specification in a configuration cache safe way.
- create(org.gradle.api.Project) - Method in ProjectOperations
-
- create(S, org.gradle.api.Project) - Method in PropertyStore
-
Create an instance within a project context.
- create(Map<String, Object>, java.lang.String, org.gradle.api.Project) - Method in ResolveExecutableByVersion.DownloaderFactory
-
Creates a downloader
- createAndConfigure(org.ysb33r.grolifant.api.core.jvm.worker.WorkerExecSpec) - Method in StandardWorkerAppParameterFactory
-
- Parameters:
execSpec
- Java execution specification that can be used for setting worker execution details.
- createAndConfigure(org.ysb33r.grolifant.api.core.jvm.worker.WorkerExecSpec) - Method in WorkerAppParameterFactory
-
- Parameters:
execSpec
- Java execution specification that can be used for setting worker execution details.
- createAndSetExecSpec() - Method in AbstractExecTask
-
- createExecSpec() - Method in AbstractExecTask
-
Factory method for creating an execution specification
- createExecSpec() - Method in AbstractExecWrapperTask
-
Creates a new execution specification.
- createExecSpec() - Method in ProvisionedExecMethods
-
Create execution specification.
- createExecSpec() - Method in ProvisionedJvmExecMethods
-
Create execution specification.
- createExecutor() - Method in StandardWorkerAppExecutorFactory
-
Creates an executor that can work with a set of parameters.
- createExecutor() - Method in WorkerAppExecutorFactory
-
Creates an executor that can work with a set of parameters.
- createExecutorFactory() - Method in AbstractJvmExecTask
-
Create a worker app executor factory.
- createExecutorFactory() - Method in AbstractJvmModelExecTask
-
Create a worker app executor factory.
- createParameterFactory() - Method in AbstractJvmExecTask
-
Create a worker app parameter factory.
- createParameterFactory() - Method in AbstractJvmModelExecTask
-
Create a worker app parameter factory.
- createTempDirectory(java.lang.String) - Method in FileSystemOperations
-
Creates a temporary directory with the given prefix.
- credentials(Class<T>, Action<? super T>) - Method in AbstractAuthenticationSupportedRepository
-
- credentials(Class<? extends Credentials>) - Method in AuthenticationSupportedRepository
-
Implements the repository method added in Gradle 6.6.
- credentials(Class<T>, Action<? super T>) - Method in AuthenticationSupportedRepositoryCredentialsLoader
-
- current() - Method in OperatingSystem
-
- emptyFileCollection() - Method in FileSystemOperations
-
Creates an empty file collection.
- entrypoint(Closure<?>) - Method in AbstractExecSpec
-
Configures the native entrypoint.
- entrypoint(Closure<?>) - Method in AbstractExecTask
-
Configures the native entrypoint.
- entrypoint(Closure<?>) - Method in AbstractJvmExecSpec
-
Configures the entrypoint for the JVM executable
- entrypoint(Closure<?>) - Method in AbstractJvmModelExecTask
-
Configures the entrypoint for the JVM executable
- entrypoint(Closure<?>) - Method in Executable
-
Configures the native entrypoint.
- entrypoint(Closure<?>) - Method in ForkedJvmExecutable
-
Configures the entrypoint for the JVM executable
- env - Field in AbstractExecSpec
-
- environment(Map<String,?>) - Method in AbstractExecSpec
-
Adds some environment variables to the environment for this process.
- environment(Map<String,?>) - Method in AbstractExecTask
-
Adds some environment variables to the environment for this process.
- environment(Map<String,?>) - Method in AbstractExecWrapperTask
-
Add environmental variables to be passed to the exe.
- environment(Map<String,?>) - Method in Executable
-
Adds some environment variables to the environment for this process.
- environment(java.lang.String, java.lang.Object) - Method in JavaForkOptions
-
Adds an environment variable to the environment for this process.
- environmentVariable(java.lang.Object, boolean) - Method in GradleSysEnvProvider
-
- environmentVariable(java.lang.Object, boolean) - Method in ProjectOperations
-
Creates a provider to an environmental variable.
- errorOutput(java.io.OutputStream) - Method in AbstractExecSpec
-
Set the stream where error output should be sent to for this process when executing.
- errorOutput(java.io.OutputStream) - Method in AbstractExecTask
-
Set the stream where error output should be sent to for this process when executing.
- errorOutput(java.io.OutputStream) - Method in MutableBaseExecSpec
-
Set the stream where error output should be sent to for this process when executing.
- ExclusiveFileAccess - Class in org.ysb33r.grolifant.api.core
Provides co-operative exclusive file access.
- ExclusiveFileAccess(int, int) - Constructor in ExclusiveFileAccess
-
Create exclusive access guard and monitor.
- exeArgs(java.lang.Object) - Method in AbstractExecSpec
-
Adds arguments for the executable to be executed.
- exeArgs(java.lang.Object) - Method in AbstractExecTask
-
Adds arguments for the executable to be executed.
- exeArgs(java.lang.Object) - Method in AbstractToolExecSpec
-
Add more tool-specific arguments.
- exeArgs(java.lang.Object) - Method in Executable
-
Adds arguments for the executable to be executed.
- exeArgs(java.lang.Object) - Method in MutableToolExecSpec
-
Add more tool-specific arguments.
- exec() - Method in AbstractCacheBinaryTask
-
- exec() - Method in AbstractExecTask
-
- exec() - Method in AbstractExecWrapperTask
-
The default implementation will build an execution specification
and run it.
- exec() - Method in AbstractJvmModelExecTask
-
- exec() - Method in AbstractWrapperCacheBinaryTask
-
- exec() - Method in AbstractWrapperGeneratorTask
-
- exec(E) - Method in ExecMethods
-
Executes an existing execution specification.
- exec(Action<? super ExecSpec>) - Method in ExecOperationsProxy
-
Executes the specified external process.
- exec(E) - Method in JvmExecMethods
-
Executes an existing execution specification.
- exec(Action<? super ExecSpec>) - Method in ProjectOperations
-
Executes the specified external process.
- exec(Action<E>) - Method in ProvisionedExecMethods
-
- exec(Action<E>) - Method in ProvisionedJvmExecMethods
-
- ExecConfigurationException - Class in org.ysb33r.grolifant.api.errors
An error occurred trying to configure an execution specification or a resolver for
an external tool.
- ExecConfigurationException() - Constructor in ExecConfigurationException
-
- ExecMethods - Interface in org.ysb33r.grolifant.api.v4.runnable
Adds interface to a
AbstractToolExtension implementation, so that the spirit of the original
exec
project extension can be maintained for a specific tool.
- ExecOperationsProxy - Interface in org.ysb33r.grolifant.api.core
Proxies the ExecOperations
service that was added in Gradle 6.0,
so that equivalent functionality can be provided in Gradle 4.0+
- execSpec() - Method in ExecTools
-
Returns something that looks like an ExecSpec.
- ExecSpecInstantiator - Interface in org.ysb33r.grolifant.api.v4.exec
Factory interface for instantiating execution specification.
- ExecTools - Interface in org.ysb33r.grolifant.api.core
Various tools to deal with non-JVM, out-of-process executables.
- Executable - Interface in org.ysb33r.grolifant.api.v5.runnable
- executable(java.lang.Object) - Method in AbstractExecSpec
-
Sets the name of the executable to use.
- executable(java.lang.Object) - Method in AbstractExecTask
-
Sets the name of the executable to use.
- executable(Map<String, Object>) - Method in AbstractToolExecSpec
-
Use a key-value approach to setting the exe.
- executable(Map<String, ?>) - Method in AbstractToolExtension
-
Set the parameters for locating an exe.
- executable(java.lang.Object) - Method in Executable
-
Sets the name of the executable to use.
- executable(java.lang.Object) - Method in JavaForkOptions
-
Sets the name of the exe to use.
- executable(org.ysb33r.grolifant.api.v4.exec.ResolvableExecutable) - Method in MutableToolExecSpec
-
Set the exe to use.
- executableByPath(java.lang.Object) - Method in AbstractBaseToolExtension
-
Locate an executable by a local path.
- executableByPath(java.lang.Object) - Method in AbstractToolExtension
-
Locate an executable by a local path.
- executableByPath(java.lang.Object) - Method in BaseToolLocation
-
Locate an executable by a local path.
- executableBySearchPath(java.lang.Object) - Method in AbstractBaseToolExtension
-
Locate executable by searching the current environmental search path.
- executableBySearchPath(java.lang.Object) - Method in AbstractToolExtension
-
Locate executable by searching the current environmental search path.
- executableBySearchPath(java.lang.Object) - Method in BaseToolLocation
-
Locate executable by searching the current environmental search path.
- executableByVersion(java.lang.Object) - Method in AbstractToolExtension
-
Locate an executable by version, probably downloading it if not local.
- executableByVersion(java.lang.Object) - Method in ToolLocation
-
Locate an executable by version, probably downloading it if not local.
- ExecutableCommand - Interface in org.ysb33r.grolifant.api.core.runnable
Describes a command-based executable
- ExecutableCommandExecSpec - Interface in org.ysb33r.grolifant.api.v4.runnable
Interface that specifies an execution specification for an executable that is command-based.
- ExecutableCommandSpec - Interface in org.ysb33r.grolifant.api.core.executable
Specifies a command along with its arguments.
- ExecutableDownloader - Interface in org.ysb33r.grolifant.api.v4.runnable
Interface for downloading an executable by version and returning the location.
- ExecutableEntryPoint - Interface in org.ysb33r.grolifant.api.core.executable
Describes the entrypoint for an external, but non-KVM, process.
- ExecutableExecSpec - Interface in org.ysb33r.grolifant.api.v4.runnable
- Type Parameters:
T
- The class that extends this interface
- executablePathOrNull() - Method in AbstractBaseToolExtension
-
If a path has been set instead of a version, resolve the path.
- executablePathOrNull() - Method in AbstractToolExtension
-
If a path has been set instead of a version, resolve the path.
- ExecutableScript - Interface in org.ysb33r.grolifant.api.v4.runnable
Interface for executables which run scripts.
- ExecutableScriptExecSpec - Interface in org.ysb33r.grolifant.api.v4.runnable
- executableSearchPathOrNull() - Method in AbstractBaseToolExtension
-
If a search path has been set, resolve the location by searching path
- executableSearchPathOrNull() - Method in AbstractToolExtension
-
If a search path has been set, resolve the location by searching path
- executableVersionOrNull() - Method in AbstractToolExtension
-
Resolves the version if it has been set.
- ExecutableWithCommand - Interface in org.ysb33r.grolifant.api.v4.runnable
Interface for executables which uses commands.
- execute(org.gradle.process.ExecSpec) - Method in ExecUtils.1
-
- execute(CopySpec) - Method in ToolWrapper.1
-
- executeAndInterpret(Class<?>, List<String>) - Method in StandardWorkerAppExecutor
-
Executes a static method on the given class, or instantiates the class and executes a given method on the
instance.
- executeWith(P) - Method in WorkerAppExecutor
-
- ExecUtils - Class in org.ysb33r.grolifant.api.v4.runnable
Utilities to help with building runnable classes.
- ExecUtils.1 - Class in org.ysb33r.grolifant.api.v4.runnable
- ExecUtils.1() - Constructor in ExecUtils.1
-
- ExecUtils() - Constructor in ExecUtils
-
- ExecutionException - Class in org.ysb33r.grolifant.api.errors
A failure occurred running or setting up an execution specification.
- ExecutionException() - Constructor in ExecutionException
-
- ExecutionMode - Enum in org.ysb33r.grolifant.api.core.jvm
Method to execution an application on the JVM
- ExtensionUtils - Class in org.ysb33r.grolifant.api.v4
Utilities to deal with Gradle extensions and project extensions
- ExtensionUtils() - Constructor in ExtensionUtils
-
- ExternalExecutable - Interface in org.ysb33r.grolifant.api.v4.exec
A way to create a lazy-evaluated location of an external executable.
- ExternalExecutableType - Interface in org.ysb33r.grolifant.api.v4.exec
A way to create a lazy-evaluated parameters of an external executable.
- EXTRAS_PARSER - Property in Version
-
Extract bits out of the extra section.
- EXTRAS_WITH_SNAPSHOT_PARSER - Property in Version
-
Patterns for identifying extras which also contains a SNAPSHOT.
- GenericBSD - Class in org.ysb33r.grolifant.api.v4.os
Abstract base class for BSD-based operating systems.
- GenericBSD() - Constructor in GenericBSD
-
- GenericUnix - Class in org.ysb33r.grolifant.api.v4.os
Generic Unix-like implementation of OperatingSystem
.
- GenericUnix() - Constructor in GenericUnix
-
- get(java.lang.String, java.lang.String, org.ysb33r.grolifant.api.core.PropertyResolveOrder) - Method in PropertyResolver
-
Gets a property using a specific resolve order
- get() - Method in PropertyStore
-
Returns the current value if it exists.
- get() - Method in TaskProvider
-
Resolves the task
- getAdditionalProperties() - Method in AbstractCacheBinaryTask
-
Returns additional properties to be added to the cached binary properties file.
- getAdditionalProperties() - Method in AbstractWrapperCacheBinaryTask
-
Returns additional properties to be added to the cached binary properties file.
- getAllArgs() - Method in AbstractCmdlineArgumentSpec
-
All defined arguments, plus all arguments providers via the command-line argument providers.
- getAllArgs() - Method in AllArgsProvider
-
All defined arguments, plus all arguments providers via the command-line argument providers.
- getAndVerifyDistributionRoot(java.io.File, java.lang.String) - Method in AbstractDistributionInstaller
-
Validates that the unpacked distribution is good.
- getApplicationArguments() - Method in WorkerExecSpec
-
The list of all resovled application arguments.
- getArch() - Method in GenericUnix
-
Architecture underlying the operating system
- getArch() - Method in OperatingSystem
-
Architecture underlying the operating system
- getArch() - Method in Windows
-
Architecture underlying the operating system
- getArchivePath() - Method in AbstractCloudGit
-
Calculates an archive path for the specific repository type.
- getArchivePath() - Method in GitHubArchive
-
Calculates an archive path for the specific repository type.
- getArchivePath() - Method in GitLabArchive
-
Calculates an archive path for the specific repository type.
- getArchiveRoot() - Method in GitRepoArchiveDownloader
-
Returns the location which is the top or home folder for a distribution.
- getArchiveUri() - Method in AbstractCloudGit
-
Obtains the URI for the archive of the repository.
- getArchiveUri() - Method in CloudGitDescriptor
-
Obtains the URI for the archive of the repository.
- getArchStr() - Method in GenericUnix
-
Implementation-specific free-form architecture string.
- getArchStr() - Method in OperatingSystem
-
Architecture underlying the operating system
- getArchStr() - Method in Solaris
-
Solaris-specific architecture strings.
- getArchStr() - Method in Windows
-
Architecture underlying the operating system
- getArgs() - Method in AbstractCmdlineArgumentSpec
-
Return list of arguments to the entrypoint.
- getArgs() - Method in CmdlineArgumentSpec
-
Return list of arguments to the entrypoint.
- getArgumentProviders() - Method in Executable
-
Argument providers for the application.
- getAsProperty() - Method in PropertyStore
-
Returns the actual implementation object
- getAsProvider() - Method in PropertyStore
-
Return this as a provider.
- 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
-
- getAuthentication() - Method in AbstractAuthenticationSupportedRepository
-
- getAuthentication() - Method in AuthenticationSupportedRepository
-
- getBeginToken() - Method in AbstractWrapperGeneratorTask
-
If the default of org.apache.tools.ant.filters.ReplaceTokens is used, this method
will return the start token delimiter.
- getBinaryLocation() - Method in AbstractCacheBinaryTask
-
Obtains location of executable binary or script
- getBinaryLocationProvider() - Method in AbstractWrapperCacheBinaryTask
-
Obtains location of executable binary or script
- getBinaryVersion() - Method in AbstractCacheBinaryTask
-
Obtains version of binary or script
- getBinaryVersionProvider() - Method in AbstractWrapperCacheBinaryTask
-
Obtains version of binary or script
- getBootstrapClasspath() - Method in JavaForkOptions
-
Returns the bootstrap classpath to use for the process.
- getBuildDir() - Method in ProjectOperations
-
Provider for the build directory.
- getByVersion(java.lang.String) - Method in ExecutableDownloader
-
Locates, and optionally downloads, an executable by version.
- getCachedBinaryProperties() - Method in AbstractCacheBinaryTask
-
- getCachedBinaryProperties() - Method in AbstractWrapperCacheBinaryTask
-
- getChecksum() - Method in AbstractDistributionInstaller.2
-
- getChecksum() - Method in AbstractDistributionInstaller.3
-
Returns the checksum in question.
- getChecksum() - Method in CheckSumVerification
-
Returns the checksum in question.
- getClasspath() - Method in ClasspathSpec
-
Get classpath as a FileCollection.
- getCmdArgs() - Method in AbstractCommandExecSpec
-
Any arguments specific to the command.
- getCmdArgs() - Method in AbstractCommandExecTask
-
Any arguments specific to the command in use
- getCmdArgs() - Method in AbstractExecCommandSpec
-
Any arguments specific to the command in use
- getCmdArgs() - Method in AbstractExecCommandTask
-
Any arguments specific to the command in use
- getCmdArgs() - Method in ExecutableWithCommand
-
Any arguments specific to the command in use
- getCommand() - Method in AbstractCommandExecSpec
-
The script used in this specification as a String.
- getCommand() - Method in AbstractCommandExecTask
-
The command used in this specification as a String.
- getCommand() - Method in AbstractExecCommandSpec
-
The command used in this specification as a String.
- getCommand() - Method in AbstractExecCommandTask
-
The command used in this specification as a String.
- getCommand() - Method in CommandEntryPoint
-
Get the command.
- getCommand() - Method in ExecutableCommandSpec
-
The command used in this specification as a String.
- getCommand() - Method in ExecutableWithCommand
-
The command used in this specification as a String.
- getCommandLine() - Method in AbstractExecTask
-
Returns the full script line, including the exe, it's specific arguments, tool specific instruction and
the arguments specific to the instruction.
- getCommandLine() - Method in AbstractToolExecSpec
-
Returns the full script line, including the exe, it's specific arguments, tool specific instruction and
the arguments specific to the instruction.
- getCommandLine() - Method in Executable
-
Returns the full command line, including the executable plus its arguments.
- getCommandLineArgumentProviders() - Method in AbstractCmdlineArgumentSpec
-
Get current list of command-line argument providers.
- getCommandLineArgumentProviders() - Method in CommandLineArgumentProviders
-
Get current list of command-line argument providers.
- getCommandLineProcessors() - Method in AbstractExecSpec
-
- getCommandLineProcessors() - Method in AppRunnerSpec
-
Provides direct access to the list of command-line processors.
- getCommandLineProcessors() - Method in JvmAppRunnerSpec
-
Provides direct access to the list of command-line processors.
- getCommandLineProvider() - Method in AbstractExecSpec
-
Returns the full command line, including the executable plus its arguments.
- getCommandLineProvider() - Method in AbstractExecTask
-
Returns the full command line, including the executable plus its arguments.
- getCommandLineProvider() - Method in Executable
-
Returns the full command line, including the executable plus its arguments.
- getConsoleOutput() - Method in ProjectOperations
-
Console output mode
- getCredentials(Class<T>) - Method in AbstractAuthenticationSupportedRepository
-
- getCredentials(Class<T>) - Method in AuthenticationSupportedRepository
-
- getCredentials(Class<T>) - Method in AuthenticationSupportedRepositoryCredentialsLoader
-
- getDebug() - Method in JavaForkOptions
-
Returns true if debugging is enabled for the process.
- getDefaultCharacterEncoding() - Method in JavaForkOptions
-
Returns the default character encoding to use.
- getDestDirProvider() - Method in AbstractWrapperGeneratorTask
-
- getDistFromCache(java.lang.String) - Method in AbstractDistributionInstaller
-
Creates a distribution if it does not exist already.
- getDistFromSdkMan(java.lang.String) - Method in AbstractDistributionInstaller
-
Attempts to locate distribution in the list of SdkMan candidates.
- getDistributionFile(java.lang.String, java.lang.String) - Method in AbstractDistributionInstaller
-
Locates a file within the distribution
- getDistributionFile(java.lang.String, java.lang.String) - Method in DistributionInstaller
-
Locates a file within the distribution
- getDistributionRoot(java.lang.String) - Method in AbstractDistributionInstaller
-
Returns the location which is the top or home folder for a distribution.
- getDistributionRoot(java.lang.String) - Method in DistributionInstaller
-
Returns the location which is the top or home folder for a distribution.
- getDownloader() - Method in AbstractToolExtension
-
Gets the downloader implementation.
- getEnableAssertions() - Method in JavaForkOptions
-
Returns true if assertions are enabled for the process.
- getEnabled() - Method in JvmDebugOptions
-
Whether to attach a debug agent to the forked process.
- getEndToken() - Method in AbstractWrapperGeneratorTask
-
If the default of org.apache.tools.ant.filters.ReplaceTokens is used, this method
will return the end token delimiter.
- getEnvironment() - Method in AbstractExecSpec
-
The environment variables to use for the process.
- getEnvironment() - Method in AbstractExecTask
-
The environment variables to use for the process.
- getEnvironment() - Method in AbstractExecWrapperTask
-
Environment for running the exe
- getEnvironment() - Method in Executable
-
The environment variables to use for the process.
- getEnvironment() - Method in JavaForkOptions
-
The environment variables to use for the process.
- getEnvironmentProvider() - Method in AbstractExecSpec
-
The environment variables to use for the process.
- getEnvironmentProvider() - Method in AbstractExecTask
-
The environment variables to use for the process.
- getEnvironmentProvider() - Method in AbstractExecWrapperTask
-
Environment for running the exe
- getEnvironmentProvider() - Method in Executable
-
The environment variables to use for the process.
- getErrorOutput() - Method in AbstractExecSpec
-
Returns the output stream to consume standard error from the process executing the command.
- getErrorOutput() - Method in AbstractExecTask
-
Returns the output stream to consume standard error from the process executing the command.
- getErrorOutput() - Method in Executable
-
Returns the output stream to consume standard error from the process executing the command.
- getErrorOutput() - Method in ProcessExecutionSpec
-
Returns the output stream to consume standard error from the process executing the command.
- getExeArgs() - Method in AbstractExecSpec
-
Returns the arguments for the executable to be executed.
- getExeArgs() - Method in AbstractExecTask
-
Returns the arguments for the executable to be executed.
- getExeArgs() - Method in AbstractToolExecSpec
-
Any arguments specific to the tool in use
- getExeArgs() - Method in Executable
-
Returns the arguments for the executable to be executed.
- getExeArgs() - Method in MutableToolExecSpec
-
Any arguments specific to the tool in use
- getExecResult() - Method in AbstractExecTask
-
Returns the result for the execution, that was run by this task.
- getExecSpec() - Method in AbstractExecTask
-
Provides access to the execution specification that is associated with this task
- getExecSpec() - Method in AbstractExecWrapperTask
-
Access to the execution specification.
- getExecTools() - Method in ProjectOperations
-
Tools to deal with out-of-process, non-JVM, executables.
- getExecutable() - Method in AbstractBaseToolExtension
-
A provider for a resolved executable.
- getExecutable() - Method in AbstractExecTask
-
The exe used in this specification as a String.
- getExecutable() - Method in AbstractToolExecSpec
-
The exe used in this specification as a String.
- getExecutable() - Method in AbstractToolExtension
-
A provider for a resolved executable.
- getExecutable() - Method in BaseToolLocation
-
A provider for a resolved executable.
- getExecutable() - Method in Executable
-
Returns the name of the executable to use.
- getExecutable() - Method in JavaForkOptions
-
Returns the name of the exe to use.
- getExecutable() - Method in ResolvableExecutable
-
Location of a tool exe.
- getExecutable() - Method in ResolveExecutableByVersion.1
-
- getExecutableLocation() - Method in AbstractExecWrapperTask
-
Location of executable
- getExecutableLocation() - Method in AbstractExecWrapperWithExtensionTask
-
Location of executable.
- getExecutableName(java.lang.String) - Method in GenericUnix
-
Given a base string, returns the Unix exe name.
- getExecutableName(java.lang.String) - Method in OperatingSystem
-
Returns OS-specific decorated exe name.
- getExecutableName(java.lang.String) - Method in Windows
-
- getExecutableNames(java.lang.String) - Method in GenericUnix
-
Given a base string, returns the Unix exe name.
- getExecutableNames(java.lang.String) - Method in OperatingSystem
-
Returns list of possible OS-specific decorated exe names.
- getExecutableNames(java.lang.String) - Method in Windows
-
- getExecutableProvider() - Method in AbstractExecSpec
-
Returns the name of the executable to use.
- getExecutableProvider() - Method in AbstractExecTask
-
Returns the name of the executable to use.
- getExecutableProvider() - Method in Executable
-
Returns the name of the executable to use.
- getExecutableResolver() - Method in AbstractToolExecSpec
-
Access to the object that can resolve exe location from property maps.
- getExecutionSignature() - Method in AppRunnerSpec
-
A unique string which determines whether there were any changes.
- getExecutionSignature() - Method in JvmAppRunnerSpec
-
A unique string which determines whether there were any changes.
- getExtensions() - Method in ProjectOperations
-
Extensions container for the project.
- getFile() - Method in ClassLocation
-
If the class is located on the filesystem or in a JAR this will be the location.
- getFile() - Method in FilePropertyWrapper
-
Gets the file referenced by this property.
- getFileProvider() - Method in FilePropertyWrapper
-
Gets the provider for this file property
- getFromCache(java.lang.String, boolean, org.ysb33r.grolifant.api.core.downloader.Downloader) - Method in ArtifactDownloader
-
Creates a distribution/file it it does not exist already.
- getFromCache(java.net.URI, java.lang.String, java.lang.String) - Method in DependencyCache
-
Extract an artifact from cache.
- getFsOperations() - Method in ProjectOperations
-
Returns an object instance for filesystem operations that deals coprrectly with the functionality of the
curretn Gradle version.
- getFullProjectPath() - Method in ProjectOperations
-
Get the full project path including the root project name in case of a multi-project.
- getGradleLogLevel() - Method in ProjectOperations
-
Get the minimum log level for Gradle.
- getGradleUserHomeDir() - Method in ProjectOperations
-
Gradle user home directory.
- getGroupProvider() - Method in ProjectOperations
-
Lazy-evaluated project group.
- getGroupProvider() - Method in ProjectTools
-
Lazy-evaluated project group.
- getIdentifier() - Method in AbstractCloudGit
-
Returns an identifier of an instance in the repository.
- getInferModulePath() - Method in ModularitySpec
-
Whether module path should be inferred.
- getInstructionsArgs() - Method in AbstractToolExecSpec
-
List of arguments specific to the tool instruction.
- getJavaExecSpec() - Method in WorkerExecSpec
-
The configured JavaExecSpec.
- getJvmArgs() - Method in JavaForkOptions
-
Returns the extra arguments to use to launch the JVM for the process.
- getJvmEntrypoint() - Method in WorkerExecSpec
-
The JVM entry point.
- getJvmExecSpec() - Method in AbstractJvmModelExecTask
-
- getJvmForkOptions() - Method in AbstractJvmExecSpec
-
- getJvmTools() - Method in ProjectOperations
-
Tools for dealing for JVM/Java operations.
- getLocationPropertiesFile() - Method in AbstractCacheBinaryTask
-
- getLocationPropertiesFile() - Method in AbstractWrapperCacheBinaryTask
-
- getLogger() - Method in AbstractDistributionInstaller
-
Returns the logger currently in use.
- getMainClass() - Method in MainClassSpec
-
Get the main class name.
- getMainModule() - Method in ModularitySpec
-
Provider to the main module name.
- getMaxHeapSize() - Method in JavaForkOptions
-
Returns the maximum heap size for the process, if any.
- getMinHeapSize() - Method in JavaForkOptions
-
Returns the minimum heap size for the process, if any.
- getName() - Method in AbstractCloudGit
-
- getName() - Method in BaseScriptDefinition
-
Name of script.
- getName() - Method in BaseScriptSpec
-
Provider to the name of a script.
- getName() - Method in CloudGitDescriptor
-
Obtains the name of the Git service.
- getName() - Method in NamedResolvedExecutableFactory
-
- getName() - Method in ScriptDefinition
-
- getName() - Method in TaskProvider
-
The name of the task this task provider proxy is associated with.
- getNameOrPath() - Method in ScriptDefinition
-
- getNameOrPath() - Method in ScriptSpec
-
Provider to either a script name or a string-based representation of the file path where the script can be
found.
- getNativeExecSpec() - Method in AbstractExecTask
-
The actual implementation of the execution specification.
- getOrElse(T) - Method in PropertyStore
-
Returns the value if it exists, otherwise return the provided value.
- getOrElse(Provider<T>, T) - Method in ProviderTools
-
Allowed getOrElse functionality for providers even before Gradle 4.3.
- getOrganisation() - Method in AbstractCloudGit
-
Get the organisation
- getOrganisation() - Method in CloudGitDescriptor
-
Organisation on Git cloud service
- getOrNull() - Method in PropertyStore
-
Returns the value if it exists, otherwise null
- getOrNull(Provider<T>) - Method in ProviderTools
-
Allow getOrElse functionality for providers even before Gradle 4.3.
- getPath(T) - Method in DownloadedExecutable
-
Given a downloader resolve the path to the exe.
- getPath() - Method in OperatingSystem
-
List of system search paths
- getPath() - Method in ScriptDefinition
-
- getPath() - Method in ScriptSpec
-
Provider to the path of a script.
- getPathByVersion(java.lang.String) - Method in ExecutableDownloader
-
Locates, and optionally downloads, an executable by version.
- getPathSeparator() - Method in OperatingSystem
-
The character used to separate elements in a system search path
- getPkgName(java.net.URI) - Method in UriUtils
-
Get final package or directory name from a URI
- getPort() - Method in JvmDebugOptions
-
The debug port.
- getPreArgs() - Method in AbstractCmdlineArgumentSpec
-
A provider to arguments that will be inserted before any supplied arguments.
- getPreArgs() - Method in AllArgsProvider
-
A provider to arguments that will be inserted before any supplied arguments.
- getPreArgs() - Method in BaseScriptDefinition
-
A provider to arguments that will be inserted before any supplied arguments.
- getPreArgs() - Method in ScriptDefinition
-
A provider to arguments that will be inserted before any supplied arguments.
- getProject() - Method in AbstractCombinedProjectTaskExtension
-
Project this extension is associated with.
- getProject() - Method in AbstractDistributionInstaller
-
Returns the attached project
- getProject() - Method in AbstractExecSpec
-
- Returns:
- Project if items was created in legacy mode, otherwise
null
.
- getProjectCacheDir() - Method in ProjectOperations
-
Returns the project cache directory for the given project.
- getProjectDir() - Method in ProjectOperations
-
Returns the project directory.
- getProjectExtension() - Method in AbstractCombinedProjectTaskExtension
-
Returns the extension that is attached to the project.
- getProjectExtension() - Method in CombinedProjectTaskExtensionBase
-
If this extension is attached to a task, this point to the global project extension if it exists,
other null
.
- getProjectExtensions() - Method in AbstractCombinedProjectTaskExtension
-
Returns the project's extension container, but safe in configuration cache context.
- getProjectName() - Method in ProjectOperations
-
The project name
- getProjectOperations() - Method in AbstractCombinedProjectTaskExtension
-
Returns a instance of ProjectOperations.
- getProjectOperations() - Method in AbstractExecSpec
-
- getProjectOperations() - Method in AbstractExecTask
-
- getProjectOperations() - Method in AbstractExecWrapperTask
-
Project operations that are configuration cache-safe.
- getProjectOperations() - Method in AbstractJvmModelExecTask
-
- getProjectOperations() - Method in AbstractWrapperCacheBinaryTask
-
- getProjectOperations() - Method in AbstractWrapperGeneratorTask
-
- getProjectOperations() - Method in ProvisionedExecMethods
-
Grolifant's configuration cache-safe operations.
- getProjectOperations() - Method in ProvisionedJvmExecMethods
-
Grolifant's configuration cache-safe operations.
- getProjectPath() - Method in ProjectOperations
-
Get project path.
- getProjectRootDir() - Method in ProjectOperations
-
Returns the root directory of the project.
- getProjectTools() - Method in ProjectOperations
-
Tools to deal with project & configuration specifics down to Gradle 4.0.
- getPropertiesDescription() - Method in AbstractCacheBinaryTask
-
Obtains a description to be added to the cached binary properties file.
- getPropertiesDescription() - Method in AbstractWrapperCacheBinaryTask
-
Obtains a description to be added to the cached binary properties file.
- getProviders() - Method in ProjectOperations
-
A reference to the provider factory.
- getProviderTools() - Method in ProjectOperations
-
Tools to deal with provider down to Gradle 4.0.
- getRepository() - Method in AbstractCloudGit
-
Get the repository
- getRepository() - Method in CloudGitDescriptor
-
Repository on Git cloud service
- getRepositoryTools() - Method in ProjectOperations
-
Tools for dealing with repositories.
- getResolvableExecutable() - Method in AbstractToolExecSpec
-
Lazy-evaluated version of the exe
- getResolvableExecutable() - Method in AbstractToolExtension
-
Obtain a lazy-evaluated object to resolve a path to an exe.
- getResolvableExecutable(Map<String,Object>) - Method in ExternalExecutable
-
Lazy-evaluated version of the exe
- getResolvableExecutable() - Method in MutableToolExecSpec
-
Lazy-evaluated version of the exe
- getResolvableExecutable(Map<String, Object>) - Method in ResolverFactoryRegistry
-
Use a key-value approach to finding the exe.
- getResolvableExecutableType() - Method in AbstractToolExtension
-
Describes the parameters for resolving the executable.
- getResolvableExecutableType(Map<String,Object>) - Method in ExternalExecutableType
-
Lazy-evaluated description of the exe
- getResolvableExecutableType(Map<String, Object>) - Method in ResolverFactoryRegistry
-
Lazy-evaluated description of the exe
- getResolver() - Method in AbstractToolExtension
-
Get access to object that can resolve an executable's location from a property map.
- getResolverFactoryRegistry() - Method in AbstractToolExtension
-
Access to the registry of exe resolver factories.
- getRuntime() - Method in ClassLocation
-
If the class is located in a runtime module
- getScript() - Method in AbstractExecScriptSpec
-
The script used in this specification as a String.
- getScript() - Method in AbstractExecScriptTask
-
The script used in this specification as a String.
- getScript() - Method in AbstractScriptExecSpec
-
The script used in this specification as a String.
- getScript() - Method in AbstractScriptExecTask
-
The script used in this specification as a String.
- getScript() - Method in ExecutableScript
-
The script used in this specification as a String.
- getScriptArgs() - Method in AbstractExecScriptSpec
-
Any arguments specific to the command in use
- getScriptArgs() - Method in AbstractExecScriptTask
-
Any arguments specific to the command in use
- getScriptArgs() - Method in AbstractScriptExecSpec
-
Any arguments specific to the script.
- getScriptArgs() - Method in AbstractScriptExecTask
-
Any arguments specific to the script in use
- getScriptArgs() - Method in ExecutableScript
-
Any arguments specific to the command in use
- getScriptAsFile() - Method in AbstractExecScriptSpec
-
The script used in this specification as a File.
- getScriptAsFile() - Method in AbstractExecScriptTask
-
The script used in this specification as a File.
- getScriptAsFile() - Method in ExecutableScript
-
The script used in this specification as a File.
- getScriptDefinition() - Method in AbstractJvmScriptExecSpec
-
Returns the instance of the script definition.
- getScriptName(java.lang.String) - Method in GenericUnix
-
Returns OS-specific decorated script name.
- getScriptName(java.lang.String) - Method in OperatingSystem
-
Returns OS-specific decorated script name.
- getScriptName(java.lang.String) - Method in Windows
-
Returns Windows-specific decorated script name.
- getSdkManCandidateName() - Method in AbstractDistributionInstaller
-
SDKman candidate name for distribution.
- getSdkManCandidateName() - Method in DistributionInstaller
-
SDKman candidate name for distribution.
- getServer() - Method in JvmDebugOptions
-
Whether a socket-attach or a socket-listen type of debugger is expected.
- getSharedLibraryName(java.lang.String) - Method in GenericUnix
-
Returns OS-specific shared library name
- getSharedLibraryName(java.lang.String) - Method in OperatingSystem
-
Returns OS-specific shared library name
- getSharedLibraryName(java.lang.String) - Method in Windows
-
Returns Windows shared library name
- getSharedLibrarySuffix() - Method in GenericUnix
-
Return Unix-like string that is used to suffix to shared libraries
- getSharedLibrarySuffix() - Method in MacOsX
-
Return MacOSX string that is used to suffix to shared libraries
- getSharedLibrarySuffix() - Method in OperatingSystem
-
OS-dependent string that is used to suffix to shared libraries
- getSingleFile(java.lang.String) - Method in AbstractSingleFileInstaller
-
Returns the path to the terraform
executable.
- getSingleFileName() - Method in AbstractSingleFileInstaller
-
Gets the name of the single file as it should be on local disk
- getStandardInput() - Method in AbstractExecSpec
-
Returns the standard input stream for the process executing the command.
- getStandardInput() - Method in AbstractExecTask
-
Returns the standard input stream for the process executing the command.
- getStandardInput() - Method in Executable
-
Returns the standard input stream for the process executing the command.
- getStandardInput() - Method in ProcessExecutionSpec
-
Returns the standard input stream for the process executing the command.
- getStandardOutput() - Method in AbstractExecSpec
-
Returns the output stream to consume standard output from the process executing the command.
- getStandardOutput() - Method in AbstractExecTask
-
Returns the output stream to consume standard output from the process executing the command.
- getStandardOutput() - Method in Executable
-
Returns the output stream to consume standard output from the process executing the command.
- getStandardOutput() - Method in ProcessExecutionSpec
-
Returns the output stream to consume standard output from the process executing the command.
- getStaticLibraryName(java.lang.String) - Method in GenericUnix
-
Returns OS-specific static library name
- getStaticLibraryName(java.lang.String) - Method in OperatingSystem
-
Returns OS-specific static library name
- getStaticLibraryName(java.lang.String) - Method in Windows
-
Returns OS-specific static library name
- getStaticLibrarySuffix() - Method in OperatingSystem
-
OS-dependent string that is used to suffix to static libraries
- getStringTools() - Method in ProjectOperations
-
Tools for dealing with conversions of various objects into string or lists of strings.
- getSuspend() - Method in JvmDebugOptions
-
Whether the forked process should be suspended until the connection to the debugger is established.
- getSystemProperties() - Method in JavaForkOptions
-
Returns the system properties which will be used for the process.
- getTask() - Method in AbstractCombinedProjectTaskExtension
-
Task this extension is attached to.
- getTask() - Method in CombinedProjectTaskExtensionBase
-
Task this extension is attached to.
- getTasks() - Method in ProjectOperations
-
Utilities for working with tasks in a consistent manner across Gradle versions.
- getTokenValuesAsMap() - Method in AbstractWrapperGeneratorTask
-
If the default of org.apache.tools.ant.filters.ReplaceTokens is used, this method
will return the collection of tokens.
- getToolExecSpec() - Method in AbstractCommandExecTask
-
Execution specification customised for the specific tool
- getToolExtension() - Method in AbstractExecWrapperTask
-
Returns the extension that is associated with the specific tool
- getToolExtension() - Method in AbstractExecWrapperWithExtensionTask
-
Access to the task extension of the tool type.
- getToolInstruction() - Method in AbstractCommandExecSpec
-
A specific instruction passed to a tool.
- getToolInstruction() - Method in AbstractScriptExecSpec
-
A specific instruction passed to a tool.
- getToolInstruction() - Method in AbstractToolExecSpec
-
A specific instruction passed to a tool.
- getType() - Method in ResolvableExecutableType
-
A textual name of the type of executable resolver.
- getTypeResolver() - Method in AbstractToolExtension
-
Get access to object that can resolve an executable's location type from a property map
- getValue(groovy.lang.Closure) - Method in AbstractCombinedProjectTaskExtension
-
Uses a closure to resolve a value on a project extension or a task extension.
- getValue() - Method in ResolvableExecutableType
-
Provided value for resolving an executable.
- getValueByMethod(java.lang.String) - Method in AbstractCombinedProjectTaskExtension
-
Uses reflection to invoke a method on a project extension or a task extension.
- getVersionProvider() - Method in ProjectOperations
-
Lazy-evaluated project version.
- getVersionProvider() - Method in ProjectTools
-
Lazy-evaluated project version.
- getWindowsExtensionSearchOrder() - Method in AbstractBaseToolExtension
-
The order in which extensions will be checked for locating an executable on Windows.
- getWindowsExtensionSearchOrder() - Method in AbstractToolExtension
-
The order in which extensions will be checked for locating an executable on Windows.
- getWindowsExtensionSearchOrder() - Method in BaseToolLocation
-
The order in which extensions will be checked for locating an executable on Windows.
- getWorkingDir() - Method in AbstractExecSpec
-
Obtain the working directory for this process.
- getWorkingDir() - Method in AbstractExecTask
-
Obtain the working directory for this process.
- getWorkingDir() - Method in Executable
-
Returns the working directory for the process.
- getWorkingDir() - Method in JavaForkOptions
-
Returns the working directory for the process.
- getWorkingDirProvider() - Method in AbstractExecSpec
-
Returns the working directory for the process.
- getWorkingDirProvider() - Method in AbstractExecTask
-
Returns the working directory for the process.
- getWorkingDirProvider() - Method in Executable
-
Returns the working directory for the process.
- getWrapperDestinationDir() - Method in AbstractScriptWrapperTask
-
Directory for writing wrapper files to.
- getWrapperDestinationDirProvider() - Method in AbstractWrapperGeneratorTask
-
Directory for writing wrapper files to.
- GitHubArchive - Class in org.ysb33r.grolifant.api.v4.git
Describes a GitHub archive.
- GitHubArchive() - Constructor in GitHubArchive
-
- GitLabArchive - Class in org.ysb33r.grolifant.api.v4.git
Describes a GitLab archive.
- GitLabArchive() - Constructor in GitLabArchive
-
- GitRepoArchiveDownloader - Class in org.ysb33r.grolifant.api.v4.git
Downloads an archive of a Git repository.
- GitRepoArchiveDownloader.1 - Class in org.ysb33r.grolifant.api.v4.git
- GitRepoArchiveDownloader.1() - Constructor in GitRepoArchiveDownloader.1
-
- GitRepoArchiveDownloader.2 - Class in org.ysb33r.grolifant.api.v4.git
- GitRepoArchiveDownloader.2() - Constructor in GitRepoArchiveDownloader.2
-
- GitRepoArchiveDownloader.3 - Class in org.ysb33r.grolifant.api.v4.git
- GitRepoArchiveDownloader.3() - Constructor in GitRepoArchiveDownloader.3
-
- GitRepoArchiveDownloader.4 - Class in org.ysb33r.grolifant.api.v4.git
- GitRepoArchiveDownloader.4() - Constructor in GitRepoArchiveDownloader.4
-
- GitRepoArchiveDownloader(org.ysb33r.grolifant.api.v4.git.CloudGitDescriptor, org.gradle.api.Project) - Constructor in GitRepoArchiveDownloader
-
- gradleProperty(java.lang.Object, boolean) - Method in GradleSysEnvProvider
-
- gradleProperty(java.lang.Object, boolean) - Method in ProjectOperations
-
Creates a provider to a project property.
- GradleSysEnvProvider - Interface in org.ysb33r.grolifant.api.core
An proxy to provide system properties, project properties and environmental variables as providers.
- GrolifantError - Interface in org.ysb33r.grolifant.api.errors
A token interface for exception arising out of Grolifant library.
- gzipResource(java.lang.Object) - Method in ProjectOperations
-
Creates resource that points to a gzip compressed file at the given path.
- SAFE_FILENAME_REGEX - Field in FileUtils
-
- safeUri(java.net.URI) - Method in StringTools
-
Create a URI where the user/password is masked out.
- safeUri(java.net.URI) - Method in UriUtils
-
Create a URI where the user/password is masked out.
- script(Closure<?>) - Method in AbstractJvmScriptExecSpec
-
Configures script elements by Groovy closure.
- script(Closure<?>) - Method in AbstractJvmScriptExecTask
-
Configures script elements by Groovy closure.
- script(java.lang.Object) - Method in AbstractScriptExecSpec
-
Set the exe to use.
- script(java.lang.Object) - Method in AbstractScriptExecTask
-
Set the script to use.
- script(java.lang.Object) - Method in ExecutableScript
-
Groovy DSL-friendly version.
- script(Closure<?>) - Method in ForkedJvmScript
-
Configures script elements by Groovy closure.
- scriptArgs(java.lang.Object) - Method in AbstractExecScriptSpec
-
Add more script-specific arguments.
- scriptArgs(java.lang.Object) - Method in AbstractExecScriptTask
-
Add more script-specific arguments.
- scriptArgs(java.lang.Object) - Method in AbstractScriptExecSpec
-
Add more script-specific arguments.
- scriptArgs(java.lang.Object) - Method in AbstractScriptExecTask
-
Add more script-specific arguments.
- scriptArgs(java.lang.Object) - Method in ExecutableScript
-
Add more script-specific arguments.
- ScriptDefinition - Class in org.ysb33r.grolifant.api.core.executable
Defines a base class for implementing a script definition.
- ScriptDefinition.1 - Class in org.ysb33r.grolifant.api.core.executable
- ScriptDefinition.1() - Constructor in ScriptDefinition.1
-
- ScriptDefinition.2 - Class in org.ysb33r.grolifant.api.core.executable
- ScriptDefinition.2() - Constructor in ScriptDefinition.2
-
- ScriptDefinition(org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in ScriptDefinition
-
- ScriptSpec - Interface in org.ysb33r.grolifant.api.core.executable
Describes how to configure a script and its arguments.
- SerializableWorkerAppParameters - Interface in org.ysb33r.grolifant.api.remote.worker
- set(Provider<? extends T>) - Method in PropertyStore
-
Proxy to property valuer to another provider.
- setArgs(List<String>) - Method in AbstractCmdlineArgumentSpec
-
Replace current arguments with a new set.
- setArgs(Iterable<?>) - Method in CmdlineArgumentSpec
-
Replace current arguments with a new set.
- setArtifactRootVerification(org.ysb33r.grolifant.api.core.downloader.ArtifactRootVerification) - Method in DistributionInstaller
-
Sets the method by which to verify an artifact root where package has been unpacked to.
- setArtifactUnpacker(org.ysb33r.grolifant.api.core.downloader.ArtifactUnpacker) - Method in DistributionInstaller
-
Sets the method by which to unpack a downloaded archive.
- setAwaitMode(java.lang.Boolean) - Method in AbstractJvmModelExecTask
-
Set whether other tasks in this project should be blocked until this task's worker queue completed.
- setAwaitMode(java.lang.Boolean) - Method in JvmExecutionModel
-
Set whether other tasks in this project should be blocked until this task's worker queue completed.
- setBaseUri(java.net.URI) - Method in CloudGitConfigurator
-
- setBootstrapClasspath(org.gradle.api.file.FileCollection) - Method in JavaForkOptions
-
Sets the bootstrap classpath to use for the process.
- setBranch(java.lang.Object) - Method in AbstractCloudGit
-
- setBranch(java.lang.Object) - Method in CloudGitConfigurator
-
Set the branch.
- setChecksum(java.lang.String) - Method in AbstractDistributionInstaller
-
Set a checksum that needs to be verified against downloaded archive
- setChecksum(java.lang.String) - Method in DistributionInstaller
-
Set a checksum that needs to be verified against downloaded archive
- setClasspath(org.gradle.api.file.FileCollection) - Method in ClasspathSpec
-
Replace existing classpath with a new collection of files.
- setCmdArgs(Iterable<?>) - Method in AbstractCommandExecSpec
-
Replace the command-specific arguments with a new set.
- setCmdArgs(Iterable<?>) - Method in AbstractCommandExecTask
-
Replace the command-specific arguments with a new set.
- setCmdArgs(Iterable<?>) - Method in AbstractExecCommandSpec
-
Replace the command-specific arguments with a new set.
- setCmdArgs(Iterable<?>) - Method in AbstractExecCommandTask
-
Replace the command-specific arguments with a new set.
- setCmdArgs(Iterable<?>) - Method in ExecutableWithCommand
-
Replace the command-specific arguments with a new set.
- setCommand(java.lang.Object) - Method in AbstractCommandExecSpec
-
Set the command to use.
- setCommand(java.lang.Object) - Method in AbstractCommandExecTask
-
Set the command to use.
- setCommand(java.lang.Object) - Method in AbstractExecCommandSpec
-
Set the command to use.
- setCommand(java.lang.Object) - Method in AbstractExecCommandTask
-
Set the command to use.
- setCommand(java.lang.Object) - Method in CommandEntryPoint
-
Set the lazy-evalued command.
- setCommand(java.lang.Object) - Method in ExecutableCommandSpec
-
Set the command to use.
- setCommand(java.lang.Object) - Method in ExecutableWithCommand
-
Set the command to use.
- setCommit(java.lang.Object) - Method in AbstractCloudGit
-
- setCommit(java.lang.Object) - Method in CloudGitConfigurator
-
Set the commit to use.
- setDebug(boolean) - Method in JavaForkOptions
-
Enable or disable debugging for the process.
- setDefaultCharacterEncoding(java.lang.String) - Method in JavaForkOptions
-
Sets the default character encoding to use.
- setDeleteTemplatesAfterUsage(boolean) - Method in AbstractWrapperGeneratorTask
-
Whether templates should be deleted after usage.
- setDownloadRoot(java.lang.Object) - Method in AbstractDistributionInstaller
-
Sets a download root directory for the distribution.
- setDownloadRoot(java.io.File) - Method in DependencyCache
-
Sets a root directory for the cache.
- setDownloadRoot(java.lang.Object) - Method in DistributionInstaller
-
Sets a download root directory for the distribution.
- setDownloadRoot(java.io.File) - Method in GitRepoArchiveDownloader
-
Sets a download root directory for the distribution.
- setEnableAssertions(boolean) - Method in JavaForkOptions
-
Enable or disable assertions for the process.
- setEnabled(java.lang.Object) - Method in JvmDebugOptions
-
Whether to attach a debug agent to the forked process.
- setEnvironment(Map<String,?>) - Method in AbstractExecSpec
-
Replaces the existing environment variables to use for the process with a new collection.
- setEnvironment(Map<String,?>) - Method in AbstractExecTask
-
Replaces the existing environment variables to use for the process with a new collection.
- setEnvironment(Map<String,?>) - Method in AbstractExecWrapperTask
-
Replace current environment with new one.
- setEnvironment(Map<String,?>) - Method in Executable
-
Replaces the existing environment variables to use for the process with a new collection.
- setEnvironment(Map<String, ?>) - Method in JavaForkOptions
-
Sets the environment variable to use for the process.
- setErrorOutput(java.io.OutputStream) - Method in AbstractExecSpec
-
Sets the output stream to consume standard error from the process executing the command.
- setErrorOutput(java.io.OutputStream) - Method in AbstractExecTask
-
Sets the output stream to consume standard error from the process executing the command.
- setErrorOutput(java.io.OutputStream) - Method in Executable
-
Sets the output stream to consume standard error from the process executing the command.
- setErrorOutput(java.io.OutputStream) - Method in ProcessExecutionSpec
-
Sets the output stream to consume standard error from the process executing the command.
- setExeArgs(List<String>) - Method in AbstractExecSpec
-
Sets the arguments for the command to be executed.
- setExeArgs(List<String>) - Method in AbstractExecTask
-
Sets the arguments for the command to be executed.
- setExeArgs(Iterable<?>) - Method in AbstractToolExecSpec
-
Replace the tool-specific arguments with a new set.
- setExeArgs(List<String>) - Method in Executable
-
Sets the arguments for the command to be executed.
- setExeArgs(Iterable<?>) - Method in MutableToolExecSpec
-
Replace the tool-specific arguments with a new set.
- setExecSpec(T) - Method in AbstractJvmModelExecTask
-
- setExecutable(java.lang.String) - Method in AbstractExecSpec
-
- setExecutable(java.lang.String) - Method in AbstractExecTask
-
- setExecutable(Map<String, Object>) - Method in AbstractToolExecSpec
-
Use a key-value approach to setting the exe.
- setExecutable(java.lang.Object) - Method in Executable
-
Sets the name of the executable to use.
- setExecutable(java.lang.Object) - Method in JavaForkOptions
-
Sets the name of the exe to use.
- setExecutable(org.ysb33r.grolifant.api.v4.exec.ResolvableExecutable) - Method in MutableToolExecSpec
-
Set the exe to use.
- setExecutableVersionProvider(Provider<String>) - Method in AbstractBaseToolExtension
-
Overrides the default way or determining what the version is of a tool.
- setExecutionMode(org.ysb33r.grolifant.api.core.jvm.ExecutionMode) - Method in AbstractJvmModelExecTask
-
Sets the execution mode.
- setExecutionMode(java.lang.String) - Method in JvmExecutionModel
-
Sets the execution mode using a string
- setFile(java.lang.Object) - Method in FilePropertyWrapper
-
Sets a lazy-evaluated file.
- setIgnoreExitValue(boolean) - Method in AbstractExecSpec
-
Sets whether a non-zero exit value is ignored, or an exception thrown.
- setIgnoreExitValue(boolean) - Method in AbstractExecTask
-
Sets whether a non-zero exit value is ignored, or an exception thrown.
- setIgnoreExitValue(boolean) - Method in Executable
-
Sets whether a non-zero exit value is ignored, or an exception thrown.
- setIgnoreExitValue(boolean) - Method in ProcessExecutionSpec
-
Sets whether a non-zero exit value is ignored, or an exception thrown.
- setInferModulePath(Provider<Boolean>) - Method in ModularitySpec
-
Whether module path should be inferred.
- setInstructionArgs(Iterable<?>) - Method in AbstractToolExecSpec
-
Replace the instruction-specific arguments with a new set.
- setJvmArgs(Iterable<?>) - Method in JavaForkOptions
-
Sets the extra arguments to use to launch the JVM for the process.
- setLocationPropertiesFile(java.lang.Object) - Method in AbstractCacheBinaryTask
-
- setLocationPropertiesFile(java.lang.Object) - Method in AbstractWrapperCacheBinaryTask
-
- setMainClass(java.lang.Object) - Method in MainClassSpec
-
Set the main class name.
- setMainModule(java.lang.Object) - Method in ModularitySpec
-
Set the main module name.
- setMaxHeapSize(java.lang.String) - Method in JavaForkOptions
-
Sets the maximum heap size for the process.
- setMinHeapSize(java.lang.String) - Method in JavaForkOptions
-
Sets the minimum heap size for the process.
- setName(java.lang.Object) - Method in BaseScriptDefinition
-
Sets the name of the script to use.
- setName(java.lang.Object) - Method in BaseScriptSpec
-
Set the name of the script.
- setName(java.lang.Object) - Method in ScriptDefinition
-
- setOrganisation(java.lang.Object) - Method in AbstractCloudGit
-
- setOrganisation(java.lang.Object) - Method in CloudGitConfigurator
-
Set the organisation.
- setPath(java.lang.Object) - Method in ScriptDefinition
-
- setPath(java.lang.Object) - Method in ScriptSpec
-
Sets the path of the script including the name of the script.
- setPort(java.lang.Object) - Method in JvmDebugOptions
-
THe debug port.
- setRepository(java.lang.Object) - Method in AbstractCloudGit
-
- setRepository(java.lang.Object) - Method in CloudGitConfigurator
-
Set the repository
- setScript(java.lang.Object) - Method in AbstractExecScriptSpec
-
Set the script to use.
- setScript(java.lang.Object) - Method in AbstractExecScriptTask
-
Set the script to use.
- setScript(java.lang.Object) - Method in AbstractScriptExecSpec
-
Set the exe to use.
- setScript(java.lang.Object) - Method in AbstractScriptExecTask
-
Set the script to use.
- setScript(java.lang.Object) - Method in ExecutableScript
-
Set the script to use.
- setScriptArgs(Iterable<?>) - Method in AbstractExecScriptSpec
-
Replace the script-specific arguments with a new set.
- setScriptArgs(Iterable<?>) - Method in AbstractExecScriptTask
-
Replace the script-specific arguments with a new set.
- setScriptArgs(Iterable<?>) - Method in AbstractScriptExecSpec
-
Replace the script-specific arguments with a new set.
- setScriptArgs(Iterable<?>) - Method in AbstractScriptExecTask
-
Replace the script-specific arguments with a new set.
- setScriptArgs(Iterable<?>) - Method in ExecutableScript
-
Replace the script-specific arguments with a new set.
- setSdkManCandidateName(java.lang.String) - Method in AbstractDistributionInstaller
-
Set candidate name for SdkMan if the latter should be searched for installed versions
- setSdkManCandidateName(java.lang.String) - Method in DistributionInstaller
-
Set candidate name for SdkMan if the latter should be searched for installed versions
- setServer(java.lang.Object) - Method in JvmDebugOptions
-
Whether a socket-attach or a socket-listen type of debugger is expected.
- setStandardInput(java.io.InputStream) - Method in AbstractExecSpec
-
Sets the standard input stream for the process executing the command.
- setStandardInput(java.io.InputStream) - Method in AbstractExecTask
-
Sets the standard input stream for the process executing the command.
- setStandardInput(java.io.InputStream) - Method in Executable
-
Sets the standard input stream for the process executing the command.
- setStandardInput(java.io.InputStream) - Method in ProcessExecutionSpec
-
Sets the standard input stream for the process executing the command.
- setStandardOutput(java.io.OutputStream) - Method in AbstractExecSpec
-
Sets the output stream to consume standard output from the process executing the command.
- setStandardOutput(java.io.OutputStream) - Method in AbstractExecTask
-
Sets the output stream to consume standard output from the process executing the command.
- setStandardOutput(java.io.OutputStream) - Method in Executable
-
Sets the output stream to consume standard output from the process executing the command.
- setStandardOutput(java.io.OutputStream) - Method in ProcessExecutionSpec
-
Sets the output stream to consume standard output from the process executing the command.
- setSuspend(java.lang.Object) - Method in JvmDebugOptions
-
Whether the forked process should be suspended until the connection to the debugger is established.
- setSystemProperties(Map<String, ?>) - Method in JavaForkOptions
-
Sets the system properties to use for the process.
- setTag(java.lang.Object) - Method in AbstractCloudGit
-
- setTag(java.lang.Object) - Method in CloudGitConfigurator
-
Set the tag.
- setToolExecutable(java.lang.Object) - Method in AbstractExecTask
-
Sets the exe to use for this task
- setValidateScriptLocation(boolean) - Method in AbstractExecScriptTask
-
- setVersionProvider(java.lang.Object) - Method in ProjectOperations
-
Sets a new version for a project.
- setVersionProvider(java.lang.Object) - Method in ProjectTools
-
Sets a new version for a project.
- setWindowsExtensionSearchOrder(java.lang.String) - Method in AbstractBaseToolExtension
-
- setWindowsExtensionSearchOrder(java.lang.String) - Method in AbstractToolExtension
-
- setWindowsExtensionSearchOrder(java.lang.String) - Method in BaseToolLocation
-
When searching for executables, the order in which to use check for file extensions.
- setWorkingDir(java.io.File) - Method in AbstractExecSpec
-
- setWorkingDir(java.io.File) - Method in AbstractExecTask
-
- setWorkingDir(java.lang.Object) - Method in Executable
-
Sets the working directory for the process.
- setWorkingDir(java.lang.Object) - Method in JavaForkOptions
-
Sets the working directory for the process.
- setWorkingDir(java.io.File) - Method in MutableBaseExecSpec
-
Set the working directory for the execution.
- setWrapperDestinationDirectory(java.lang.Object) - Method in AbstractWrapperGeneratorTask
-
Sets the wrapper destination directory
- sharedLibrarySuffix - Property in Windows
-
Return Windows string that is used to suffix to shared libraries
- SimplePasswordCredentials - Class in org.ysb33r.grolifant.api.v4.repositories
Simple memory-based implementation of password credentials.
- SimplePasswordCredentials() - Constructor in SimplePasswordCredentials
-
- SKIP_WHEN_EMPTY - Field in TaskInputFileOptions
-
Skip executing the task if the property contains no files.
- SNAPSHOT_PARSER - Property in Version
-
Regex to identify extras as SNAPSHOT.
- snapshot - Property in Version
-
Whether the version is a snapshot.
- snapshot - Property in Version.Parts
-
- snapShotSequence - Property in Version
-
- Solaris - Class in org.ysb33r.grolifant.api.v4.os
- SPARC - Field in OperatingSystem.Arch
-
- standardInput(java.io.InputStream) - Method in AbstractExecSpec
-
Set the stream where standard input should be read from for this process when executing.
- standardInput(java.io.InputStream) - Method in AbstractExecTask
-
Set the stream where standard input should be read from for this process when executing.
- standardInput(java.io.InputStream) - Method in MutableBaseExecSpec
-
Set the stream where standard input should be read from for this process when executing.
- standardOutput(java.io.OutputStream) - Method in AbstractExecSpec
-
Set the stream where standard output should be sent to for this process when executing.
- standardOutput(java.io.OutputStream) - Method in AbstractExecTask
-
Set the stream where standard output should be sent to for this process when executing.
- standardOutput(java.io.OutputStream) - Method in Executable
-
Sets the output stream to consume standard output from the process executing the command.
- standardOutput(java.io.OutputStream) - Method in MutableBaseExecSpec
-
Set the stream where standard output should be sent to for this process when executing.
- StandardWorkerAppExecutor - Interface in org.ysb33r.grolifant.api.remote.worker
An executor and result interpreter for a standard class.
- StandardWorkerAppExecutorFactory - Class in org.ysb33r.grolifant.api.remote.worker
Run a JVM main class in a worker.
- StandardWorkerAppExecutorFactory(org.ysb33r.grolifant.api.remote.worker.StandardWorkerAppExecutor) - Constructor in StandardWorkerAppExecutorFactory
-
- StandardWorkerAppMainExecutorFactory - Class in org.ysb33r.grolifant.api.remote.worker
Run a JVM main class in a worker.
- StandardWorkerAppMainExecutorFactory() - Constructor in StandardWorkerAppMainExecutorFactory
-
- StandardWorkerAppParameterFactory - Class in org.ysb33r.grolifant.api.core.jvm.worker
Standard parameters for running a JVM process inside a worker.
- StandardWorkerAppParameterFactory() - Constructor in StandardWorkerAppParameterFactory
-
- StandardWorkerAppParameters - Class in org.ysb33r.grolifant.api.remote.worker
Standard parameters for running a JVM process inside a worker.
- StandardWorkerAppParameters() - Constructor in StandardWorkerAppParameters
-
- started() - Method in ProgressLogger
-
Allow logging to start
- staticLibrarySuffix - Property in GenericUnix
-
Default Unix-like string that is used to suffix to static libraries
- staticLibrarySuffix - Property in Windows
-
Windows string that is used to suffix to static libraries
- stringize(Collection<?>) - Method in StringTools
-
Converts a collection of most things to a list of strings.
- stringize(Iterable<?>) - Method in StringUtils
-
Converts a collection of most things to a list of strings.
- stringizeDropNull(Collection<?>) - Method in StringTools
-
Like
stringize, but drops any nulls, or empty instances of Provider and java.util.Optional.
- stringizeDropNull(Iterable<?>) - Method in StringUtils
-
Like
stringize, but drops any nulls, or empty instances of Provider and java.util.Optional.
- stringizeOrNull(java.lang.Object) - Method in StringTools
-
Like
stringize, but returns
null
rather than throwing an exception, when item is
null
,
an empty {
- Link:
- Provider} or an empty java.util.Optional.
- stringizeOrNull(java.lang.Object) - Method in StringUtils
-
Like
stringize, but returns
null
rather than throwing an exception, when item is
null
,
an empty {
- Link:
- Provider} or an empty java.util.Optional.
- stringizeValues(Map<String, Object>) - Method in MapUtils
-
Evaluates a map of objects to a map of strings.
- stringizeValues(Map<String,?>) - Method in StringTools
-
Evaluates a map of objects to a map of strings.
- StringTools - Interface in org.ysb33r.grolifant.api.core
Tools for working with strings.
- StringUtils - Class in org.ysb33r.grolifant.api.v5
A collection of utilities for converting to strings.
- StringUtils() - Constructor in StringUtils
-
- submitToWorkQueue(org.ysb33r.grolifant.api.core.jvm.worker.WorkerIsolation, org.gradle.workers.WorkerExecutor, WorkerAppExecutorFactory<P>, WorkerAppParameterFactory<P>) - Method in AbstractJvmExecSpec
-
Submits this to a worker queue using an appropriate isolation mode.
- submitToWorkQueue(org.ysb33r.grolifant.api.core.jvm.worker.WorkerIsolation, org.gradle.workers.WorkerExecutor, WorkerAppExecutorFactory<P>, WorkerAppParameterFactory<P>) - Method in JvmAppRunnerSpec
-
Submits this to a worker queue using an appropriate isolation mode.
- sync(Action<? super CopySpec>) - Method in FileSystemOperations
-
Synchronizes the contents of a destination directory with some source directories and files.
- SYSTEM_ENV_PROPERTY - Field in PropertyResolver
-
- systemProperties(Map<String, ?>) - Method in JavaForkOptions
-
Adds some system properties to use for the process.
- systemProperty(java.lang.Object, boolean) - Method in GradleSysEnvProvider
-
- systemProperty(java.lang.String, java.lang.Object) - Method in JavaForkOptions
-
Adds a system property to use for the process.
- systemProperty(java.lang.Object, boolean) - Method in ProjectOperations
-
Creates a provider to a system property.