Package org.jboss.as.jdr.commands
Class LocalModuleDependencies
- java.lang.Object
-
- org.jboss.as.jdr.commands.JdrCommand
-
- org.jboss.as.jdr.commands.LocalModuleDependencies
-
public class LocalModuleDependencies extends JdrCommand
Call MBean method dumpAllModuleInformation to get module information for local modules- Author:
- Brad Maxwell
-
-
Constructor Summary
Constructors Constructor Description LocalModuleDependencies()
-
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
-
-