JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
JAVAEE
JAKARTA
Field Details
COUNT
STR_TO_SPECMODE_MAP
name
prefix
Constructor Details
SpecMode(String, String)
Method Details
values()
valueOf(String)
getSpecMode(String)
grePrefix()
Enum Constant Summary
Enum Constants
Jakarta EE4J spec mode for jakarta value
of specMode property.
Java EE spec mode for javaee value
of specMode property (default).
Field Summary
Fields
static final int
Spec mode enumeration elements count.
Name of spec plugin mode.
Group ID and package prefix for this mode.
Spec mode name to SpecMode instance conversion map.
Constructor Summary
Constructors
private
Creates an instance of spec plugin mode.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Get spec plugin mode with corresponding name.
Returns group ID and package prefix for this mode.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf