com.sun.enterprise.admin.servermgmt.cli
Class VerifyDomainXmlCommand
java.lang.Object
com.sun.enterprise.admin.cli.CLICommand
com.sun.enterprise.admin.servermgmt.cli.LocalServerCommand
com.sun.enterprise.admin.servermgmt.cli.LocalDomainCommand
com.sun.enterprise.admin.servermgmt.cli.VerifyDomainXmlCommand
- All Implemented Interfaces:
- org.glassfish.hk2.PostConstruct
@Service(name="verify-domain-xml")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public final class VerifyDomainXmlCommand
- extends LocalDomainCommand
Implementation for the CLI command verify-domain-xml
Verifies the content of the domain.xml file
verify-domain-xml [--domaindir install_dir/domains] [domain_name]
- Author:
- Nandini Ektare
| Fields inherited from class com.sun.enterprise.admin.cli.CLICommand |
argv, commandModel, CONNECTION_ERROR, env, ERROR, INVALID_COMMAND_ERROR, logger, metadataErrors, name, operands, options, passwords, programOpts, SUCCESS, WARNING |
| Methods inherited from class com.sun.enterprise.admin.servermgmt.cli.LocalServerCommand |
checkForSpecialFiles, getAdminAddress, getAdminAddress, getDomainXml, getMasterPassword, getMasterPasswordFile, getPrevPid, getServerDirs, getUptime, isRestartable, isRunning, isRunning, isRunning, isThisServer, loadAndVerifyKeystore, readFromMasterPasswordFile, resetServerDirs, setLocalPassword, setServerDirs, unsetLocalPassword, verifyMasterPassword, waitForRestart |
| Methods inherited from class com.sun.enterprise.admin.cli.CLICommand |
checkHelp, execute, getBooleanOption, getBriefCommandUsage, getCommand, getCommandUsage, getManPage, getName, getOperandModel, getOption, getPassword, getProgramOptions, getSystemProperties, getSystemProperty, getUsage, initializeLogger, initializePasswords, inject, ok, parse, postConstruct, prevalidate, printExceptionStackTrace, processProgramOptions, quote, readPassword, toString, usageOptions |
VerifyDomainXmlCommand
public VerifyDomainXmlCommand()
validate
protected void validate()
throws CommandException,
CommandValidationException
- Overrides:
validate in class LocalDomainCommand
- Throws:
CommandException
CommandValidationException
executeCommand
protected int executeCommand()
throws CommandException,
CommandValidationException
- Specified by:
executeCommand in class CLICommand
- Throws:
CommandException
CommandValidationException
Copyright © 2012. All Rights Reserved.