|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |