public interface TargetDependingCommand
CommandRendering object derives the full command out
of a template, it should check if the command is property depending, and
in the latter case, pass the properties derived from the target definition
to registerTargetProperties(java.lang.Object).| Modifier and Type | Method and Description |
|---|---|
void |
registerTargetProperties(Object set)
A target depending command should drain the necessarry information
to get valid out of a target definition.
|
void registerTargetProperties(Object set)