| Modifier and Type | Class and Description |
|---|---|
class |
BuildExceptionReporter
A
BuildListener which reports the build exception, if any. |
| Modifier and Type | Method and Description |
|---|---|
Action<? super T> |
DomainObjectCollection.whenObjectAdded(Action<? super T> action)
Adds an
Action to be executed when an object is added to this collection. |
Action<? super T> |
DomainObjectCollection.whenObjectRemoved(Action<? super T> action)
Adds an
Action to be executed when an object is removed from this collection. |
| Modifier and Type | Method and Description |
|---|---|
List<Action<? super Task>> |
Task.getActions()
Returns the sequence of
Action objects which will be executed by this task, in the order of
execution. |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.afterEvaluate(Action<? super Project> action)
Adds an action to execute immediately after this project is evaluated.
|
void |
DomainObjectCollection.all(Action<? super T> action)
Executes the given action against all objects in this collection, and any objects subsequently added to this
collection.
|
void |
Project.allprojects(Action<? super Project> action)
Configures this project and each of its sub-projects.
|
void |
Project.beforeEvaluate(Action<? super Project> action)
Adds an action to execute immediately before this project is evaluated.
|
<T> Iterable<T> |
Project.configure(Iterable<T> objects,
Action<? super T> configureAction)
Configures a collection of objects via an action.
|
Task |
Task.doFirst(Action<? super Task> action)
Adds the given
Action to the beginning of this task's action list. |
Task |
Task.doLast(Action<? super Task> action)
Adds the given
Action to the end of this task's action list. |
void |
Project.subprojects(Action<? super Project> action)
Configures the sub-projects of this project
|
Action<? super T> |
DomainObjectCollection.whenObjectAdded(Action<? super T> action)
Adds an
Action to be executed when an object is added to this collection. |
Action<? super T> |
DomainObjectCollection.whenObjectRemoved(Action<? super T> action)
Adds an
Action to be executed when an object is removed from this collection. |
<S extends T> |
DomainObjectCollection.withType(Class<S> type,
Action<? super S> configureAction)
Returns a collection containing the objects in this collection of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setActions(List<Action<? super Task>> actions)
Sets the sequence of
Action objects which will be executed by this task. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolvableDependencies.afterResolve(Action<? super ResolvableDependencies> action)
Adds an action to be executed after the dependencies of this set have been resolved.
|
void |
ResolvableDependencies.beforeResolve(Action<? super ResolvableDependencies> action)
Adds an action to be executed before the dependencies in this set are resolved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResolutionRules.eachArtifact(Action<? super ArtifactResolutionControl> rule)
Apply a rule to control resolution of artifacts.
|
void |
ResolutionRules.eachDependency(Action<? super DependencyResolutionControl> rule)
Apply a rule to control resolution of dependencies.
|
void |
ResolutionRules.eachModule(Action<? super ModuleResolutionControl> rule)
Apply a rule to control resolution of modules.
|
| Modifier and Type | Method and Description |
|---|---|
FlatDirectoryArtifactRepository |
RepositoryHandler.flatDir(Action<? super FlatDirectoryArtifactRepository> action)
Adds an configures a repository which will look for dependencies in a number of local directories.
|
IvyArtifactRepository |
RepositoryHandler.ivy(Action<? super IvyArtifactRepository> action)
Adds and configures an Ivy repository.
|
MavenArtifactRepository |
RepositoryHandler.maven(Action<? super MavenArtifactRepository> action)
Adds and configures a Maven repository.
|
| Modifier and Type | Method and Description |
|---|---|
CopySpec |
CopySpec.eachFile(Action<? super FileCopyDetails> action)
Adds an action to be applied to each file as it is about to be copied into its destination.
|
CopyProcessingSpec |
CopyProcessingSpec.eachFile(Action<? super FileCopyDetails> action)
Adds an action to be applied to each file as it is about to be copied into its destination.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AsmBackedClassGenerator.ClosureBackedAction |
class |
FilteredAction<T> |
| Modifier and Type | Method and Description |
|---|---|
Action<? super T> |
DelegatingDomainObjectSet.whenObjectAdded(Action<? super T> action) |
Action<? super T> |
DefaultDomainObjectCollection.whenObjectAdded(Action<? super T> action) |
Action<? super T> |
CompositeDomainObjectSet.whenObjectAdded(Action<? super T> action) |
Action<? super T> |
DelegatingDomainObjectSet.whenObjectRemoved(Action<? super T> action) |
Action<? super T> |
DefaultDomainObjectCollection.whenObjectRemoved(Action<? super T> action) |
Action<? super T> |
CompositeDomainObjectSet.whenObjectRemoved(Action<? super T> action) |
| Modifier and Type | Method and Description |
|---|---|
List<Action<? super Task>> |
AbstractTask.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesTransformer.addAction(Action<? super Properties> action)
Adds an action to be executed when properties are transformed.
|
void |
XmlTransformer.addAction(Action<? super XmlProvider> provider) |
void |
DelegatingDomainObjectSet.all(Action<? super T> action) |
void |
DefaultDomainObjectCollection.all(Action<? super T> action) |
void |
CompositeDomainObjectSet.all(Action<? super T> action) |
Task |
AbstractTask.doFirst(Action<? super Task> action) |
Task |
AbstractTask.doLast(Action<? super Task> action) |
Action<? super T> |
DelegatingDomainObjectSet.whenObjectAdded(Action<? super T> action) |
Action<? super T> |
DefaultDomainObjectCollection.whenObjectAdded(Action<? super T> action) |
Action<? super T> |
CompositeDomainObjectSet.whenObjectAdded(Action<? super T> action) |
Action<? super T> |
DelegatingDomainObjectSet.whenObjectRemoved(Action<? super T> action) |
Action<? super T> |
DefaultDomainObjectCollection.whenObjectRemoved(Action<? super T> action) |
Action<? super T> |
CompositeDomainObjectSet.whenObjectRemoved(Action<? super T> action) |
<S extends T> |
DelegatingDomainObjectSet.withType(Class<S> type,
Action<? super S> configureAction) |
<S extends T> |
DefaultDomainObjectCollection.withType(Class<S> type,
Action<? super S> configureAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTask.setActions(List<Action<? super Task>> actions) |
| Constructor and Description |
|---|
ConfigureDelegate(Object owner,
Object delegate,
Action<String> onMissing) |
FilteredAction(Spec<? super T> filter,
Action<? super T> action) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends ArtifactRepository> |
DefaultArtifactRepositoryContainer.addRepository(T repository,
Action<? super T> action,
String defaultName) |
protected <T extends ArtifactRepository> |
DefaultArtifactRepositoryContainer.addRepository(T repository,
Closure closure,
String defaultName,
Action<ArtifactRepository> action) |
protected <T extends ArtifactRepository> |
DefaultArtifactRepositoryContainer.addRepository(T repository,
String defaultName,
Action<ArtifactRepository> action) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCachePolicy.eachArtifact(Action<? super ArtifactResolutionControl> rule) |
void |
DefaultCachePolicy.eachDependency(Action<? super DependencyResolutionControl> rule) |
void |
DefaultCachePolicy.eachModule(Action<? super ModuleResolutionControl> rule) |
| Modifier and Type | Method and Description |
|---|---|
FlatDirectoryArtifactRepository |
DefaultRepositoryHandler.flatDir(Action<? super FlatDirectoryArtifactRepository> action) |
IvyArtifactRepository |
DefaultRepositoryHandler.ivy(Action<? super IvyArtifactRepository> action) |
MavenArtifactRepository |
DefaultRepositoryHandler.maven(Action<? super MavenArtifactRepository> action) |
| Modifier and Type | Method and Description |
|---|---|
Action<T> |
CollectionEventRegister.getAddAction() |
Action<T> |
CollectionEventRegister.getRemoveAction() |
Action<? super T> |
CollectionEventRegister.registerAddAction(Action<? super T> addAction) |
Action<? super T> |
CollectionEventRegister.registerRemoveAction(Action<? super T> removeAction) |
| Modifier and Type | Method and Description |
|---|---|
Action<? super T> |
CollectionEventRegister.registerAddAction(Action<? super T> addAction) |
Action<? super T> |
CollectionEventRegister.registerRemoveAction(Action<? super T> removeAction) |
| Modifier and Type | Class and Description |
|---|---|
class |
RenamingCopyAction |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Action<? super FileCopyDetails>> |
ReadableCopySpec.getAllCopyActions() |
List<Action<? super FileCopyDetails>> |
CopySpecImpl.getAllCopyActions() |
| Modifier and Type | Method and Description |
|---|---|
CopySpec |
CopySpecImpl.eachFile(Action<? super FileCopyDetails> action) |
CopySpec |
CopyActionImpl.eachFile(Action<? super FileCopyDetails> action) |
| Modifier and Type | Method and Description |
|---|---|
Action<? super T> |
DefaultPluginCollection.whenPluginAdded(Action<? super T> action) |
| Modifier and Type | Method and Description |
|---|---|
Action<? super T> |
DefaultPluginCollection.whenPluginAdded(Action<? super T> action) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProject.afterEvaluate(Action<? super Project> action) |
void |
AbstractProject.allprojects(Action<? super Project> action) |
void |
AbstractProject.beforeEvaluate(Action<? super Project> action) |
<T> Iterable<T> |
AbstractProject.configure(Iterable<T> objects,
Action<? super T> configureAction) |
Task |
AbstractProject.createTask(Map<String,?> args,
String name,
Action<? super Task> action) |
void |
AbstractProject.subprojects(Action<? super Project> action) |
| Modifier and Type | Method and Description |
|---|---|
Action<? super T> |
DefaultTaskCollection.whenTaskAdded(Action<? super T> action) |
| Modifier and Type | Method and Description |
|---|---|
Action<? super T> |
DefaultTaskCollection.whenTaskAdded(Action<? super T> action) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompilerDaemonServer |
| Modifier and Type | Method and Description |
|---|---|
Action<WorkerProcessBuilder> |
TestFramework.getWorkerConfigurationAction()
Returns an action which is used to perform some framework specific worker process configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Action<WorkerProcessBuilder> |
JUnitTestFramework.getWorkerConfigurationAction() |
| Modifier and Type | Method and Description |
|---|---|
Action<WorkerProcessBuilder> |
TestNGTestFramework.getWorkerConfigurationAction() |
| Modifier and Type | Class and Description |
|---|---|
class |
TestWorker |
| Constructor and Description |
|---|
ForkingTestClassProcessor(Factory<WorkerProcessBuilder> workerFactory,
WorkerTestClassProcessorFactory processorFactory,
JavaForkOptions options,
Iterable<File> classPath,
Action<WorkerProcessBuilder> buildConfigAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gradle.allprojects(Action<? super Project> action)
Adds an action to execute against all projects of this build.
|
void |
Gradle.rootProject(Action<? super Project> action)
Adds an action to execute against the root project of this build.
|
| Modifier and Type | Method and Description |
|---|---|
ManifestMergeSpec |
ManifestMergeSpec.eachEntry(Action<? super ManifestMergeDetails> mergeAction)
Adds an action to be applied to each key-value tuple in a merge operation.
|
| Modifier and Type | Method and Description |
|---|---|
ManifestMergeSpec |
DefaultManifestMergeSpec.eachEntry(Action<? super ManifestMergeDetails> mergeAction) |
| Modifier and Type | Method and Description |
|---|---|
Action<? super T> |
PluginCollection.whenPluginAdded(Action<? super T> action)
Adds an
Action to be executed when a plugin is added to this collection. |
| Modifier and Type | Method and Description |
|---|---|
Action<? super T> |
PluginCollection.whenPluginAdded(Action<? super T> action)
Adds an
Action to be executed when a plugin is added to this collection. |
| Modifier and Type | Class and Description |
|---|---|
class |
FindBugsDaemonServer |
| Modifier and Type | Method and Description |
|---|---|
Action<? super T> |
TaskCollection.whenTaskAdded(Action<? super T> action)
Adds an
Action to be executed when a task is added to this collection. |
| Modifier and Type | Method and Description |
|---|---|
AbstractCopyTask |
AbstractCopyTask.eachFile(Action<? super FileCopyDetails> action)
Adds an action to be applied to each file as it is about to be copied into its destination.
|
Action<? super T> |
TaskCollection.whenTaskAdded(Action<? super T> action)
Adds an
Action to be executed when a task is added to this collection. |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphRenderer.visit(Action<? super StyledTextOutput> node,
boolean lastChild)
Visits a node in the graph.
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryCacheBuilder |
DirectoryCacheBuilder.withInitializer(Action<? super PersistentCache> initializer)
Specifies an action to execute to initialize the cache contents, if the cache does not exist or is invalid.
|
| Modifier and Type | Method and Description |
|---|---|
PersistentCache |
CacheFactory.open(File cacheDir,
String displayName,
CacheUsage usage,
CacheValidator cacheValidator,
Map<String,?> properties,
FileLockManager.LockMode lockMode,
Action<? super PersistentCache> initializer) |
PersistentCache |
CacheFactory.openStore(File storeDir,
String displayName,
FileLockManager.LockMode lockMode,
Action<? super PersistentCache> initializer) |
| Constructor and Description |
|---|
DefaultPersistentDirectoryCache(File dir,
String displayName,
CacheUsage cacheUsage,
CacheValidator validator,
Map<String,?> properties,
FileLockManager.LockMode lockMode,
Action<? super PersistentCache> initAction,
FileLockManager lockManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImplicitTasksConfigurer |
class |
ProjectDependencies2TaskResolver |
class |
ProjectEvaluationConfigurer |
| Constructor and Description |
|---|
DefaultBuildConfigurer(Action<? super ProjectInternal>... actions) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGradle.allprojects(Action<? super Project> action) |
void |
DefaultGradle.rootProject(Action<? super Project> action) |
| Modifier and Type | Class and Description |
|---|---|
class |
RunBuildAction |
| Modifier and Type | Method and Description |
|---|---|
Action<ExecutionListener> |
CommandLineActionFactory.convert(List<String> args)
Converts the given command-line arguments to an
Action which performs the action requested by the
command-line args. |
Action<ExecutionListener> |
CommandLineAction.createAction(CommandLineParser parser,
ParsedCommandLine commandLine)
Creates an executable action from the given command-line args.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionReportingAction |
| Modifier and Type | Method and Description |
|---|---|
protected Action<Throwable> |
EntryPoint.createErrorHandler() |
| Constructor and Description |
|---|
ExceptionReportingAction(Action<ExecutionListener> action,
Action<Throwable> reporter) |
ExceptionReportingAction(Action<ExecutionListener> action,
Action<Throwable> reporter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionBroadcast<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionBroadcast.add(Action<? super T> action) |
void |
ListenerBroadcast.add(String methodName,
Action<?> action)
Adds an action to be executed when the given method is called.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BroadcastDispatch.add(String methodName,
Action<?> action) |
| Modifier and Type | Method and Description |
|---|---|
Address |
MessagingServer.accept(Action<ConnectEvent<ObjectConnection>> action)
Creates an endpoint which a single peer can connect to.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
HandshakeIncomingConnector.accept(Action<ConnectEvent<Connection<Message>>> action,
boolean allowRemote) |
Address |
IncomingConnector.accept(Action<ConnectEvent<Connection<T>>> action,
boolean allowRemote)
Allocates a new incoming endpoint.
|
Address |
MultiChannelConnector.accept(Action<ConnectEvent<MultiChannelConnection<Object>>> action) |
Address |
DefaultMultiChannelConnector.accept(Action<ConnectEvent<MultiChannelConnection<Object>>> action) |
Address |
DefaultMessagingServer.accept(Action<ConnectEvent<ObjectConnection>> action) |
| Constructor and Description |
|---|
InputForwarder(InputStream input,
Action<String> forwardTo,
Runnable onFinish,
ExecutorFactory executerFactory,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
Address |
TcpIncomingConnector.accept(Action<ConnectEvent<Connection<T>>> action,
boolean allowRemote) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentDescriptor |
DeploymentDescriptor.withXml(Action<? super XmlProvider> action)
Adds an action to be called when the XML document has been created.
|
| Modifier and Type | Method and Description |
|---|---|
Action<ConnectEvent<ObjectConnection>> |
DefaultWorkerProcess.getConnectAction() |
Action<WorkerProcessContext> |
WorkerProcessBuilder.getWorker() |
| Modifier and Type | Method and Description |
|---|---|
WorkerProcessBuilder |
WorkerProcessBuilder.worker(Action<WorkerProcessContext> action) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionExecutionWorker
The final stage of worker start-up.
|
class |
ImplementationClassLoaderWorker
A stage of the worker process start-up.
|
| Constructor and Description |
|---|
ActionExecutionWorker(Action<WorkerProcessContext> action,
Object workerId,
String displayName,
Address serverAddress) |
ImplementationClassLoaderWorker(LogLevel logLevel,
Collection<String> sharedPackages,
Collection<URL> implementationClassPath,
Action<WorkerContext> workerAction) |
IsolatedApplicationClassLoaderWorker(Collection<URI> applicationClassPath,
Action<WorkerContext> worker) |
| Modifier and Type | Method and Description |
|---|---|
PersistentCache |
InMemoryCacheFactory.open(File cacheDir,
String displayName,
CacheUsage usage,
CacheValidator cacheValidator,
Map<String,?> properties,
FileLockManager.LockMode lockMode,
Action<? super PersistentCache> initializer) |
PersistentCache |
InMemoryCacheFactory.openStore(File storeDir,
String displayName,
FileLockManager.LockMode lockMode,
Action<? super PersistentCache> initializer) |
| Constructor and Description |
|---|
LineBufferingOutputStream(Action<String> action) |
LineBufferingOutputStream(Action<String> action,
boolean includeEOL) |
LineBufferingOutputStream(Action<String> action,
boolean includeEOL,
int bufferLength) |
LinePerThreadBufferingOutputStream(Action<String> listener) |
LinePerThreadBufferingOutputStream(Action<String> listener,
boolean includeEol) |
Swapper(Callable<? extends T> getter,
Action<? super T> setter) |
Copyright © 2013. All rights reserved