| Modifier and Type | Interface and Description |
|---|---|
interface |
Factory<T>
Deprecated.
This is here because Groovy tasks compiled against older versions have this type baked into their byte-code, and cannot be loaded if it's not found.
|
| Modifier and Type | Method and Description |
|---|---|
Factory<File> |
TaskInternal.getTemporaryDirFactory()
The returned factory is expected to return the same file each time.
|
Factory<File> |
AbstractTask.getTemporaryDirFactory() |
| Modifier and Type | Method and Description |
|---|---|
Factory<ArtifactPublicationServices> |
DependencyResolutionServices.getPublishServicesFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
IvySettingsFactory |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DefaultCacheLockingManager.longRunningOperation(String operationDisplayName,
Factory<? extends T> action) |
<T> T |
DefaultCacheLockingManager.useCache(String operationDisplayName,
Factory<? extends T> action) |
| Constructor and Description |
|---|
DefaultSettingsConverter(Factory<org.apache.ivy.core.settings.IvySettings> settingsFactory) |
| Modifier and Type | Method and Description |
|---|---|
<T extends K> |
CacheSupport.get(T key,
Factory<? extends V> factory) |
<T extends K> |
CacheAccessSerializer.get(T key,
Factory<? extends V> factory) |
<T extends K> |
Cache.get(T key,
Factory<? extends V> factory) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TaskArtifactStateCacheAccess.useCache(String operationDisplayName,
Factory<? extends T> action)
Performs some work against the cache.
|
<T> T |
DefaultTaskArtifactStateCacheAccess.useCache(String operationDisplayName,
Factory<? extends T> action) |
| Modifier and Type | Method and Description |
|---|---|
<T> Factory<T> |
SynchronizedServiceRegistry.getFactory(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Synchronizer.synchronize(Factory<T> factory) |
| Constructor and Description |
|---|
LazyLocallyAvailableResourceCandidates(Factory<List<File>> filesFactory) |
| Constructor and Description |
|---|
AbstractLocallyAvailableResourceFinder(Transformer<Factory<List<File>>,C> producer) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocallyAvailableResourceFinderFactory |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ExternalResourceMetaDataCompare.isDefinitelyUnchanged(ExternalResourceMetaData local,
Factory<ExternalResourceMetaData> remoteFactory) |
| Constructor and Description |
|---|
MapFileTree(Factory<File> tmpDirSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAnalyzerFactory |
| Modifier and Type | Method and Description |
|---|---|
Factory<ContainedVersionAnalyzer> |
DefaultOsgiManifest.getAnalyzerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOsgiManifest.setAnalyzerFactory(Factory<ContainedVersionAnalyzer> analyzerFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAntBuilderFactory |
| Modifier and Type | Method and Description |
|---|---|
protected Factory<AntBuilder> |
ProjectInternalServiceRegistry.createAntBuilderFactory() |
protected Factory<CacheFactory> |
GlobalServicesRegistry.createCacheFactory() |
protected Factory<ArtifactPublicationServices> |
ProjectInternalServiceRegistry.createRepositoryHandlerFactory() |
protected Factory<TaskContainerInternal> |
ProjectInternalServiceRegistry.createTaskContainerInternal() |
protected Factory<WorkerProcessBuilder> |
TopLevelBuildServiceRegistry.createWorkerProcessFactory() |
Factory<AntBuilder> |
AbstractProject.getAntBuilderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProject.setAntBuilderFactory(Factory<AntBuilder> antBuilderFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTaskContainerFactory |
| Constructor and Description |
|---|
DefaultJavaCompilerFactory(ProjectInternal project,
TemporaryFileProvider tempFileProvider,
Factory<AntBuilder> antBuilderFactory,
JavaCompilerFactory inProcessCompilerFactory) |
IncrementalJavaCompiler(Compiler<JavaCompileSpec> compiler,
Factory<AntBuilder> antBuilderFactory,
TaskOutputsInternal taskOutputs) |
| Constructor and Description |
|---|
DefaultTestExecuter(Factory<WorkerProcessBuilder> workerFactory,
ActorFactory actorFactor) |
| Constructor and Description |
|---|
MaxNParallelTestClassProcessor(int maxProcessors,
Factory<TestClassProcessor> factory,
ActorFactory actorFactory) |
RestartEveryNTestClassProcessor(Factory<TestClassProcessor> factory,
long restartEvery) |
| Constructor and Description |
|---|
ForkingTestClassProcessor(Factory<WorkerProcessBuilder> workerFactory,
WorkerTestClassProcessorFactory processorFactory,
JavaForkOptions options,
Iterable<File> classPath,
Action<WorkerProcessBuilder> buildConfigAction) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CacheAccess.longRunningOperation(String operationDisplayName,
Factory<? extends T> action)
Performs some long running operation within an action invoked by
CacheAccess.useCache(String, org.gradle.internal.Factory). |
<T> T |
CacheAccess.useCache(String operationDisplayName,
Factory<? extends T> action)
Performs some work against the cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCacheFactory |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DefaultPersistentDirectoryStore.longRunningOperation(String operationDisplayName,
Factory<? extends T> action) |
<T> T |
DefaultCacheAccess.longRunningOperation(String operationDisplayName,
Factory<? extends T> action) |
<T> T |
OnDemandFileAccess.readFromFile(Factory<? extends T> action) |
<T> T |
FileAccess.readFromFile(Factory<? extends T> action)
Runs the given action under a shared or exclusive lock on the target file.
|
<T> T |
DefaultPersistentDirectoryStore.useCache(String operationDisplayName,
Factory<? extends T> action) |
<T> T |
DefaultCacheAccess.useCache(String operationDisplayName,
Factory<? extends T> action) |
| Constructor and Description |
|---|
MultiProcessSafePersistentIndexedCache(Factory<BTreePersistentIndexedCache<K,V>> factory,
FileAccess fileAccess) |
| Constructor and Description |
|---|
DefaultScriptPluginFactory(ScriptCompilerFactory scriptCompilerFactory,
ImportsReader importsReader,
ScriptHandlerFactory scriptHandlerFactory,
ClassLoader defaultClassLoader,
Factory<LoggingManagerInternal> loggingManagerFactory) |
| Modifier and Type | Method and Description |
|---|---|
<T> Factory<T> |
ServiceRegistry.getFactory(Class<T> type)
Locates a factory which can create services of the given type.
|
<T> Factory<T> |
DefaultServiceRegistry.getFactory(Class<T> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
DaemonContextBuilder
Builds a daemon context, reflecting the current environment.
|
| Constructor and Description |
|---|
LazyCreationProxy(Class<T> type,
Factory<? extends T> factory) |
| Modifier and Type | Method and Description |
|---|---|
protected Factory<LoggingManagerInternal> |
LoggingServiceRegistry.createLoggingManagerFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLoggingManagerFactory |
class |
EmbeddedLoggingManagerFactory
by Szczepan Faber, created at: 2/14/12
|
| Modifier and Type | Method and Description |
|---|---|
Factory<LoggingManagerInternal> |
EmbeddedLoggingServices.getLoggingManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected Factory<ExecAction> |
CommandLineCppCompilerAdapter.getExecActionFactory() |
| Constructor and Description |
|---|
CommandLineCppCompiler(File executable,
Factory<ExecAction> execActionFactory,
Transformer<Iterable<String>,T> toArguments) |
CommandLineCppCompilerAdapter(File executable,
OperatingSystem operatingSystem,
Factory<ExecAction> execActionFactory) |
CommandLineCppCompilerAdapter(String executableName,
OperatingSystem operatingSystem,
Factory<ExecAction> execActionFactory) |
| Constructor and Description |
|---|
GppCompiler(File executable,
Factory<ExecAction> execActionFactory,
boolean useCommandFile) |
GppCompilerAdapter(OperatingSystem operatingSystem,
Factory<ExecAction> execActionFactory) |
| Constructor and Description |
|---|
VisualCppCompilerAdapter(OperatingSystem operatingSystem,
Factory<ExecAction> execActionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistableConfigurationObjectGenerator<T extends PersistableConfigurationObject>
Adapts a
PersistableConfigurationObject to a Generator. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWorkerProcessFactory |
| Constructor and Description |
|---|
LoggingBridgingGradleLauncherActionExecuter(GradleLauncherActionExecuter<ProviderOperationParameters> executer,
Factory<LoggingManagerInternal> loggingManagerFactory) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceLocator.ServiceFactory<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
DeprecationLogger.whileDisabled(Factory<T> factory) |
Copyright © 2013. All rights reserved