Enum Class ServerLauncherParameters

java.lang.Object
java.lang.Enum<ServerLauncherParameters>
org.apache.geode.distributed.ServerLauncherParameters
All Implemented Interfaces:
Serializable, Comparable<ServerLauncherParameters>, Constable

public enum ServerLauncherParameters extends Enum<ServerLauncherParameters>
GEODE-5256: Parameters containing startup options specified by the user. Shared from ServerLauncher during startup, and available to other internal classes through static accessors.