This class is not part of the public API.

Class: sun.management.Flag

  • class Flag
Flag class is a helper class for constructing a VMOption. It has the static methods for getting the Flag objects, each corresponds to one VMOption.

Inheritance

Superclass tree:

Methods

Fields

  • external

    private boolean external
  • name

    private String name
  • origin

    private VMOption.Origin origin
  • value

    private Object value
  • writeable

    private boolean writeable