- close() - Method in class org.jomc.cli.commands.AbstractModletCommand.CommandLineClassLoader
-
Closes the class loader.
- Command - Interface in org.jomc.cli
-
Command.
- Command.Listener - Interface in org.jomc.cli
-
Listener interface.
- CommandExecutionException - Exception in org.jomc.cli.commands
-
Command execution exception.
- CommandExecutionException() - Constructor for exception org.jomc.cli.commands.CommandExecutionException
-
Creates a new CommandExecutionException
instance.
- CommandExecutionException(String) - Constructor for exception org.jomc.cli.commands.CommandExecutionException
-
Creates a new CommandExecutionException
taking a message.
- CommandExecutionException(Throwable) - Constructor for exception org.jomc.cli.commands.CommandExecutionException
-
Creates a new CommandExecutionException
taking a causing throwable.
- CommandExecutionException(String, Throwable) - Constructor for exception org.jomc.cli.commands.CommandExecutionException
-
Creates a new CommandExecutionException
taking a message and a causing throwable.
- CommitClassesCommand - Class in org.jomc.cli.commands
-
commit-classes
command implementation.
- CommitClassesCommand() - Constructor for class org.jomc.cli.commands.CommitClassesCommand
-
Creates a new CommitClassesCommand
instance.
- createClassFileProcessor(CommandLine) - Method in class org.jomc.cli.commands.AbstractClassFileProcessorCommand
-
Creates a new ClassFileProcessor
instance taking a command line.
- createJomcTool(String, Class<T>, CommandLine) - Method in class org.jomc.cli.commands.AbstractJomcToolCommand
-
Creates a new JomcTool
object for a given class name and type.
- createModelContext(CommandLine, ClassLoader) - Method in class org.jomc.cli.commands.AbstractModelCommand
-
Creates a new ModelContext
for a given CommandLine
and ClassLoader
.
- createModelContext(CommandLine, ClassLoader) - Method in class org.jomc.cli.commands.AbstractModletCommand
-
Creates a new ModelContext
for a given CommandLine
and ClassLoader
.
- createObject(String, Class<T>) - Method in class org.jomc.cli.commands.AbstractJomcToolCommand
-
Creates a new object for a given class name and type.
- createResourceFileProcessor(CommandLine) - Method in class org.jomc.cli.commands.AbstractResourceFileProcessorCommand
-
Creates a new ResourceFileProcessor
instance taking a command line.
- createSourceFileProcessor(CommandLine) - Method in class org.jomc.cli.commands.AbstractSourceFileProcessorCommand
-
Creates a new SourceFileProcessor
instance taking a command line.
- createTransformer(Source) - Method in class org.jomc.cli.commands.AbstractModletCommand
-
Creates a new Transformer
from a given Source
.
- GenerateResourcesCommand - Class in org.jomc.cli.commands
-
generate-resources
command implementation.
- GenerateResourcesCommand() - Constructor for class org.jomc.cli.commands.GenerateResourcesCommand
-
Creates a new GenerateResourcesCommand
instance.
- getAbbreviatedName() - Method in interface org.jomc.cli.Command
-
Gets the abbreviated name of the command.
- getAbbreviatedName() - Method in class org.jomc.cli.commands.CommitClassesCommand
-
- getAbbreviatedName() - Method in class org.jomc.cli.commands.GenerateResourcesCommand
-
- getAbbreviatedName() - Method in class org.jomc.cli.commands.ManageSourcesCommand
-
- getAbbreviatedName() - Method in class org.jomc.cli.commands.MergeModletsCommand
-
- getAbbreviatedName() - Method in class org.jomc.cli.commands.MergeModulesCommand
-
- getAbbreviatedName() - Method in class org.jomc.cli.commands.ShowModelCommand
-
- getAbbreviatedName() - Method in class org.jomc.cli.commands.ValidateClassesCommand
-
- getAbbreviatedName() - Method in class org.jomc.cli.commands.ValidateModelCommand
-
- getDefaultLogLevel() - Static method in class org.jomc.cli.commands.AbstractCommand
-
Gets the default log level events are logged at.
- getDefaultLogLevel() - Static method in class org.jomc.cli.Jomc
-
Gets the default log level events are logged at.
- getDocumentFiles(CommandLine) - Method in class org.jomc.cli.commands.AbstractModletCommand
-
Gets the document files specified by a given command line.
- getExcludedModlets() - Method in class org.jomc.cli.commands.AbstractModletCommand.CommandLineClassLoader
-
Gets the Modlets
excluded by the instance.
- getExecutorService(CommandLine) - Method in class org.jomc.cli.commands.AbstractCommand
-
Gets the ExecutorService
used to run tasks in parallel.
- getImplementation(CommandLine, Model) - Method in class org.jomc.cli.commands.AbstractJomcToolCommand
-
Gets the implementation to process from a given model.
- getListeners() - Method in interface org.jomc.cli.Command
-
Gets the list of registered listeners.
- getListeners() - Method in class org.jomc.cli.commands.AbstractCommand
-
Gets the list of registered listeners.
- getLocale(CommandLine) - Method in class org.jomc.cli.commands.AbstractJomcToolCommand
-
Gets a locale from a command line.
- getLogLevel() - Method in interface org.jomc.cli.Command
-
Gets the log level of the instance.
- getLogLevel() - Method in class org.jomc.cli.commands.AbstractCommand
-
Gets the log level of the instance.
- getLogLevel() - Method in class org.jomc.cli.Jomc
-
Gets the log level of the instance.
- getLongDescription(Locale) - Method in interface org.jomc.cli.Command
-
Gets the long description of the command.
- getLongDescription(Locale) - Method in class org.jomc.cli.commands.CommitClassesCommand
-
- getLongDescription(Locale) - Method in class org.jomc.cli.commands.GenerateResourcesCommand
-
- getLongDescription(Locale) - Method in class org.jomc.cli.commands.ManageSourcesCommand
-
- getLongDescription(Locale) - Method in class org.jomc.cli.commands.MergeModletsCommand
-
- getLongDescription(Locale) - Method in class org.jomc.cli.commands.MergeModulesCommand
-
- getLongDescription(Locale) - Method in class org.jomc.cli.commands.ShowModelCommand
-
- getLongDescription(Locale) - Method in class org.jomc.cli.commands.ValidateClassesCommand
-
- getLongDescription(Locale) - Method in class org.jomc.cli.commands.ValidateModelCommand
-
- getModel(ModelContext, CommandLine) - Method in class org.jomc.cli.commands.AbstractModelCommand
-
Gets the model as specified by a given command line.
- getModel(CommandLine) - Method in class org.jomc.cli.commands.AbstractModletCommand
-
Gets the identifier of the model to process.
- getModule(CommandLine, Model) - Method in class org.jomc.cli.commands.AbstractJomcToolCommand
-
Gets the module to process from a given model.
- getName() - Method in interface org.jomc.cli.Command
-
Gets the name of the command.
- getName() - Method in class org.jomc.cli.commands.CommitClassesCommand
-
- getName() - Method in class org.jomc.cli.commands.GenerateResourcesCommand
-
- getName() - Method in class org.jomc.cli.commands.ManageSourcesCommand
-
- getName() - Method in class org.jomc.cli.commands.MergeModletsCommand
-
- getName() - Method in class org.jomc.cli.commands.MergeModulesCommand
-
- getName() - Method in class org.jomc.cli.commands.ShowModelCommand
-
- getName() - Method in class org.jomc.cli.commands.ValidateClassesCommand
-
- getName() - Method in class org.jomc.cli.commands.ValidateModelCommand
-
- getOptions() - Method in interface org.jomc.cli.Command
-
Gets the options of the command.
- getOptions() - Method in class org.jomc.cli.commands.AbstractClassFileProcessorCommand
-
- getOptions() - Method in class org.jomc.cli.commands.AbstractCommand
-
- getOptions() - Method in class org.jomc.cli.commands.AbstractJomcToolCommand
-
- getOptions() - Method in class org.jomc.cli.commands.AbstractModelCommand
-
- getOptions() - Method in class org.jomc.cli.commands.AbstractModletCommand
-
- getOptions() - Method in class org.jomc.cli.commands.AbstractResourceFileProcessorCommand
-
- getOptions() - Method in class org.jomc.cli.commands.AbstractSourceFileProcessorCommand
-
- getOptions() - Method in class org.jomc.cli.commands.CommitClassesCommand
-
- getOptions() - Method in class org.jomc.cli.commands.MergeModletsCommand
-
- getOptions() - Method in class org.jomc.cli.commands.MergeModulesCommand
-
- getOptions() - Method in class org.jomc.cli.commands.ShowModelCommand
-
- getPrintWriter() - Method in class org.jomc.cli.Jomc
-
Gets the print writer of the instance.
- getShortDescription(Locale) - Method in interface org.jomc.cli.Command
-
Gets the short description of the command.
- getShortDescription(Locale) - Method in class org.jomc.cli.commands.CommitClassesCommand
-
- getShortDescription(Locale) - Method in class org.jomc.cli.commands.GenerateResourcesCommand
-
- getShortDescription(Locale) - Method in class org.jomc.cli.commands.ManageSourcesCommand
-
- getShortDescription(Locale) - Method in class org.jomc.cli.commands.MergeModletsCommand
-
- getShortDescription(Locale) - Method in class org.jomc.cli.commands.MergeModulesCommand
-
- getShortDescription(Locale) - Method in class org.jomc.cli.commands.ShowModelCommand
-
- getShortDescription(Locale) - Method in class org.jomc.cli.commands.ValidateClassesCommand
-
- getShortDescription(Locale) - Method in class org.jomc.cli.commands.ValidateModelCommand
-
- getSpecification(CommandLine, Model) - Method in class org.jomc.cli.commands.AbstractJomcToolCommand
-
Gets the specification to process from a given model.