Uses of Class
org.glassfish.config.support.CommandTarget
-
Packages that use CommandTarget Package Description org.glassfish.config.support -
-
Uses of CommandTarget in org.glassfish.config.support
Methods in org.glassfish.config.support that return CommandTarget Modifier and Type Method Description CommandTarget[]value()Returns an ordered array of valid command target that will be used to validate the command invocation target parameter.static CommandTargetCommandTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandTarget[]CommandTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.
-