public interface ContentNamespace extends Namespace
This class defines the names for the attributes and directives for this
namespace. All unspecified capability attributes are of type String
and are used as arbitrary matching attributes for the capability. The values
associated with the specified directive and attribute keys are of type
String, unless otherwise indicated.
| Modifier and Type | Field and Description |
|---|---|
static String |
CAPABILITY_EXCLUDE_RUNTIME_TYPE_DIRECTIVE
A capability directive that names the comma separated set of runtime types
that this content does not apply to.
|
static String |
CAPABILITY_INCLUDE_RUNTIME_TYPE_DIRECTIVE
A capability directive that names the comma separated set of runtime types
that this content applies to.
|
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_MIME_ATTRIBUTE
A capability attribute that defines the IANA MIME Type/Format for this
content.
|
static String |
CAPABILITY_RUNTIME_NAME_ATTRIBUTE
The capability attribute defining the runtime name during deployment.
|
static String |
CAPABILITY_SIZE_ATTRIBUTE
A capability attribute that contains the size, in bytes, of the
content.
|
static String |
CAPABILITY_STREAM_ATTRIBUTE
A capability attribute that contains an InputStream to the content.
|
static String |
CAPABILITY_URL_ATTRIBUTE
A capability attribute that contains the URL to the content.
|
static String |
CONTENT_NAMESPACE
Namespace name for content capabilities and requirements.
|
CAPABILITY_EFFECTIVE_DIRECTIVE, EFFECTIVE_RESOLVE, REQUIREMENT_EFFECTIVE_DIRECTIVE, REQUIREMENT_RESOLUTION_DIRECTIVE, RESOLUTION_MANDATORY, RESOLUTION_OPTIONALstatic final String CONTENT_NAMESPACE
Also, the capability attribute used to specify the unique identifier of
the content. This identifier is the SHA-256 hash of the content.
static final String CAPABILITY_URL_ATTRIBUTE
static final String CAPABILITY_STREAM_ATTRIBUTE
static final String CAPABILITY_SIZE_ATTRIBUTE
Long.static final String CAPABILITY_MIME_ATTRIBUTE
static final String CAPABILITY_INCLUDE_RUNTIME_TYPE_DIRECTIVE
static final String CAPABILITY_EXCLUDE_RUNTIME_TYPE_DIRECTIVE
static final String CAPABILITY_MAVEN_IDENTITY_ATTRIBUTE
static final String CAPABILITY_RUNTIME_NAME_ATTRIBUTE
Copyright © 2014 JBoss by Red Hat. All rights reserved.