public final class MergeModulesCommand extends AbstractModelCommand
merge-modules
command implementation.AbstractModletCommand.CommandLineClassLoader
Command.Listener
STATUS_FAILURE, STATUS_SUCCESS
Constructor and Description |
---|
MergeModulesCommand()
Creates a new
MergeModulesCommand instance. |
Modifier and Type | Method and Description |
---|---|
protected void |
executeCommand(CommandLine commandLine)
Called by the
execute method prior to the postExecuteCommand method. |
String |
getAbbreviatedName()
Gets the abbreviated name of the command.
|
String |
getLongDescription(Locale locale)
Gets the long description of the command.
|
String |
getName()
Gets the name of the command.
|
Options |
getOptions()
Gets the options of the command.
|
String |
getShortDescription(Locale locale)
Gets the short description of the command.
|
createModelContext, getModel
createTransformer, getDocumentFiles, getModel, log
execute, getDefaultLogLevel, getExecutorService, getListeners, getLogLevel, isLoggable, log, postExecuteCommand, preExecuteCommand, setDefaultLogLevel, setLogLevel
public MergeModulesCommand()
MergeModulesCommand
instance.public Options getOptions()
Command
getOptions
in interface Command
getOptions
in class AbstractModelCommand
public String getName()
Command
public String getAbbreviatedName()
Command
public String getShortDescription(Locale locale)
Command
locale
- The locale of the short description to return.public String getLongDescription(Locale locale)
Command
locale
- The locale of the long description to return.protected void executeCommand(CommandLine commandLine) throws CommandExecutionException
AbstractCommand
execute
method prior to the postExecuteCommand
method.executeCommand
in class AbstractCommand
commandLine
- The command line to execute.CommandExecutionException
- if executing the command fails.AbstractCommand.execute(org.apache.commons.cli.CommandLine)
Copyright © 2005–2016 The JOMC Project. All rights reserved.