Uses of Class
org.glassfish.appclient.client.acc.CommandLaunchInfo.ClientLaunchType
-
Packages that use CommandLaunchInfo.ClientLaunchType Package Description org.glassfish.appclient.client.acc -
-
Uses of CommandLaunchInfo.ClientLaunchType in org.glassfish.appclient.client.acc
Methods in org.glassfish.appclient.client.acc that return CommandLaunchInfo.ClientLaunchType Modifier and Type Method Description CommandLaunchInfo.ClientLaunchTypeCommandLaunchInfo. getClientLaunchType()Returns which type of launch the user has triggered given the combination of options he or she specified.static CommandLaunchInfo.ClientLaunchTypeCommandLaunchInfo.ClientLaunchType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandLaunchInfo.ClientLaunchType[]CommandLaunchInfo.ClientLaunchType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-