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
public abstract class JdrCommand extends Object
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.
-
-
Constructor Summary
Constructors Constructor Description JdrCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidexecute()executes the commandJdrPluginimplementations do not need to call this method.voidsetEnvironment(JdrEnvironment env)
-
-
-
Method Detail
-
setEnvironment
public void setEnvironment(JdrEnvironment env)
-
-