|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttomp.xtcl.command.AbstractCommand
tomp.xtcl.command.Dump
Field Summary | |
protected boolean |
all
|
protected boolean |
deep
|
protected java.lang.String |
var
|
Constructor Summary | |
Dump()
|
Method Summary | |
int |
execute(Context context)
|
void |
setAll(boolean v)
|
void |
setDeep(boolean v)
|
void |
setVar(java.lang.String v)
|
java.lang.String |
toString()
|
Methods inherited from class tomp.xtcl.command.AbstractCommand |
initParameters, listArray, listList, listMap, newFile, refToFile, refToInputSource, refToJoostStyle, refToResult, refToSource, refToStyle, refToXMLFilter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String var
protected boolean deep
protected boolean all
Constructor Detail |
public Dump()
Method Detail |
public void setVar(java.lang.String v)
public void setDeep(boolean v)
public void setAll(boolean v)
public int execute(Context context) throws java.lang.Exception
execute
in interface Command
execute
in class AbstractCommand
java.lang.Exception
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |