|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TargetConfigurable<T extends TargetConfigurable<T>>
This interface defines a class that can be configured with a target. It is up to the implementing object to interpret the target object.
A target is the output of something, for instance a generator task.
Method Summary | |
---|---|
T |
setTarget(Object o)
Set the target. |
Method Detail |
---|
T setTarget(Object o)
o
- The target.
this
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |