public interface Namespace
| Modifier and Type | Field and Description |
|---|---|
static String |
CAPABILITY_EFFECTIVE_DIRECTIVE
The capability directive used to specify the effective time for the
capability.
|
static String |
EFFECTIVE_RESOLVE
The directive value identifying a
capability or requirement that
is effective at resolve time. |
static String |
REQUIREMENT_EFFECTIVE_DIRECTIVE
The requirement directive used to specify the effective time for the
requirement.
|
static String |
REQUIREMENT_RESOLUTION_DIRECTIVE
The requirement directive used to specify the resolution type for a
requirement.
|
static String |
RESOLUTION_MANDATORY
The directive value identifying a mandatory requirement resolution type.
|
static String |
RESOLUTION_OPTIONAL
The directive value identifying an optional requirement resolution type.
|
static final String CAPABILITY_EFFECTIVE_DIRECTIVE
resolve.resolve,
Constant Field Valuesstatic final String REQUIREMENT_RESOLUTION_DIRECTIVE
mandatory
.mandatory,
optional,
Constant Field Valuesstatic final String RESOLUTION_MANDATORY
static final String RESOLUTION_OPTIONAL
static final String REQUIREMENT_EFFECTIVE_DIRECTIVE
resolve.resolve,
Constant Field Valuesstatic final String EFFECTIVE_RESOLVE
capability or requirement that
is effective at resolve time. Capabilities and requirements with an
effective time of resolve are the only capabilities which are processed
while resolving a resource.Copyright © 2014 JBoss by Red Hat. All rights reserved.