public static enum ProfileSupport.Validation extends Enum<ProfileSupport.Validation>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
BINARIES_BY_CLASS_FILES
Request to validate binaries on compile class path by references in class files.
|
BINARIES_BY_MANIFEST
Request to validate binaries on compile class path by Profile attribute in Manifest.
|
SOURCES
Request to validate sources on source path.
|
Modifier and Type | Method and Description |
---|---|
static ProfileSupport.Validation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileSupport.Validation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileSupport.Validation SOURCES
public static final ProfileSupport.Validation BINARIES_BY_MANIFEST
ProfileSupport.Validation.BINARIES_BY_CLASS_FILES
but does not work for jar
files with no Profile attributes.public static final ProfileSupport.Validation BINARIES_BY_CLASS_FILES
public static ProfileSupport.Validation[] values()
public static ProfileSupport.Validation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null