| Modifier and Type | Field and Description |
|---|---|
static String |
CAPABILITY_MAVEN_IDENTITY_ATTRIBUTE
Artifact coordinates may be defined by the simple groupId:artifactId:version form,
or the fully qualified form groupId:artifactId:type:version[:classifier]
|
static String |
CAPABILITY_RUNTIME_NAME_ATTRIBUTE
The capability attribute defining the runtime name durint deployment.
|
static String |
CAPABILITY_SHARED_ATTRIBUTE
The capability attribute defining this resource is to shared.
|
static String |
CAPABILITY_TYPE_ATTRIBUTE
The capability attribute identifying the resource type.
|
static String |
CAPABILITY_VERSION_ATTRIBUTE
The capability attribute identifying the
Version of the resource
if one is specified or 0.0.0 if not specified. |
static String |
IDENTITY_NAMESPACE
Namespace name for identity capabilities and requirements.
|
static String |
TYPE_ABSTRACT
The attribute value identifying the resource
type as an abstract resource. |
static String |
TYPE_BUNDLE
The attribute value identifying the resource
type as an OSGi bundle. |
static String |
TYPE_MODULE
The attribute value identifying the resource
type as a WildFly module. |
static String |
TYPE_UNKNOWN
The attribute value identifying the resource
type as unknown. |
CAPABILITY_EFFECTIVE_DIRECTIVE, EFFECTIVE_RESOLVE, REQUIREMENT_EFFECTIVE_DIRECTIVE, REQUIREMENT_RESOLUTION_DIRECTIVE, RESOLUTION_MANDATORY, RESOLUTION_OPTIONALstatic final String IDENTITY_NAMESPACE
Also, the capability attribute used to specify the symbolic name of the resource.
static final String CAPABILITY_MAVEN_IDENTITY_ATTRIBUTE
static final String CAPABILITY_VERSION_ATTRIBUTE
Version of the resource
if one is specified or 0.0.0 if not specified. The value of this
attribute must be of type Version.static final String CAPABILITY_SHARED_ATTRIBUTE
static final String CAPABILITY_RUNTIME_NAME_ATTRIBUTE
static final String CAPABILITY_TYPE_ATTRIBUTE
unknown must be used for
the attribute.TYPE_BUNDLE,
TYPE_MODULE,
TYPE_UNKNOWN,
Constant Field Valuesstatic final String TYPE_BUNDLE
type as an OSGi bundle.static final String TYPE_MODULE
type as a WildFly module.static final String TYPE_ABSTRACT
type as an abstract resource.Copyright © 2014 JBoss by Red Hat. All rights reserved.