Uses of Class
org.jboss.as.jdr.commands.JdrCommand
-
Packages that use JdrCommand Package Description org.jboss.as.jdr.commands org.jboss.as.jdr.plugins -
-
Uses of JdrCommand in org.jboss.as.jdr.commands
Subclasses of JdrCommand in org.jboss.as.jdr.commands Modifier and Type Class Description classCallAS7Command to call the AS 7 management system and store the output in a file.classCollectFilesclassDeploymentDependenciesCall MBean method dumpAllModuleInformation to get module information for deploymentsclassJarCheckclassLocalModuleDependenciesCall MBean method dumpAllModuleInformation to get module information for local modulesclassSystemPropertiesAdd the JVM System properties to the JDR reportclassTreeCommand -
Uses of JdrCommand in org.jboss.as.jdr.plugins
Methods in org.jboss.as.jdr.plugins that return types with arguments of type JdrCommand Modifier and Type Method Description List<JdrCommand>AS7Plugin. getCommands()List<JdrCommand>JdrPlugin. getCommands()
-