- ECHO - Static variable in class com.sun.enterprise.admin.cli.ProgramOptions
-
- editDistance(String, String) - Static method in class com.sun.enterprise.admin.cli.StringEditDistance
-
Computes the edit distance between two strings.
- EmptyVisitor - Class in com.sun.enterprise.admin.cli.schemadoc
-
- EmptyVisitor(int) - Constructor for class com.sun.enterprise.admin.cli.schemadoc.EmptyVisitor
-
- entrySet() - Method in class com.sun.enterprise.admin.cli.Environment
-
Return a set of all the entries, just like a Map does.
- env - Variable in class com.sun.enterprise.admin.cli.CLICommand
-
The environment for the command.
- Environment - Class in com.sun.enterprise.admin.cli
-
The environment variables for CLI commands.
- Environment() - Constructor for class com.sun.enterprise.admin.cli.Environment
-
Initialize the enviroment with all relevant system environment entries.
- Environment(boolean) - Constructor for class com.sun.enterprise.admin.cli.Environment
-
Constructor that ignores the system environment,
mostly used to enable repeatable tests.
- EOL - Static variable in class com.sun.enterprise.admin.cli.CLIConstants
-
- equals(Object) - Method in class com.sun.enterprise.admin.cli.schemadoc.ClassDef
-
- ERROR - Static variable in class com.sun.enterprise.admin.cli.CLICommand
-
- ERROR - Static variable in class com.sun.enterprise.admin.cli.CLIConstants
-
- execute(String...) - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Execute this command with the given arguemnts.
- execute(String, String[], boolean) - Method in class com.sun.enterprise.admin.cli.CLIProcessExecutor
-
This method invokes the runtime exec
- execute(String...) - Method in class com.sun.enterprise.admin.cli.remote.RemoteCLICommand
-
- execute(String...) - Method in class com.sun.enterprise.admin.cli.remote.RemoteCommand
-
- execute(AdminCommandContext) - Method in class com.sun.enterprise.admin.cli.schemadoc.GenerateDomainSchema
-
- executeAndReturnActionReport(String...) - Method in class com.sun.enterprise.admin.cli.remote.RemoteCLICommand
-
Execute the command and return the main attributes from the manifest
instead of writing out the output.
- executeAndReturnAttributes(String...) - Method in class com.sun.enterprise.admin.cli.remote.RemoteCommand
-
Execute the command and return the main attributes from the manifest
instead of writing out the output.
- executeAndReturnOutput(String...) - Method in class com.sun.enterprise.admin.cli.remote.RemoteCLICommand
-
Execute the command and return the output as a string instead of writing
it out.
- executeAndReturnOutput(String...) - Method in class com.sun.enterprise.admin.cli.remote.RemoteCommand
-
Execute the command and return the output as a string
instead of writing it out.
- executeCommand(String[]) - Method in class com.sun.enterprise.admin.cli.AdminMain
-
- executeCommand() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Execute the command using the options in options and the
operands in operands.
- executeCommand() - Method in class com.sun.enterprise.admin.cli.ExportCommand
-
- executeCommand() - Method in class com.sun.enterprise.admin.cli.HelpCommand
-
- executeCommand() - Method in class com.sun.enterprise.admin.cli.ListCommandsCommand
-
- executeCommand() - Method in class com.sun.enterprise.admin.cli.LoginCommand
-
- executeCommand() - Method in class com.sun.enterprise.admin.cli.MultimodeCommand
-
- executeCommand() - Method in class com.sun.enterprise.admin.cli.remote.RemoteCLICommand
-
Runs the command using the specified arguments.
- executeCommand() - Method in class com.sun.enterprise.admin.cli.remote.RemoteCommand
-
Runs the command using the specified arguments.
- executeCommand() - Method in class com.sun.enterprise.admin.cli.UnsetCommand
-
- executeCommand() - Method in class com.sun.enterprise.admin.cli.VersionCommand
-
- exitValue() - Method in class com.sun.enterprise.admin.cli.CLIProcessExecutor
-
return the exit value of this process.
- expandManPage(Reader) - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Return a man page for this command that has the tokens substituted
- ExportCommand - Class in com.sun.enterprise.admin.cli
-
A local export command.
- ExportCommand() - Constructor for class com.sun.enterprise.admin.cli.ExportCommand
-
- GenerateDomainSchema - Class in com.sun.enterprise.admin.cli.schemadoc
-
- GenerateDomainSchema() - Constructor for class com.sun.enterprise.admin.cli.schemadoc.GenerateDomainSchema
-
- get(String) - Method in class com.sun.enterprise.admin.cli.Environment
-
Get the named environment entry.
- get(URI) - Method in class com.sun.enterprise.admin.cli.remote.ClientCookieStore
-
- getAggregatedTypes() - Method in class com.sun.enterprise.admin.cli.schemadoc.ClassDef
-
- getAllCommands(CLIContainer, ProgramOptions, Environment) - Static method in class com.sun.enterprise.admin.cli.CLIUtil
-
Return all commands, local and remote.
- getAttributes() - Method in class com.sun.enterprise.admin.cli.schemadoc.ClassDef
-
- getAuthToken() - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
- getAuxInput() - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
- getBooleanOption(String) - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Get a boolean option value, that might come from the command line
or from the environment.
- getBooleanOption(String) - Method in class com.sun.enterprise.admin.cli.Environment
-
Return the value of the environment entry corresponding
to the named option.
- getBriefCommandUsage() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
- getClassDef() - Method in class com.sun.enterprise.admin.cli.schemadoc.DocClassVisitor
-
- getClassDefs() - Method in class com.sun.enterprise.admin.cli.schemadoc.Context
-
- getClassName() - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
- getClassPath() - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
- getCommand(ServiceLocator, String) - Static method in class com.sun.enterprise.admin.cli.CLICommand
-
Get a CLICommand object representing the named command.
- getCommand(CLIContainer, String) - Static method in class com.sun.enterprise.admin.cli.CLICommand
-
- getCommandName() - Method in class com.sun.enterprise.admin.cli.AdminMain
-
- getCommandName() - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
- getCommandScope() - Static method in class com.sun.enterprise.admin.cli.CLICommand
-
- getCommandUsage() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Get the usage text for the command.
- getCookies() - Method in class com.sun.enterprise.admin.cli.remote.ClientCookieStore
-
- getDebugLogfile() - Method in class com.sun.enterprise.admin.cli.Environment
-
- getDebugVar() - Static method in class com.sun.enterprise.admin.cli.Environment
-
Get the name of the environment variable used to set debugging on
- getDef() - Method in class com.sun.enterprise.admin.cli.schemadoc.ClassDef
-
- getDeployedApplications() - Method in class com.sun.enterprise.admin.cli.embeddable.DeployerImpl
-
- getDocDir() - Method in class com.sun.enterprise.admin.cli.schemadoc.Context
-
- getEnvironment() - Method in class com.sun.enterprise.admin.cli.CLIContainer
-
- getExecutionResult() - Method in exception com.sun.enterprise.admin.cli.remote.ReExecuted
-
- getExtensions() - Method in class com.sun.enterprise.admin.cli.AdminMain
-
Get set of JAR files that is used to locate local commands (CLICommand).
- getHelpOption() - Static method in class com.sun.enterprise.admin.cli.ProgramOptions
-
Return a set of all the valid program options.
- getHost() - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
- getInterfaces() - Method in class com.sun.enterprise.admin.cli.schemadoc.ClassDef
-
- getInterfaces() - Method in class com.sun.enterprise.admin.cli.schemadoc.DocClassVisitor
-
- getJarForClass(Class) - Static method in class com.sun.enterprise.admin.cli.AdminMain
-
Returns source JAR file for given class.
- getLocalCommand(String) - Method in class com.sun.enterprise.admin.cli.CLIContainer
-
- getLocalCommands(CLIContainer) - Static method in class com.sun.enterprise.admin.cli.CLIUtil
-
Get all the known local commands.
- getLocalCommandsNames() - Method in class com.sun.enterprise.admin.cli.CLIContainer
-
- getManPage() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Return a BufferedReader for the man page for this command,
or null if not found.
- getManPage() - Method in class com.sun.enterprise.admin.cli.remote.RemoteCLICommand
-
Get the man page from the server.
- getManPage() - Method in class com.sun.enterprise.admin.cli.remote.RemoteCommand
-
Get the man page from the server.
- getName() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Return the name of this command.
- getOperandModel() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Get the ParamModel that corresponds to the operand
(primary parameter).
- getOperands() - Method in class com.sun.enterprise.admin.cli.Parser
-
Returns the list of operands.
- getOption(String) - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Get an option value, that might come from the command line
or from the environment.
- getOptions(String) - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Get option values, that might come from the command line
or from the environment.
- getOptions() - Method in class com.sun.enterprise.admin.cli.Parser
-
Returns a Map with all the options.
- getPassword(String, String, String, boolean) - Method in class com.sun.enterprise.admin.cli.CLICommand
-
- getPassword(CommandModel.ParamModel, String, boolean) - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Get a password for the given option.
- getPassword() - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
- getPasswordFile() - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
- getPasswordLocation() - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
- getPlainOption(String) - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
Option by name just as was parsed.
- getPort() - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
- getPrefix() - Static method in class com.sun.enterprise.admin.cli.Environment
-
Get the prefix for environment variables referenced from the system
environment by Environment objects.
- getProgramArguments() - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
Return an array of asadmin command line options that specify
all the options of this ProgramOptions instance.
- getProgramOptions() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Returns the program options associated with this command.
- getProgramOptions() - Method in class com.sun.enterprise.admin.cli.CLIContainer
-
- getProperties() - Method in class com.sun.enterprise.admin.cli.schemadoc.ClassDef
-
- getRemoteCommands(CLIContainer, ProgramOptions, Environment) - Static method in class com.sun.enterprise.admin.cli.CLIUtil
-
Get the list of commands from the remote server.
- getRootClassName() - Method in class com.sun.enterprise.admin.cli.schemadoc.Context
-
- getServiceLocator() - Method in class com.sun.enterprise.admin.cli.CLIContainer
-
- getShowDeprecated() - Method in class com.sun.enterprise.admin.cli.schemadoc.Context
-
- getShowSubclasses() - Method in class com.sun.enterprise.admin.cli.schemadoc.Context
-
- getStaticURI() - Method in class com.sun.enterprise.admin.cli.remote.ClientCookieStore
-
- getStringOption(String) - Method in class com.sun.enterprise.admin.cli.Environment
-
Return the value of the environment entry corresponding
to the named option.
- getSubclasses() - Method in class com.sun.enterprise.admin.cli.schemadoc.ClassDef
-
- getSystemProperties() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Return all the system properties and properties set
in asenv.conf.
- getSystemProperty(String) - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Return the named system property, or property
set in asenv.conf.
- getURIs() - Method in class com.sun.enterprise.admin.cli.remote.ClientCookieStore
-
- getUsage() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Get the usage text for the subcommand.
- getUsage() - Method in class com.sun.enterprise.admin.cli.remote.RemoteCLICommand
-
Get the usage text.
- getUsage() - Method in class com.sun.enterprise.admin.cli.remote.RemoteCommand
-
Get the usage text.
- getUser() - Method in class com.sun.enterprise.admin.cli.ProgramOptions
-
- getValidOptions() - Static method in class com.sun.enterprise.admin.cli.ProgramOptions
-
Return a set of all the valid program options.
- getXmlName() - Method in class com.sun.enterprise.admin.cli.schemadoc.ClassDef
-
- parse() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
The parse method sets the options and operands fields
based on the content of the command line arguments.
- parse() - Method in class com.sun.enterprise.admin.cli.remote.RemoteCLICommand
-
- Parser - Class in com.sun.enterprise.admin.cli
-
The Parser object is used to parse the
command line and verify that the command line is CLIP compliant.
- Parser(String[], int, Collection<CommandModel.ParamModel>, boolean) - Constructor for class com.sun.enterprise.admin.cli.Parser
-
Parse the given command line arguments
- PASSWORDFILE - Static variable in class com.sun.enterprise.admin.cli.ProgramOptions
-
- passwords - Variable in class com.sun.enterprise.admin.cli.CLICommand
-
The passwords read from the password file.
- pingDASQuietly(ProgramOptions, Environment) - Static method in class com.sun.enterprise.admin.cli.remote.DASUtils
-
See if DAS is alive.
- pingDASWithAuth(ProgramOptions, Environment) - Static method in class com.sun.enterprise.admin.cli.remote.DASUtils
-
See if DAS is alive, but insist that athentication is correct.
- PORT - Static variable in class com.sun.enterprise.admin.cli.ProgramOptions
-
- postConstruct() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Initialize the logger after being instantiated by HK2.
- prepare() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
The prepare method must ensure that the commandModel field is set.
- prepare() - Method in class com.sun.enterprise.admin.cli.remote.RemoteCLICommand
-
- prepare() - Method in class com.sun.enterprise.admin.cli.remote.RemoteCommand
-
- prevalidate() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
The prevalidate method supplies missing options from
the environment.
- prevalidate() - Method in class com.sun.enterprise.admin.cli.remote.RemoteCLICommand
-
- prevalidate() - Method in class com.sun.enterprise.admin.cli.remote.RemoteCommand
-
- printExceptionStackTrace(Throwable) - Method in class com.sun.enterprise.admin.cli.CLICommand
-
Prints the exception message with level as FINER.
- processProgramOptions() - Method in class com.sun.enterprise.admin.cli.CLICommand
-
If the program options haven't already been set, parse them
on the command line and remove them from the command line.
- ProgramOptions - Class in com.sun.enterprise.admin.cli
-
Representation of the options known to the asadmin program.
- ProgramOptions(Environment) - Constructor for class com.sun.enterprise.admin.cli.ProgramOptions
-
Initialize program options based only on environment defaults,
with no options from the command line.
- ProgramOptions(ParameterMap, Environment) - Constructor for class com.sun.enterprise.admin.cli.ProgramOptions
-
Initialize the programoptions based on parameters parsed
from the command line, with defaults supplied by the
environment.
- ProgramOptions(ProgramOptions) - Constructor for class com.sun.enterprise.admin.cli.ProgramOptions
-
Copy constructor.
- ProgramOptions.PasswordLocation - Enum in com.sun.enterprise.admin.cli
-
- programOpts - Variable in class com.sun.enterprise.admin.cli.CLICommand
-
The program options for the command.
- ProgressStatusPrinter - Class in com.sun.enterprise.admin.cli.remote
-
Prints ProgressStatus changes to given logger
- ProgressStatusPrinter(boolean, boolean, Logger) - Constructor for class com.sun.enterprise.admin.cli.remote.ProgressStatusPrinter
-
Construct new printer
- put(String, String) - Method in class com.sun.enterprise.admin.cli.Environment
-
Set the named environment entry to the specified value.
- putOption(String, String) - Method in class com.sun.enterprise.admin.cli.Environment
-
Set the environment entry corresponding to the named option
to the specified value.