Package dev.getelements.elements.jetty
Enum Class ElementsWebServiceComponent
java.lang.Object
java.lang.Enum<ElementsWebServiceComponent>
dev.getelements.elements.jetty.ElementsWebServiceComponent
- All Implemented Interfaces:
Serializable
,Comparable<ElementsWebServiceComponent>
,Constable
Enumeration of the various web service components supported within Elements. Note, as these are intended to be used
on the command line, the normal upper case convention does not apply to maintain consistency with the rest of the
CLI options.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic ElementsWebServiceComponent
Returns the enum constant of this class with the specified name.static ElementsWebServiceComponent[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
api
The core Elements API. -
jrpc
The jrpc API. -
doc
The Documentation Service. -
cdn
The Content Delivery (CDN) Service. -
code
The Code Service. -
app_node
The Application node. -
app_serve
The Application server. -
web_ui
The Web UI Admin Panel for Elements.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-