com.sun.enterprise.admin.cli
Class AsadminMain
java.lang.Object
com.sun.enterprise.admin.cli.AsadminMain
public class AsadminMain
- extends java.lang.Object
The asadmin main program.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classPath
private static java.lang.String classPath
className
private static java.lang.String className
command
private static java.lang.String command
po
private static ProgramOptions po
habitat
private static org.jvnet.hk2.component.Habitat habitat
logger
private static java.util.logging.Logger logger
ERROR
private static final int ERROR
- See Also:
- Constant Field Values
CONNECTION_ERROR
private static final int CONNECTION_ERROR
- See Also:
- Constant Field Values
INVALID_COMMAND_ERROR
private static final int INVALID_COMMAND_ERROR
- See Also:
- Constant Field Values
SUCCESS
private static final int SUCCESS
- See Also:
- Constant Field Values
WARNING
private static final int WARNING
- See Also:
- Constant Field Values
ADMIN_CLI_LOGGER
private static final java.lang.String ADMIN_CLI_LOGGER
- See Also:
- Constant Field Values
DEBUG_FLAG
private static final java.lang.String DEBUG_FLAG
- See Also:
- Constant Field Values
ENV_DEBUG_FLAG
private static final java.lang.String ENV_DEBUG_FLAG
- See Also:
- Constant Field Values
copyProps
private static final java.lang.String[] copyProps
strings
private static final LocalStringsImpl strings
AsadminMain
public AsadminMain()
main
public static void main(java.lang.String[] args)
executeCommand
public static int executeCommand(java.lang.String[] argv)
readAndMergeOptionsFromAuxInput
private static void readAndMergeOptionsFromAuxInput(ProgramOptions progOpts)
throws CommandException
- Throws:
CommandException
printUsage
private static void printUsage()
- Print usage message for asadmin command.
XXX - should be derived from ProgramOptions.
ok
private static boolean ok(java.lang.String s)
Copyright © 2012 GlassFish Community. All Rights Reserved.