aQute.bnd.indexer
Class Namespaces

java.lang.Object
  extended by aQute.bnd.indexer.Namespaces

public final class Namespaces
extends Object

Predefined namespaces


Field Summary
static String ATTR_BUNDLE_SYMBOLIC_NAME
          Package export attributes
static String ATTR_BUNDLE_VERSION
           
static String ATTR_CONTENT_MIME
           
static String ATTR_CONTENT_SIZE
           
static String ATTR_CONTENT_URL
          Content attributes
static String ATTR_IDENTITY_TYPE
          Identity attributes
static String ATTR_NATIVE_LANGUAGE
           
static String ATTR_NATIVE_OSNAME
          Native Attributes
static String ATTR_NATIVE_OSVERSION
           
static String ATTR_NATIVE_PROCESSOR
           
static String ATTR_VERSION
          Generic attributes
static String CONTRACT_OSGI_FRAMEWORK
          Known contracts and extenders
static String DIRECTIVE_EFFECTIVE
           
static String DIRECTIVE_FILTER
           
static String DIRECTIVE_MANDATORY
           
static String DIRECTIVE_RESOLUTION
           
static String DIRECTIVE_SINGLETON
          Common directives
static String DIRECTIVE_USES
           
static String EFFECTIVE_ACTIVE
           
static String EFFECTIVE_RESOLVE
           
static String EXTENDER_BLUEPRINT
           
static String EXTENDER_SCR
           
static String NS_CONTENT
           
static String NS_CONTRACT
           
static String NS_EE
           
static String NS_EXTENDER
          Non-core namespaces
static String NS_IDENTITY
          Basic namespaces
static String NS_NATIVE
           
static String NS_OSGI
          Root of the OSGi namespaces
static String NS_SERVICE
           
static String NS_WIRING_BUNDLE
           
static String NS_WIRING_HOST
           
static String NS_WIRING_PACKAGE
          Wiring namespaces
static String RESOLUTION_OPTIONAL
           
static String RESOURCE_TYPE_BUNDLE
          Resource types
static String RESOURCE_TYPE_FRAGMENT
           
static String RESOURCE_TYPE_PLAIN_JAR
           
 
Constructor Summary
Namespaces()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_OSGI

public static final String NS_OSGI
Root of the OSGi namespaces

See Also:
Constant Field Values

NS_IDENTITY

public static final String NS_IDENTITY
Basic namespaces

See Also:
Constant Field Values

NS_CONTENT

public static final String NS_CONTENT
See Also:
Constant Field Values

NS_WIRING_PACKAGE

public static final String NS_WIRING_PACKAGE
Wiring namespaces

See Also:
Constant Field Values

NS_WIRING_BUNDLE

public static final String NS_WIRING_BUNDLE
See Also:
Constant Field Values

NS_WIRING_HOST

public static final String NS_WIRING_HOST
See Also:
Constant Field Values

NS_EE

public static final String NS_EE
See Also:
Constant Field Values

NS_EXTENDER

public static final String NS_EXTENDER
Non-core namespaces

See Also:
Constant Field Values

NS_SERVICE

public static final String NS_SERVICE
See Also:
Constant Field Values

NS_CONTRACT

public static final String NS_CONTRACT
See Also:
Constant Field Values

NS_NATIVE

public static final String NS_NATIVE
See Also:
Constant Field Values

ATTR_VERSION

public static final String ATTR_VERSION
Generic attributes

See Also:
Constant Field Values

ATTR_IDENTITY_TYPE

public static final String ATTR_IDENTITY_TYPE
Identity attributes

See Also:
Constant Field Values

RESOURCE_TYPE_BUNDLE

public static final String RESOURCE_TYPE_BUNDLE
Resource types

See Also:
Constant Field Values

RESOURCE_TYPE_FRAGMENT

public static final String RESOURCE_TYPE_FRAGMENT
See Also:
Constant Field Values

RESOURCE_TYPE_PLAIN_JAR

public static final String RESOURCE_TYPE_PLAIN_JAR
See Also:
Constant Field Values

ATTR_CONTENT_URL

public static final String ATTR_CONTENT_URL
Content attributes

See Also:
Constant Field Values

ATTR_CONTENT_SIZE

public static final String ATTR_CONTENT_SIZE
See Also:
Constant Field Values

ATTR_CONTENT_MIME

public static final String ATTR_CONTENT_MIME
See Also:
Constant Field Values

ATTR_BUNDLE_SYMBOLIC_NAME

public static final String ATTR_BUNDLE_SYMBOLIC_NAME
Package export attributes

See Also:
Constant Field Values

ATTR_BUNDLE_VERSION

public static final String ATTR_BUNDLE_VERSION
See Also:
Constant Field Values

ATTR_NATIVE_OSNAME

public static final String ATTR_NATIVE_OSNAME
Native Attributes

See Also:
Constant Field Values

ATTR_NATIVE_OSVERSION

public static final String ATTR_NATIVE_OSVERSION
See Also:
Constant Field Values

ATTR_NATIVE_PROCESSOR

public static final String ATTR_NATIVE_PROCESSOR
See Also:
Constant Field Values

ATTR_NATIVE_LANGUAGE

public static final String ATTR_NATIVE_LANGUAGE
See Also:
Constant Field Values

DIRECTIVE_SINGLETON

public static final String DIRECTIVE_SINGLETON
Common directives

See Also:
Constant Field Values

DIRECTIVE_FILTER

public static final String DIRECTIVE_FILTER
See Also:
Constant Field Values

DIRECTIVE_EFFECTIVE

public static final String DIRECTIVE_EFFECTIVE
See Also:
Constant Field Values

DIRECTIVE_MANDATORY

public static final String DIRECTIVE_MANDATORY
See Also:
Constant Field Values

DIRECTIVE_USES

public static final String DIRECTIVE_USES
See Also:
Constant Field Values

DIRECTIVE_RESOLUTION

public static final String DIRECTIVE_RESOLUTION
See Also:
Constant Field Values

RESOLUTION_OPTIONAL

public static final String RESOLUTION_OPTIONAL
See Also:
Constant Field Values

EFFECTIVE_RESOLVE

public static final String EFFECTIVE_RESOLVE
See Also:
Constant Field Values

EFFECTIVE_ACTIVE

public static final String EFFECTIVE_ACTIVE
See Also:
Constant Field Values

CONTRACT_OSGI_FRAMEWORK

public static final String CONTRACT_OSGI_FRAMEWORK
Known contracts and extenders

See Also:
Constant Field Values

EXTENDER_SCR

public static final String EXTENDER_SCR
See Also:
Constant Field Values

EXTENDER_BLUEPRINT

public static final String EXTENDER_BLUEPRINT
See Also:
Constant Field Values
Constructor Detail

Namespaces

public Namespaces()


Copyright © 2014 aQute SARL. All rights reserved.