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 CONTENT_PATH
          An attribute on the identity capability that represents the location of the resource relative to the base url of the repository.
static String CONTENT_URL
          An attribute on the identity capability that represents the location of the resource.
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

CONTENT_URL

static final String CONTENT_URL
An attribute on the identity capability that represents the location of the resource.

See Also:
Constant Field Values

CONTENT_PATH

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

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.