Enum RDFoxServer.InstanceState

java.lang.Object
java.lang.Enum<RDFoxServer.InstanceState>
tech.oxfordsemantic.jrdfox.client.RDFoxServer.InstanceState
All Implemented Interfaces:
Serializable, Comparable<RDFoxServer.InstanceState>, java.lang.constant.Constable
Enclosing class:
RDFoxServer

public static enum RDFoxServer.InstanceState extends Enum<RDFoxServer.InstanceState>
Describes the state of an RDFox instance in a given server directory.
  • Enum Constant Details

    • UNINITIALIZED

      public static final RDFoxServer.InstanceState UNINITIALIZED
      Indicates that the instance has not been initialized.
    • REQUIRES_UPGRADE

      public static final RDFoxServer.InstanceState REQUIRES_UPGRADE
      Indicates that the instance must be upgraded before it can be used.
    • READY

      public static final RDFoxServer.InstanceState READY
      Indicates that the instance is ready and the server can be started.
  • Method Details

    • values

      public static RDFoxServer.InstanceState[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static RDFoxServer.InstanceState valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null