- AbstractAuthenticationSupportedRepository - Class in org.ysb33r.grolifant.api.core.repositories
Base class for creating repository types that optionally support authentication.
- AbstractAuthenticationSupportedRepository(org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in AbstractAuthenticationSupportedRepository
-
Base class constructor
insance
- AbstractBaseToolExtension - Class in org.ysb33r.grolifant.api.core.runnable
Use as a base class for project and task extensions that will wrap tools.
- AbstractBaseToolExtension.1 - Class in org.ysb33r.grolifant.api.core.runnable
- AbstractBaseToolExtension.1() - Constructor in AbstractBaseToolExtension.1
-
- AbstractBaseToolExtension.2 - Class in org.ysb33r.grolifant.api.core.runnable
- AbstractBaseToolExtension.2() - Constructor in AbstractBaseToolExtension.2
-
- AbstractBaseToolExtension(org.gradle.api.Task, org.ysb33r.grolifant.api.core.ProjectOperations, T) - Constructor in AbstractBaseToolExtension
-
Attach this extension to a task
- AbstractCloudGit - Class in org.ysb33r.grolifant.api.core.git
Base class for implementing common functionality for Gitlab & GitHub.
- AbstractCloudGit(org.ysb33r.grolifant.api.core.ProjectOperations, java.lang.String, java.lang.String) - Constructor in AbstractCloudGit
-
Constructs a representation of a cloud Git provider
- AbstractCmdlineArgumentSpec - Class in org.ysb33r.grolifant.api.core.runnable
Abstract class to set command-line parameters.
- AbstractCmdlineArgumentSpec(org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in AbstractCmdlineArgumentSpec
-
- AbstractCommandExecSpec - Class in org.ysb33r.grolifant.api.core.runnable
Basic building
- AbstractCommandExecSpec(org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in AbstractCommandExecSpec
-
- AbstractCommandExecTask - Class in org.ysb33r.grolifant.api.core.runnable
Configures a task that will run a non-JVM command-based execution.
- AbstractCommandExecTask() - Constructor in AbstractCommandExecTask
-
- AbstractDistributionInstaller - Class in org.ysb33r.grolifant.api.core.downloader
Common functionality to be able to download a SDK and use it within Gradle
- AbstractDistributionInstaller.1 - Class in org.ysb33r.grolifant.api.core.downloader
- AbstractDistributionInstaller.1() - Constructor in AbstractDistributionInstaller.1
-
- AbstractDistributionInstaller.2 - Class in org.ysb33r.grolifant.api.core.downloader
- AbstractDistributionInstaller.2() - Constructor in AbstractDistributionInstaller.2
-
- AbstractDistributionInstaller(java.lang.String, java.lang.String, org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in AbstractDistributionInstaller
-
Creates setup for installing to a local cache.
- AbstractExecSpec - Class in org.ysb33r.grolifant.api.core.runnable
Base class for creating execution specifications.
- AbstractExecSpec(org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in AbstractExecSpec
-
- AbstractExecTask - Class in org.ysb33r.grolifant.api.core.runnable
Configures a task that will run a non-JVM execution.
- AbstractExecTask() - Constructor in AbstractExecTask
-
- AbstractExecWrapperTask - Class in org.ysb33r.grolifant.api.core.runnable
Base task class to wrap external tool executions without exposing command-line parameters directly.
- AbstractExecWrapperTask() - Constructor in AbstractExecWrapperTask
-
- AbstractExecWrapperWithExtensionTask - Class in org.ysb33r.grolifant.api.core.runnable
- AbstractExecWrapperWithExtensionTask() - Constructor in AbstractExecWrapperWithExtensionTask
-
- AbstractJvmExecSpec - Class in org.ysb33r.grolifant.api.core.runnable
A base class for specifying the execution of an entrypoint on a forked JVM.
- AbstractJvmExecSpec(org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in AbstractJvmExecSpec
-
- AbstractJvmExecTask - Class in org.ysb33r.grolifant.api.core.runnable
Configures a task that will run an execution in a forked JVM.
- AbstractJvmExecTask() - Constructor in AbstractJvmExecTask
-
A JVM exec task that cannot utilise workers.
- AbstractJvmModelExecTask - Class in org.ysb33r.grolifant.api.core.runnable
Configures a task that will run an execution in a forked JVM.
- AbstractJvmModelExecTask(org.gradle.workers.WorkerExecutor) - Constructor in AbstractJvmModelExecTask
-
Base class for executing tasks on the JVM.
- AbstractJvmScriptExecSpec - Class in org.ysb33r.grolifant.api.core.runnable
Defines the basics for executing a script from a JVM-based scripting language.
- AbstractJvmScriptExecSpec(org.ysb33r.grolifant.api.core.ProjectOperations, org.ysb33r.grolifant.api.core.executable.ScriptDefinition) - Constructor in AbstractJvmScriptExecSpec
-
Use a custom scirpt definition.
- AbstractJvmScriptExecTask - Class in org.ysb33r.grolifant.api.core.runnable
Configures a task that will run an execution in a forked JVM.
- AbstractJvmScriptExecTask() - Constructor in AbstractJvmScriptExecTask
-
JVM exec that does not support workers.
- AbstractScriptExecSpec - Class in org.ysb33r.grolifant.api.core.runnable
Basic building block for script specifications.
- AbstractScriptExecSpec(org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in AbstractScriptExecSpec
-
- AbstractScriptExecTask - Class in org.ysb33r.grolifant.api.core.runnable
Configures a task that will run a non-JVM script-based execution.
- AbstractScriptExecTask() - Constructor in AbstractScriptExecTask
-
- AbstractSingleFileInstaller - Class in org.ysb33r.grolifant.api.core.downloader
Installer for single files.
- AbstractSingleFileInstaller() - Constructor in AbstractSingleFileInstaller
-
- AbstractToolExtension - Class in org.ysb33r.grolifant.api.core.runnable
Use as a base class for project and task extensions that will wrap tools.
- AbstractToolExtension.1 - Class in org.ysb33r.grolifant.api.core.runnable
- AbstractToolExtension.1() - Constructor in AbstractToolExtension.1
-
- AbstractToolExtension(org.gradle.api.Task, org.ysb33r.grolifant.api.core.ProjectOperations, T) - Constructor in AbstractToolExtension
-
Attach this extension to a task
- AbstractWrapperCacheBinaryTask - Class in org.ysb33r.grolifant.api.core.wrappers
Base class for tasks that cache arbitrary binaries.
- AbstractWrapperCacheBinaryTask(java.lang.String) - Constructor in AbstractWrapperCacheBinaryTask
-
- Parameters:
locationPropertiesDefaultName
- The default name for the location properties file.
- AbstractWrapperGeneratorTask - Class in org.ysb33r.grolifant.api.core.wrappers
An abstract base class for creating tasks that create script wrappers.
- AbstractWrapperGeneratorTask.1 - Class in org.ysb33r.grolifant.api.core.wrappers
- AbstractWrapperGeneratorTask.1() - Constructor in AbstractWrapperGeneratorTask.1
-
- AbstractWrapperGeneratorTask.2 - Class in org.ysb33r.grolifant.api.core.wrappers
- AbstractWrapperGeneratorTask.2() - Constructor in AbstractWrapperGeneratorTask.2
-
- AbstractWrapperGeneratorTask() - Constructor in AbstractWrapperGeneratorTask
-
- accept(java.io.File, java.io.File) - Method in GitRepoArchiveDownloader.1
-
- access(java.io.File, Callable<T>) - Method in ExclusiveFileAccess
-
Lock access to a file and perform action.
- addCommandLineArgumentProviders(Provider<List<String>>) - Method in AbstractCmdlineArgumentSpec
-
Add lazy-evaluated providers of arguments.
- addCommandLineArgumentProviders(Provider<List<String>>) - Method in CmdlineArgumentSpec
-
Add lazy-evaluated providers of arguments.
- addCommandLineProcessor(java.lang.String, java.lang.Integer, org.ysb33r.grolifant.api.core.CmdlineArgumentSpec) - Method in AbstractExecSpec
-
Adds a command-line processor that will process command-line arguments in a specific order.
- addCommandLineProcessor(java.lang.String, java.lang.Integer, org.ysb33r.grolifant.api.core.CmdlineArgumentSpec) - Method in AppRunnerSpec
-
Adds a command-line processor that will process command-line arguments in a specific order.
- addCommandLineProcessor(java.lang.String, java.lang.Integer, org.ysb33r.grolifant.api.core.CmdlineArgumentSpec) - Method in JvmAppRunnerSpec
-
Adds a command-line processor that will process command-line arguments in a specific order.
- addEnvironmentProvider(Provider<Map<String,String>>) - Method in ExecutableEntryPoint
-
Adds a provider to environment variables.
- addEnvironmentProvider(Provider<Map<String,String>>) - Method in JavaForkOptionsWithEnvProvider
-
Adds a provider to environment variables.
- addExecPattern(java.lang.String) - Method in AbstractDistributionInstaller
-
Add patterns for files to be marked exe,
- addExecPattern(java.lang.String) - Method in DistributionInstaller
-
Add patterns for files to be marked executable.
- AllArgsProvider - Interface in org.ysb33r.grolifant.api.core
Returns all command-line arguments within a specific context.
- alpha - Property in Version
-
Whether the version is an alpha.
- alpha - Property in Version.Parts
-
- alphaSequence - Property in Version
-
- apply(Collection<File>) - Method in AbstractWrapperGeneratorTask.2
-
- apply(java.io.File) - Method in GitRepoArchiveDownloader.2
-
- AppRunnerSpec - Interface in org.ysb33r.grolifant.api.core.executable
A specification to something non-JVM that can be executed out-of-process and
can then be used to copy to other methods in the Gradle API that provides a
ExecSpec in the parameters.
- appRunnerSpec - Field in AbstractExecSpec
-
- appRunnerSpec() - Method in ExecTools
-
- ArchiveOperationsProxy - Interface in org.ysb33r.grolifant.api.core
A proxy for archive operations.
- args(Iterable<?>) - Method in AbstractCmdlineArgumentSpec
-
Add arguments to the entrypoint.
- args(Iterable<?>) - Method in CmdlineArgumentSpec
-
Add arguments to the entrypoint.
- arguments - Property in StandardWorkerAppParameters
-
- argumentSpec - Property in CmdLineArgumentSpecEntry
-
- ARM32 - Field in OperatingSystem.Arch
-
- ARM64 - Field in OperatingSystem.Arch
-
- ArtifactAttributeContainer - Class in org.ysb33r.grolifant.api.v4.artifacts
- ArtifactAttributeContainer() - Constructor in ArtifactAttributeContainer
-
- ArtifactDownloader - Class in org.ysb33r.grolifant.api.core.downloader
Performs low-level downloading work.
- ArtifactDownloader(java.net.URI, java.io.File, org.ysb33r.grolifant.api.core.ProjectOperations, java.lang.String, org.ysb33r.grolifant.api.core.downloader.ArtifactRequiresDownload, org.ysb33r.grolifant.api.core.CheckSumVerification) - Constructor in ArtifactDownloader
-
Download an artifact without unpacking it.
- ArtifactRequiresDownload - Interface in org.ysb33r.grolifant.api.core.downloader
Indicates whether download is required.
- ArtifactRootVerification - Interface in org.ysb33r.grolifant.api.core.downloader
Verifies a artifact root
- artifactRootVerification - Property in AbstractDistributionInstaller
-
- ArtifactUnpacker - Interface in org.ysb33r.grolifant.api.core.downloader
Unpacks an artifact.
- artifactUnpacker - Property in AbstractDistributionInstaller
-
- asConfiguration(java.lang.Object) - Method in ConfigurationTools
-
Resolves an arbitrary item to a Configuration instance.
- asConfiguration(java.lang.Object) - Method in ProjectTools
-
Resolves an arbitrary item to a Configuration instance.
- asConfigurations(Collection<?>) - Method in ConfigurationTools
-
Resolves arbitrary items to a collection of Configuration instances.
- asConfigurations(Collection<?>) - Method in ProjectTools
-
Resolves arbitrary items to a collection of Configuration instances.
- atConfigurationTime() - Method in ProjectOperations
-
Value that can be read safely at configuration time
- attribute(Attribute<T>, T) - Method in ArtifactAttributeContainer
-
Sets an attribute value.
- authentication(Action<? super AuthenticationContainer>) - Method in AbstractAuthenticationSupportedRepository
-
- authenticationContainer() - Method in RepositoryTools
-
Creates an instance of an AuthenticationContainer
- AuthenticationSupportedRepositoryContent - Interface in org.ysb33r.grolifant.api.core.repositories
Configures content for an authentication-supported repository.
- await() - Method in WorkerPromise
-
Blocks until all work related to the queue is completed.
- 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 AbstractWrapperGeneratorTask.1
-
- call() - Method in BaseScriptDefinition.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.core
Methods for dealing with closures.
- ClosureUtils() - Constructor in ClosureUtils
-
- CloudGitConfigurator - Interface in org.ysb33r.grolifant.api.core.git
A description of a Git repository from a cloud provider
- CloudGitDescriptor - Interface in org.ysb33r.grolifant.api.core.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.
- 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.core.runnable
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_BLOCK - Field in AbstractCommandExecSpec
-
- 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
-
- ConfigurationTools - Interface in org.ysb33r.grolifant.api.core
Additional tools to work with configurations.
- configureCmdline(java.lang.String, Closure<?>) - Method in AppRunnerSpec
-
Configures a CmdlineArgumentSpec instance.
- configureCmdline(Closure<?>) - Method in JvmAppRunnerSpec
-
Configures a CmdlineArgumentSpec instance.
- configureEntrypoint(Closure<?>) - Method in AppRunnerSpec
-
- configureEntrypoint(Closure<?>) - Method in JvmAppRunnerSpec
-
- 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 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.
- CopyDebugOptions - Interface in org.ysb33r.grolifant.api.core.jvm
Interface for copying JVM debug options.
- copyDebugOptions(org.ysb33r.grolifant.api.core.jvm.JvmDebugOptions, org.gradle.process.JavaForkOptions) - Method in CopyDebugOptions
-
- 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.ExecSpec) - Method in AbstractExecSpec
-
Copies this specification to a standard ExecSpec.
- copyTo(org.gradle.process.JavaExecSpec) - Method in AbstractJvmExecSpec
-
Copies this specification to a standard JavaExecSpec.
- 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.JavaExecSpec) - Method in JvmAppRunnerSpec
-
Copies these options to the given options.
- copyWrappersFromResources(java.lang.String, Map<String, String>) - Method in ToolWrapper
-
Copy wrapper templates from resources into a temporary directory
- create(org.gradle.api.Project) - Method in ProjectOperations
-
- 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.
- 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.
- createLocalRoleFocusedConfiguration(java.lang.String, java.lang.String) - Method in ConfigurationTools
-
Creates two configurations that are related to each other and which are only meant to be used within the
same (sub)project.
- createParameterFactory() - Method in AbstractJvmExecTask
-
Create a worker app parameter factory.
- createParameterFactory() - Method in AbstractJvmModelExecTask
-
Create a worker app parameter factory.
- createRoleFocusedConfigurations(java.lang.String, java.lang.String, java.lang.String, Action<? super AttributeContainer>) - Method in ConfigurationTools
-
Creates three configurations that are related to each other.
- createTempDirectory(java.lang.String) - Method in FileSystemOperations
-
Creates a temporary directory with the given prefix.
- credentials(Class<T>, Action<? super T>) - Method in AbstractAuthenticationSupportedRepository
-
- 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
- environment(Map<String,?>) - Method in AbstractExecWrapperTask
-
Add environmental variables to be passed to the exe.
- environmentVariable(java.lang.Object, boolean) - Method in GradleSysEnvProvider
-
- environmentVariable(java.lang.Object, boolean) - Method in ProjectOperations
-
Creates a provider to an environmental variable.
- 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.
- 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(Closure<?>) - Method in ProvisionedExecMethods
-
Creates an execution specification, configures it by Groovy closure and then executes it.
- 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.core.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.
- 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.core.runnable
A process that can be executed outside the JVM.
- executableByPath(java.lang.Object) - Method in AbstractBaseToolExtension
-
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 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
- ExecutableCommandSpec - Interface in org.ysb33r.grolifant.api.core.executable
Specifies a command along with its arguments.
- ExecutableDownloader - Interface in org.ysb33r.grolifant.api.core.downloader
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.
- executablePathOrNull() - Method in AbstractBaseToolExtension
-
If a path has been set instead of a version, resolve the path.
- ExecutableScript - Interface in org.ysb33r.grolifant.api.core.runnable
Describes a script-based executable.
- executableSearchPathOrNull() - Method in AbstractBaseToolExtension
-
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.
- 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
-
- 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
- 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.core.os
Abstract base class for BSD-based operating systems.
- GenericBSD() - Constructor in GenericBSD
-
- GenericUnix - Class in org.ysb33r.grolifant.api.core.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
- 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.
- 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.
- 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
-
- getBeginToken() - Method in AbstractWrapperGeneratorTask
-
If the default of org.apache.tools.ant.filters.ReplaceTokens is used, this method
will return the start token delimiter.
- getBinaryLocationProvider() - Method in AbstractWrapperCacheBinaryTask
-
Obtains location of executable binary or script
- getBinaryVersionProvider() - Method in AbstractWrapperCacheBinaryTask
-
Obtains version of binary or script
- 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 AbstractWrapperCacheBinaryTask
-
- getChecksum() - Method in AbstractDistributionInstaller.2
-
- getChecksum() - Method in CheckSumVerification
-
Returns the checksum in question.
- getClasspath() - Method in ClasspathSpec
-
Get classpath as a FileCollection.
- getCommand() - Method in CommandEntryPoint
-
Get the command.
- getCommand() - Method in ExecutableCommandSpec
-
The command used in this specification as a String.
- 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.
- getConfigurations() - Method in ProjectOperations
-
Tools to deal with Gradle configurations.
- getConsoleOutput() - Method in ProjectOperations
-
Console output mode
- getCredentials(Class<T>) - Method in AbstractAuthenticationSupportedRepository
-
- 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.
- 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.
- getErrorOutput() - Method in ProcessExecutionSpec
-
Returns the output stream to consume standard error from the process executing the command.
- 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 BaseToolLocation
-
A provider for a resolved executable.
- getExecutableLocation() - Method in AbstractExecWrapperTask
-
Location of executable
- getExecutableLocation() - Method in AbstractExecWrapperWithExtensionTask
-
Location of executable.
- 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
-
- 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.
- getFile() - Method in ClassLocation
-
If the class is located on the filesystem or in a JAR this will be the location.
- 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.
- getGradleHomeDir() - Method in ProjectOperations
-
Gradle distribution home directory.
- 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.
- getJavaExecSpec() - Method in WorkerExecSpec
-
The configured JavaExecSpec.
- 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 AbstractWrapperCacheBinaryTask
-
- getMainClass() - Method in MainClassSpec
-
Get the main class name.
- getMainModule() - Method in ModularitySpec
-
Provider to the main module name.
- getName() - Method in AbstractCloudGit
-
Obtains the name of the Git service.
- 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 ScriptDefinition
-
- 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(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(Provider<T>) - Method in ProviderTools
-
Allow getOrElse functionality for providers even before Gradle 4.3.
- 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
- 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.
- getProjectCacheDir() - Method in ProjectOperations
-
Returns the project cache directory for the given project.
- getProjectDir() - Method in ProjectOperations
-
Returns the project directory.
- getProjectExtension() - Method in CombinedProjectTaskExtensionBase
-
If this extension is attached to a task, this point to the global project extension if it exists,
other null
.
- getProjectName() - Method in ProjectOperations
-
The project name
- 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 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.
- getRuntime() - Method in ClassLocation
-
If the class is located in a runtime module
- getScriptDefinition() - Method in AbstractJvmScriptExecSpec
-
Returns the instance of the script definition.
- 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 ProcessExecutionSpec
-
Returns the standard input stream for 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.
- 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.
- getToolExtension() - Method in AbstractExecWrapperWithExtensionTask
-
Access to the task extension of the tool type.
- 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 BaseToolLocation
-
The order in which extensions will be checked for locating an executable on Windows.
- getWrapperDestinationDirProvider() - Method in AbstractWrapperGeneratorTask
-
Directory for writing wrapper files to.
- GitHubArchive - Class in org.ysb33r.grolifant.api.core.git
Describes a GitHub archive.
- GitHubArchive(org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in GitHubArchive
-
- GitLabArchive - Class in org.ysb33r.grolifant.api.core.git
Describes a Gitlab archive.
- GitLabArchive(org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in GitLabArchive
-
- GitRepoArchiveDownloader - Class in org.ysb33r.grolifant.api.core.git
Downloads an archive of a Git repository.
- GitRepoArchiveDownloader.1 - Class in org.ysb33r.grolifant.api.core.git
- GitRepoArchiveDownloader.1() - Constructor in GitRepoArchiveDownloader.1
-
- GitRepoArchiveDownloader.2 - Class in org.ysb33r.grolifant.api.core.git
- GitRepoArchiveDownloader.2() - Constructor in GitRepoArchiveDownloader.2
-
- GitRepoArchiveDownloader(org.ysb33r.grolifant.api.core.git.CloudGitDescriptor, org.ysb33r.grolifant.api.core.ProjectOperations) - Constructor in GitRepoArchiveDownloader
-
Download archive from Git Cloud provider.
- 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.
- S390_32 - Field in OperatingSystem.Arch
-
- S390_64 - Field in OperatingSystem.Arch
-
- safeUri(java.net.URI) - Method in StringTools
-
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(Closure<?>) - Method in AbstractScriptExecSpec
-
- Parameters:
specConfigurator
- Configurating closure.
- script(Closure<?>) - Method in AbstractScriptExecTask
-
Configures script elements by Groovy closure.
- script(Closure<?>) - Method in ExecutableScript
-
Configures script elements by Groovy closure.
- script(Closure<?>) - Method in ForkedJvmScript
-
Configures script elements by Groovy closure.
- 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
- 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
-
- setBranch(java.lang.Object) - Method in AbstractCloudGit
-
Set the branch.
- 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(FileCollection) - Method in ClasspathSpec
-
Replace existing classpath with a new collection of files.
- setCommand(java.lang.Object) - Method in CommandEntryPoint
-
Set the lazy-evalued command.
- setCommand(java.lang.Object) - Method in ExecutableCommandSpec
-
Set the command to use.
- setCommit(java.lang.Object) - Method in AbstractCloudGit
-
Set the commit to use.
- setCommit(java.lang.Object) - Method in CloudGitConfigurator
-
Set the commit to use.
- setDefaultPreArgsProvider(Provider<List<String>>) - Method in ScriptDefinition
-
Override the default pre-argument provider.
- 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.
- setEnabled(java.lang.Object) - Method in JvmDebugOptions
-
Whether to attach a debug agent to the forked process.
- setEnvironment(Map<String,?>) - Method in AbstractExecWrapperTask
-
Replace current environment with new one.
- setErrorOutput(java.io.OutputStream) - Method in ProcessExecutionSpec
-
Sets the output stream to consume standard error from the process executing the command.
- setExecSpec(T) - Method in AbstractJvmModelExecTask
-
- 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
- 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.
- 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.
- 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
-
Set the organisation.
- 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
-
Set the repository
- setRepository(java.lang.Object) - Method in CloudGitConfigurator
-
Set the repository
- 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 ProcessExecutionSpec
-
Sets the standard input stream for 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.
- setTag(java.lang.Object) - Method in AbstractCloudGit
-
Set the tag.
- setTag(java.lang.Object) - Method in CloudGitConfigurator
-
Set the tag.
- 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 BaseToolLocation
-
When searching for executables, the order in which to use check for file extensions.
- 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.core.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.core.os
- SPARC - Field in OperatingSystem.Arch
-
- 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.
- stringizeDropNull(Collection<?>) - Method in StringTools
-
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.
- 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.
- 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
-
- systemProperty(java.lang.Object, boolean) - Method in GradleSysEnvProvider
-
- systemProperty(java.lang.Object, boolean) - Method in ProjectOperations
-
Creates a provider to a system property.