Package org.jboss.as.jdr.commands
Class TreeCommand
- java.lang.Object
-
- org.jboss.as.jdr.commands.JdrCommand
-
- org.jboss.as.jdr.commands.TreeCommand
-
public class TreeCommand extends JdrCommand
-
-
Constructor Summary
Constructors Constructor Description TreeCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()executes the commandJdrPluginimplementations do not need to call this method.-
Methods inherited from class org.jboss.as.jdr.commands.JdrCommand
setEnvironment
-
-
-
-
Method Detail
-
execute
public void execute() throws ExceptionDescription copied from class:JdrCommandexecutes the commandJdrPluginimplementations do not need to call this method.- Specified by:
executein classJdrCommand- Throws:
Exception
-
-