JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.gradle.internal
Interface Factory<T>
Type Parameters:
T
- The type of object created.
All Known Subinterfaces:
Factory
<T>
All Known Implementing Classes:
DaemonContextBuilder
,
DefaultAnalyzerFactory
,
DefaultAntBuilderFactory
,
DefaultCacheFactory
,
DefaultLoggingManagerFactory
,
DefaultTaskContainerFactory
,
DefaultWorkerProcessFactory
,
EmbeddedLoggingManagerFactory
,
IvySettingsFactory
,
LocallyAvailableResourceFinderFactory
,
PersistableConfigurationObjectGenerator
,
ServiceLocator.ServiceFactory
public interface
Factory<T>
A generic factory which creates instances of type T.
Method Summary
Methods
Modifier and Type
Method and Description
T
create
()
Creates a new instance of type T.
Method Detail
create
T
create()
Creates a new instance of type T.
Returns:
The instance. Never returns null.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2013. All rights reserved