Package | Description |
---|---|
org.jomc.cli.commands |
Object management and configuration commands.
|
Modifier and Type | Method and Description |
---|---|
protected ClassFileProcessor |
AbstractClassFileProcessorCommand.createClassFileProcessor(CommandLine commandLine)
Creates a new
ClassFileProcessor instance taking a command line. |
protected <T extends JomcTool> |
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 abstract void |
AbstractCommand.executeCommand(CommandLine commandLine)
Called by the
execute method prior to the postExecuteCommand method. |
protected void |
ShowModelCommand.executeCommand(CommandLine commandLine) |
protected void |
AbstractClassFileProcessorCommand.executeCommand(CommandLine commandLine)
Called by the
execute method prior to the postExecuteCommand method. |
protected void |
MergeModulesCommand.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 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 |
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 void |
CommitClassesCommand.processClassFiles(CommandLine commandLine) |
protected abstract void |
AbstractClassFileProcessorCommand.processClassFiles(CommandLine commandLine)
Processes class files.
|
protected void |
GenerateResourcesCommand.processResourceFiles(CommandLine commandLine) |
protected abstract void |
AbstractResourceFileProcessorCommand.processResourceFiles(CommandLine commandLine)
Processes resource files.
|
protected void |
ManageSourcesCommand.processSourceFiles(CommandLine commandLine) |
protected abstract void |
AbstractSourceFileProcessorCommand.processSourceFiles(CommandLine commandLine)
Processes source files.
|
Constructor and Description |
---|
AbstractModletCommand.CommandLineClassLoader(CommandLine commandLine)
Creates a new
CommandLineClassLoader taking a command line backing the class loader. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.