Interface BaseFactory<T>
-
public interface BaseFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetComponentInstantiation(ComponentInstance groundComponent)
-
-
-
Method Detail
-
getComponentInstantiation
T getComponentInstantiation(ComponentInstance groundComponent) throws ComponentInstantiationFailedException
-
-