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 Details

    • JdrCommand

      public JdrCommand()
  • Method Details

    • setEnvironment

      public void setEnvironment(JdrEnvironment env)
    • execute

      public abstract void execute() throws Exception
      executes the command JdrPlugin implementations do not need to call this method.
      Throws:
      Exception