org.jboss.osgi.resolver
Interface XResourceConstants


public interface XResourceConstants

Defines names for the attributes, directives and name spaces for resources, capabilities and requirements in the context of the JBoss Repository.

The values associated with these keys are of type String, unless otherwise indicated.

Since:
16-Jan-2012
Author:
thomas.diesler@jboss.com

Field Summary
static String CAPABILITY_PATH_ATTRIBUTE
          An attribute on the content capability that represents the location of the resource relative to the base url of the repository.
static String MAVEN_IDENTITY_NAMESPACE
          Artifact coordinates may be given in simple groupId:artifactId:version form, or they may be fully qualified in the form groupId:artifactId:type:version[:classifier]
static String MODULE_IDENTITY_NAMESPACE
          Artifact coordinates may be given by ModuleIdentifier
 

Field Detail

MAVEN_IDENTITY_NAMESPACE

static final String MAVEN_IDENTITY_NAMESPACE
Artifact coordinates may be given in simple groupId:artifactId:version form, or they may be fully qualified in the form groupId:artifactId:type:version[:classifier]

See Also:
Constant Field Values

MODULE_IDENTITY_NAMESPACE

static final String MODULE_IDENTITY_NAMESPACE
Artifact coordinates may be given by ModuleIdentifier

See Also:
Constant Field Values

CAPABILITY_PATH_ATTRIBUTE

static final String CAPABILITY_PATH_ATTRIBUTE
An attribute on the content capability that represents the location of the resource relative to the base url of the repository.

See Also:
Constant Field Values


Copyright © 2012 JBoss by Red Hat. All Rights Reserved.