Package com.exedio.cope.util
Class ServiceFactory<T,P>
- java.lang.Object
-
- com.exedio.cope.util.ServiceFactory<T,P>
-
public final class ServiceFactory<T,P> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Class<? extends T>
getServiceClass()
int
hashCode()
T
newInstance(P parameter)
String
toString()
-