Package org.jboss.as.jdr.commands
Class JdrCommand
java.lang.Object
org.jboss.as.jdr.commands.JdrCommand
- Direct Known Subclasses:
CallAS7,CollectFiles,DeploymentDependencies,JarCheck,LocalModuleDependencies,SystemProperties,TreeCommand
Abstract class that should be subclassed by JDR Commands.
The purpose of this class is to standardize the method by which the
JdrEnvironment is shared with Commands.