Uses of Class
com.sun.enterprise.admin.cli.Environment
-
Packages that use Environment Package Description com.sun.enterprise.admin.cli com.sun.enterprise.admin.cli.remote -
-
Uses of Environment in com.sun.enterprise.admin.cli
Fields in com.sun.enterprise.admin.cli declared as Environment Modifier and Type Field Description protected EnvironmentCLICommand. envThe environment for the command.Methods in com.sun.enterprise.admin.cli that return Environment Modifier and Type Method Description EnvironmentCLIContainer. getEnvironment()Methods in com.sun.enterprise.admin.cli with parameters of type Environment Modifier and Type Method Description static String[]CLIUtil. getAllCommands(CLIContainer container, ProgramOptions po, Environment env)Return all commands, local and remote.static String[]CLIUtil. getRemoteCommands(CLIContainer container, ProgramOptions po, Environment env)Get the list of commands from the remote server.voidCLIContainer. setEnvironment(Environment environment)voidProgramOptions. toEnvironment(Environment env)Copy the program options that were specified on the command line into the corresponding environment variables.static voidCLIUtil. writeCommandToDebugLog(String cname, Environment env, String[] args, int exit)Log the command, for debugging.Constructors in com.sun.enterprise.admin.cli with parameters of type Environment Constructor Description CLICommand(String name, ProgramOptions programOpts, Environment env)Constructor used by subclasses to save the name, program options, and environment information into corresponding protected fields.ProgramOptions(Environment env)Initialize program options based only on environment defaults, with no options from the command line.ProgramOptions(org.glassfish.api.admin.ParameterMap options, Environment env)Initialize the programoptions based on parameters parsed from the command line, with defaults supplied by the environment. -
Uses of Environment in com.sun.enterprise.admin.cli.remote
Methods in com.sun.enterprise.admin.cli.remote with parameters of type Environment Modifier and Type Method Description static booleanDASUtils. pingDASQuietly(ProgramOptions programOpts, Environment env)See if DAS is alive.static DASUtils.ErrorDASUtils. pingDASWithAuth(ProgramOptions programOpts, Environment env)See if DAS is alive, but insist that athentication is correct.Constructors in com.sun.enterprise.admin.cli.remote with parameters of type Environment Constructor Description RemoteCLICommand(String name, ProgramOptions po, Environment env)Construct a new remote command object.RemoteCLICommand(String name, ProgramOptions po, Environment env, String responseFormatType, OutputStream userOut)Construct a new remote command object.RemoteCommand(String name, ProgramOptions po, Environment env)Construct a new remote command object.RemoteCommand(String name, ProgramOptions po, Environment env, String responseFormatType, OutputStream userOut)Construct a new remote command object.
-