| Package | Description |
|---|---|
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| Modifier and Type | Method and Description |
|---|---|
abstract CommandModel.ParamModel |
CommandModel.getModelFor(String paramName)
Returns the parameter model for a particular parameter
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CommandModel.ParamModel> |
CommandModel.getParameters()
Returns a collection of parameter model for all the parameters supported
by this command.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CommandModel.add(CommandModel.ParamModel model)
Add a ParamModel for this command
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.