|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecursiveActionTaskConfigurable<T extends RecursiveActionTaskConfigurable<T>>
This interface defines the properties that should be configurable for all recursive action tasks.
Method Summary | |
---|---|
T |
setDepthFirstIterator(boolean b)
Should a depth first iterator be used? |
T |
setDisableHeaderLogging(boolean b)
Should logging for nested tasks be disabled? |
Methods inherited from interface org.schmant.task.confable.SourceConfigurable |
---|
addSource, addSources, clearSources, setRelativeToBase, setSource, setSources |
Method Detail |
---|
T setDepthFirstIterator(boolean b)
b
- true
if a depth first iterator should be used.
this
T setDisableHeaderLogging(boolean b)
By default, logging is disabled.
b
- true
if logging for nested tasks should be disabled.
this
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |