
public final class ValidateClassesCommand extends AbstractClassFileProcessorCommand
validate-classes command implementation.AbstractModletCommand.CommandLineClassLoaderCommand.ListenerSTATUS_FAILURE, STATUS_SUCCESS| Constructor and Description |
|---|
ValidateClassesCommand()
Creates a new
ValidateClassesCommand instance. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getShortDescription(Locale locale)
Gets the short description of the command.
|
protected void |
processClassFiles(CommandLine commandLine)
Processes class files.
|
createClassFileProcessor, executeCommand, getOptionscreateJomcTool, createObject, getImplementation, getLocale, getModule, getSpecification, isModulesProcessingRequestedcreateModelContext, getModelcreateTransformer, getDocumentFiles, getModel, logexecute, getDefaultLogLevel, getExecutorService, getListeners, getLogLevel, isLoggable, log, postExecuteCommand, preExecuteCommand, setDefaultLogLevel, setLogLevelpublic ValidateClassesCommand()
ValidateClassesCommand instance.public String getName()
Commandpublic String getAbbreviatedName()
Commandpublic String getShortDescription(Locale locale)
Commandlocale - The locale of the short description to return.public String getLongDescription(Locale locale)
Commandlocale - The locale of the long description to return.protected void processClassFiles(CommandLine commandLine) throws CommandExecutionException
AbstractClassFileProcessorCommandprocessClassFiles in class AbstractClassFileProcessorCommandcommandLine - The command line to execute.CommandExecutionException - if processing class files fails.Copyright © 2005–2016 The JOMC Project. All rights reserved.