Package de.intarsys.tools.factory
Interface IFactory<T>
-
public interface IFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
createInstance(IArgs args)
java.lang.String
getId()
java.lang.Class<T>
getResultType()
-