|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of property sink that is created by the implementation.
public interface PropertySinkFactory<T extends PropertySink>
Creates instances of PropertySink
.
Implementations are required to provide an parameter-less constructor. All properties are set via setters using the Java Beans naming schema.
Method Summary | |
---|---|
T |
create() Creates an instance of PropertySink . |
Method Detail |
---|
T create()
PropertySink
.
PropertySink
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |