Uses of Class
org.glassfish.config.support.CommandTarget
-
Packages that use CommandTarget Package Description org.glassfish.config.support org.glassfish.jms.admin.cli -
-
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. -
Uses of CommandTarget in org.glassfish.jms.admin.cli
Methods in org.glassfish.jms.admin.cli that return CommandTarget Modifier and Type Method Description protected CommandTargetJMSDestination. getTypeForTarget(String target)
-