com.sun.enterprise.admin.util
Class CommandModelData
java.lang.Object
org.glassfish.api.admin.CommandModel
com.sun.enterprise.admin.util.CommandModelData
public class CommandModelData
- extends CommandModel
A command and parameter model that allows the data to be supplied directly.
- Author:
- Jerome Dochez, Bill Shannon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dashOk
public boolean dashOk
CommandModelData
public CommandModelData(String name)
getLocalizedDescription
public String getLocalizedDescription()
- Specified by:
getLocalizedDescription in class CommandModel
getUsageText
public String getUsageText()
- Specified by:
getUsageText in class CommandModel
getCommandName
public String getCommandName()
- Specified by:
getCommandName in class CommandModel
getModelFor
public CommandModel.ParamModel getModelFor(String paramName)
- Specified by:
getModelFor in class CommandModel
getParametersNames
public Collection<String> getParametersNames()
- Specified by:
getParametersNames in class CommandModel
getCommandClass
public Class getCommandClass()
- Specified by:
getCommandClass in class CommandModel
getClusteringAttributes
public ExecuteOn getClusteringAttributes()
- Specified by:
getClusteringAttributes in class CommandModel
unknownOptionsAreOperands
public boolean unknownOptionsAreOperands()
- Should an unknown option be considered an operand by asadmin?
- Overrides:
unknownOptionsAreOperands in class CommandModel
add
public void add(CommandModel.ParamModel model)
- Add the ParamModel to this CommandModel.
Copyright © 2012. All Rights Reserved.