Package org.jboss.as.model.test
Enum Class ModelTestControllerVersion
- All Implemented Interfaces:
Serializable,Comparable<ModelTestControllerVersion>,Constable
Represents the versions of the legacy controllers that are available for testing.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptioncreateCoreGAV(String artifactId) Creates a Maven GAV (groupId:artifactId:version) string for the specified wildfly-core artifact for this test controller version.Creates a Maven GAV (groupId:artifactId:version) string for the specified artifact for this test controller version.Deprecated, for removal: This API element is subject to removal in a future version.The artifact prefix has not been relevant since WildFly 8.getMavenGav(String artifactIdPart, boolean coreArtifact) Deprecated, for removal: This API element is subject to removal in a future version.UsecreateGAV(String)andcreateCoreGAV(String)instead.org.jboss.as.version.Stabilityorg.jboss.as.controller.ModelVersiongetSubsystemModelVersion(String subsystemName) booleanbooleanisEap()booleanstatic ModelTestControllerVersionReturns the enum constant of this class with the specified name.static ModelTestControllerVersion[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MASTER
-
EAP_7_4_0
-
EAP_8_0_0
-
EAP_8_1_0
-
EAP_XP_4
-
EAP_XP_5
-
WILDFLY_31_0_0
-
-
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
-
getMavenGavVersion
-
getTestControllerVersion
-
isEap
public boolean isEap() -
hasValidLegacyController
public boolean hasValidLegacyController() -
getCoreVersion
-
getMavenGroupId
-
getCoreMavenGroupId
-
getServerMavenArtifactId
-
getHostControllerMavenArtifactId
-
getRealVersionName
-
getArtifactIdPrefix
Deprecated, for removal: This API element is subject to removal in a future version.The artifact prefix has not been relevant since WildFly 8. Remove usages of this method and replace withcreateGAV(String)andcreateCoreGAV(String)as appropriate. -
getSubsystemModelVersion
-
getSubsystemModelVersions
-
createGAV
Creates a Maven GAV (groupId:artifactId:version) string for the specified artifact for this test controller version.- Parameters:
artifactId- the artifactId to include in the GAV string- Returns:
- the Maven coordinates of the artifact for this test controller version.
-
createCoreGAV
Creates a Maven GAV (groupId:artifactId:version) string for the specified wildfly-core artifact for this test controller version.- Parameters:
artifactId- the artifactId from wildfly-core to include in the GAV string- Returns:
- the Maven coordinates of the wildfly-core artifact for this test controller version.
-
getMavenGav
Deprecated, for removal: This API element is subject to removal in a future version.UsecreateGAV(String)andcreateCoreGAV(String)instead. -
getStability
public org.jboss.as.version.Stability getStability() -
isIgnored
public boolean isIgnored()
-