Uses of Enum
tech.oxfordsemantic.jrdfox.client.RDFoxServer.InstanceState
Packages that use RDFoxServer.InstanceState
-
Uses of RDFoxServer.InstanceState in tech.oxfordsemantic.jrdfox.client
Subclasses with type arguments of type RDFoxServer.InstanceState in tech.oxfordsemantic.jrdfox.clientModifier and TypeClassDescriptionstatic enumDescribes the state of an RDFox instance in a given server directory.Methods in tech.oxfordsemantic.jrdfox.client that return RDFoxServer.InstanceStateModifier and TypeMethodDescriptionstatic RDFoxServer.InstanceStateRDFoxServer.analyzeState(String serverDirectoryPath) Analyzes the state of the server instance in the specified server directory.static RDFoxServer.InstanceStateReturns the enum constant of this type with the specified name.static RDFoxServer.InstanceState[]RDFoxServer.InstanceState.values()Returns an array containing the constants of this enum type, in the order they are declared.