Package org.gradle.api
Interface NamedDomainObjectFactory<T>
-
- Type Parameters:
T- The type of objects which this factory creates.
public interface NamedDomainObjectFactory<T>A factory for named objects of typeT.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(String name)Creates a new object with the given name.
-