|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Type that gets created by the factory.P
- Parameter that is used for creation.X
- Exception that can get thrown during execution of the factory
method. If no exception is thrown, use
NeverThrownRuntimeException
.public interface IParameterizedFactory<T,P,X extends java.lang.Exception>
Generic factory interface.
Method Summary | |
---|---|
T |
create(P parameter)
Factory method |
Method Detail |
---|
T create(P parameter) throws X extends java.lang.Exception
X extends java.lang.Exception
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |