Uses of Class
org.glassfish.api.admin.CommandModel.ParamModel
-
Packages that use CommandModel.ParamModel Package Description org.glassfish.api.admin Admin commands in GlassFish -
-
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
-