Uses of Class
org.jomc.cli.commands.CommandExecutionException

Packages that use CommandExecutionException
org.jomc.cli.commands Object management and configuration commands. 
 

Uses of CommandExecutionException in org.jomc.cli.commands
 

Methods in org.jomc.cli.commands that throw CommandExecutionException
protected  ClassFileProcessor AbstractClassFileProcessorCommand.createClassFileProcessor(CommandLine commandLine)
          Creates a new ClassFileProcessor instance taking a command line.
protected
<T extends JomcTool>
T
AbstractJomcToolCommand.createJomcTool(String className, Class<T> type, CommandLine commandLine)
          Creates a new JomcTool object for a given class name and type.
protected  ModelContext AbstractModletCommand.createModelContext(CommandLine commandLine, ClassLoader classLoader)
          Creates a new ModelContext for a given CommandLine and ClassLoader.
protected  ModelContext AbstractModelCommand.createModelContext(CommandLine commandLine, ClassLoader classLoader)
          Creates a new ModelContext for a given CommandLine and ClassLoader.
protected
<T> T
AbstractJomcToolCommand.createObject(String className, Class<T> type)
          Creates a new object for a given class name and type.
protected  ResourceFileProcessor AbstractResourceFileProcessorCommand.createResourceFileProcessor(CommandLine commandLine)
          Creates a new ResourceFileProcessor instance taking a command line.
protected  SourceFileProcessor AbstractSourceFileProcessorCommand.createSourceFileProcessor(CommandLine commandLine)
          Creates a new SourceFileProcessor instance taking a command line.
protected  Transformer AbstractModletCommand.createTransformer(Source source)
          Creates a new Transformer from a given Source.
protected  void AbstractClassFileProcessorCommand.executeCommand(CommandLine commandLine)
          Called by the execute method prior to the postExecuteCommand method.
protected  void ShowModelCommand.executeCommand(CommandLine commandLine)
           
protected  void MergeModletsCommand.executeCommand(CommandLine commandLine)
           
protected  void AbstractSourceFileProcessorCommand.executeCommand(CommandLine commandLine)
          Called by the execute method prior to the postExecuteCommand method.
protected  void AbstractResourceFileProcessorCommand.executeCommand(CommandLine commandLine)
          Called by the execute method prior to the postExecuteCommand method.
protected  void ValidateModelCommand.executeCommand(CommandLine commandLine)
           
protected  void MergeModulesCommand.executeCommand(CommandLine commandLine)
           
protected abstract  void AbstractCommand.executeCommand(CommandLine commandLine)
          Called by the execute method prior to the postExecuteCommand method.
protected  Set<File> AbstractModletCommand.getDocumentFiles(CommandLine commandLine)
          Gets the document files specified by a given command line.
protected  Model AbstractModelCommand.getModel(ModelContext context, CommandLine commandLine)
          Gets the model as specified by a given command line.
protected  void AbstractModletCommand.log(ModelValidationReport validationReport, javax.xml.bind.Marshaller marshaller)
          Logs a validation report.
protected  void AbstractJomcToolCommand.postExecuteCommand(CommandLine commandLine)
          Called by the execute method after the preExecuteCommand/executeCommand methods even if those methods threw an exception.
protected  void AbstractCommand.postExecuteCommand(CommandLine commandLine)
          Called by the execute method after the preExecuteCommand/executeCommand methods even if those methods threw an exception.
protected  void AbstractCommand.preExecuteCommand(CommandLine commandLine)
          Called by the execute method prior to the executeCommand method.
protected  void ValidateClassesCommand.processClassFiles(CommandLine commandLine)
           
protected abstract  void AbstractClassFileProcessorCommand.processClassFiles(CommandLine commandLine)
          Processes class files.
protected  void CommitClassesCommand.processClassFiles(CommandLine commandLine)
           
protected abstract  void AbstractResourceFileProcessorCommand.processResourceFiles(CommandLine commandLine)
          Processes resource files.
protected  void GenerateResourcesCommand.processResourceFiles(CommandLine commandLine)
           
protected abstract  void AbstractSourceFileProcessorCommand.processSourceFiles(CommandLine commandLine)
          Processes source files.
protected  void ManageSourcesCommand.processSourceFiles(CommandLine commandLine)
           
 

Constructors in org.jomc.cli.commands that throw CommandExecutionException
AbstractModletCommand.CommandLineClassLoader(CommandLine commandLine)
          Creates a new CommandLineClassLoader taking a command line backing the class loader.
 



Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.