Uses of Enum Class
com.sun.management.VMOption.Origin
Packages that use VMOption.Origin
包
描述
This package contains the JDK's extension to
the standard implementation of the
java.lang.management API and also defines the management
interface for some other components of the platform.-
Uses of VMOption.Origin in com.sun.management
Methods in com.sun.management that return VMOption.Origin修饰符和类方法描述VMOption.getOrigin()Returns the origin of the value of this VM option.static VMOption.OriginReturns the enum constant of this class with the specified name.static VMOption.Origin[]VMOption.Origin.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sun.management with parameters of type VMOption.OriginModifierConstructor描述VMOption(String name, String value, boolean writeable, VMOption.Origin origin) Constructs aVMOption.