Uses of Class
org.glassfish.api.admin.CommandModel.ParamModel
-
-
Uses of CommandModel.ParamModel in com.sun.enterprise.admin.cli
Methods in com.sun.enterprise.admin.cli that return CommandModel.ParamModel Modifier and Type Method Description protected CommandModel.ParamModelCLICommand. getOperandModel()Get the ParamModel that corresponds to the operand (primary parameter).Methods in com.sun.enterprise.admin.cli that return types with arguments of type CommandModel.ParamModel Modifier and Type Method Description static Collection<CommandModel.ParamModel>ProgramOptions. getHelpOption()Return a set of all the valid program options.static Collection<CommandModel.ParamModel>ProgramOptions. getValidOptions()Return a set of all the valid program options.protected Collection<CommandModel.ParamModel>CLICommand. usageOptions()Subclasses can override this method to supply additional or different options that should be part of the usage text.protected Collection<CommandModel.ParamModel>MultimodeCommand. usageOptions()In the usage message modify the --printprompt option to have a default based on the --interactive option.Methods in com.sun.enterprise.admin.cli with parameters of type CommandModel.ParamModel Modifier and Type Method Description protected char[]CLICommand. getPassword(CommandModel.ParamModel opt, String defaultPassword, boolean create)Get a password for the given option.Constructor parameters in com.sun.enterprise.admin.cli with type arguments of type CommandModel.ParamModel Constructor Description Parser(String[] args, int start, Collection<CommandModel.ParamModel> options, boolean ignoreUnknown)Parse the given command line arguments -
Uses of CommandModel.ParamModel in com.sun.enterprise.admin.servermgmt.cli
Methods in com.sun.enterprise.admin.servermgmt.cli that return types with arguments of type CommandModel.ParamModel Modifier and Type Method Description protected Collection<CommandModel.ParamModel>CreateDomainCommand. usageOptions()Add options with port with proper default values. -
Uses of CommandModel.ParamModel in com.sun.enterprise.admin.util
Subclasses of CommandModel.ParamModel in com.sun.enterprise.admin.util Modifier and Type Class Description static classCommandModelData.ParamModelDataA parameter model that's just data.Methods in com.sun.enterprise.admin.util that return CommandModel.ParamModel Modifier and Type Method Description CommandModel.ParamModelCommandModelData. getModelFor(String paramName)Methods in com.sun.enterprise.admin.util with parameters of type CommandModel.ParamModel Modifier and Type Method Description voidCommandModelData. add(CommandModel.ParamModel model)Add the ParamModel to this CommandModel. -
Uses of CommandModel.ParamModel in org.glassfish.admin.rest.generator.client
Methods in org.glassfish.admin.rest.generator.client with parameters of type CommandModel.ParamModel Modifier and Type Method Description protected StringClientGenerator. generateParameterName(CommandModel.ParamModel model) -
Uses of CommandModel.ParamModel in org.glassfish.admin.rest.resources
Methods in org.glassfish.admin.rest.resources that return types with arguments of type CommandModel.ParamModel Modifier and Type Method Description Collection<CommandModel.ParamModel>StatusGenerator. getParamMetaData(String commandName) -
Uses of CommandModel.ParamModel in org.glassfish.admin.rest.utils
Methods in org.glassfish.admin.rest.utils that return types with arguments of type CommandModel.ParamModel Modifier and Type Method Description static Collection<CommandModel.ParamModel>ResourceUtil. getParamMetaData(String commandName, Collection<String> commandParamsToSkip, org.glassfish.hk2.api.ServiceLocator habitat)Constructs and returns the parameter meta-data.static Collection<CommandModel.ParamModel>ResourceUtil. getParamMetaData(String commandName, org.glassfish.hk2.api.ServiceLocator habitat)Constructs and returns the parameter meta-data. -
Uses of CommandModel.ParamModel in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return CommandModel.ParamModel Modifier and Type Method Description abstract CommandModel.ParamModelCommandModel. getModelFor(String paramName)Returns the parameter model for a particular parameterMethods in org.glassfish.api.admin that return types with arguments of type CommandModel.ParamModel Modifier and Type Method Description Collection<CommandModel.ParamModel>CommandModel. getParameters()Returns a collection of parameter model for all the parameters supported by this command.Methods in org.glassfish.api.admin with parameters of type CommandModel.ParamModel Modifier and Type Method Description abstract voidCommandModel. add(CommandModel.ParamModel model)Add a ParamModel for this command -
Uses of CommandModel.ParamModel in org.glassfish.common.util.admin
Methods in org.glassfish.common.util.admin that return CommandModel.ParamModel Modifier and Type Method Description CommandModel.ParamModelCommandModelImpl. getModelFor(String paramName)CommandModel.ParamModelGenericCommandModel. getModelFor(String paramName)Methods in org.glassfish.common.util.admin that return types with arguments of type CommandModel.ParamModel Modifier and Type Method Description static Map<String,CommandModel.ParamModel>CommandModelImpl. init(Class commandType, I18n i18n, LocalStringManager localStrings)Methods in org.glassfish.common.util.admin with parameters of type CommandModel.ParamModel Modifier and Type Method Description voidCommandModelImpl. add(CommandModel.ParamModel model)voidGenericCommandModel. add(CommandModel.ParamModel model)voidCommandModelImpl. addParam(String name, CommandModel.ParamModel param) -
Uses of CommandModel.ParamModel in org.glassfish.osgi.cli.interactive
Methods in org.glassfish.osgi.cli.interactive that return types with arguments of type CommandModel.ParamModel Modifier and Type Method Description protected Collection<CommandModel.ParamModel>LocalOSGiShellCommand. usageOptions()In the usage message modify the --printprompt option to have a default based on the --interactive option.
-