| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_FAB_EXCLUDE_DEPENDENCY
Default value for the
INSTR_FAB_EXCLUDE_DEPENDENCY header will exclude commons-logging, SLF4J and log4j
so they get picked up from the container instead |
static java.lang.String |
DEFAULT_FAB_PROVIDED_DEPENDENCY
Default value for the
INSTR_FAB_PROVIDED_DEPENDENCY header will consider Apache ActiveMQ, Camel and CXF
dependencies to be 'provided' |
static boolean |
DEFAULT_INSTALL_PROVIDED_DEPENDENCIES
Whether we should install provided dependencies by default
|
static java.lang.String[] |
DEFAULT_PROPERTY_SHARED_RESOURCE_PATHS
Default resource paths searched when copying resources from shared dependencies into the Bundle-ClassPath
to avoid META-INF/services classloader issues
|
static int |
DEFAULT_VERSION_DIGITS
The default number of version range digits to use, 0 being exact, 1 being any qualifier range, 2 being micro digits, 3 minor digits and 4 any
|
static java.lang.String[] |
FAB_PROPERTY_NAMES
All the possible FAB headers on a manifest, used to detect a FAB
|
static java.lang.String[] |
IMPORT_PACKAGE_PARAMETERS
The available paramters you can specify on an "Import-Package" directive
|
static java.lang.String |
INSTR_BUNDLE_CLASSPATH |
static java.lang.String |
INSTR_BUNDLE_VERSION |
static java.lang.String |
INSTR_EXPORT_PACKAGE |
static java.lang.String |
INSTR_FAB_BUNDLE
Simple marker property to show that this bundle should be intepreted as a Fuse Bundle.
|
static java.lang.String |
INSTR_FAB_DEPENDENCY_REQUIRE_BUNDLE
The space separated list of dependencies which should be shared using Require-Bundle directives in the OSGi manifest
as opposed to deducing the Import-Package statements from your bytecode.
|
static java.lang.String |
INSTR_FAB_EXCLUDE_DEPENDENCY
The space separated list of dependencies to be excluded.
|
static java.lang.String |
INSTR_FAB_EXCLUDE_IMPORTS_PACKAGE
The space separated list of Import-Package entries to be excluded from the generated manifest via Bnd.
|
static java.lang.String |
INSTR_FAB_IMPORT_DEPENDENCY_EXPORTS
The space separated list of dependencies which should have their Export-Package statements imported so that their classes
can be used inside dependency injection frameworks like blueprint or spring etc.
|
static java.lang.String |
INSTR_FAB_INSTALL_PROVIDED_BUNDLE_DEPENDENCIES
By default, FAB will not try to install dependencies for a provided bundle if that bundle is already installed.
|
static java.lang.String |
INSTR_FAB_MODULE_ENABLED_EXTENSIONS
The Ids of the Fabric Module extensions that are enabled.
|
static java.lang.String |
INSTR_FAB_MODULE_ID
The Id of the Fabric Module.
|
static java.lang.String |
INSTR_FAB_OPTIONAL_DEPENDENCY
The space separated list of optional dependencies to be included.
|
static java.lang.String |
INSTR_FAB_PROVIDED_DEPENDENCY
The space separated list of dependencies which should be provided - thats to say imported from the container.
|
static java.lang.String |
INSTR_FAB_REQUIRE_FEATURE
The space separated list of additional Karaf features that are required.
|
static java.lang.String |
INSTR_FAB_REQUIRE_FEATURE_URL
The space separated list of additional Karaf features URLs that are required.
|
static java.lang.String |
INSTR_FAB_SKIP_MATCHING_FEATURE_DETECTION
By default, if FAB encounters a well-known dependency that has its own feature definition in the container (e.g.
|
static java.lang.String |
INSTR_FAB_URL
URI of the fab file to be processed
|
static java.lang.String |
INSTR_FAB_VERSION_RANGE_DIGITS
Used to define how many digits are allowed in version ranges.
|
static java.lang.String |
INSTR_FRAGMENT_HOST |
static java.lang.String |
INSTR_IMPLEMENTATION_VERSION |
static java.lang.String |
INSTR_IMPORT_PACKAGE |
static java.lang.String |
INSTR_REQUIRE_BUNDLE |
static int |
MAX_VERSION_DIGITS
The maximum number of allowed digit ranges in a version range
|
static java.lang.String |
PID |
static java.lang.String |
PROPERTY_CERTIFICATE_CHECK
Certificate check configuration property name
|
static java.lang.String |
PROPERTY_INSTALL_PROVIDED_DEPENDENCIES
Whether to install any provided dependencies
|
static java.lang.String |
PROPERTY_LOCAL_MAVEN_REPOSITORY
The property for configuring an alternative local repository location
|
static java.lang.String |
PROPERTY_MAVEN_REPOSITORIES
The list of maven repositories to use for resolving jars
|
static java.lang.String |
PROPERTY_SHARED_RESOURCE_PATHS
List of paths looked for in shared dependencies which should be copied onto the Bundle-ClassPath
for example to fix the META-INF/services stuff when using shared class loaders.
|
static java.lang.String |
PROTOCOL_FAB
URL protocol for FAB
|
static java.lang.String[] |
PROTOCOLS_SUPPORTED
All the PAX URL protocols supported by this module
|
INSTR_BUNDLE_SYMBOLIC_NAMEstatic final int DEFAULT_VERSION_DIGITS
static final int MAX_VERSION_DIGITS
static final java.lang.String PID
static final java.lang.String PROTOCOL_FAB
static final java.lang.String[] PROTOCOLS_SUPPORTED
static final java.lang.String INSTR_FAB_URL
static final java.lang.String INSTR_FAB_BUNDLE
static final java.lang.String INSTR_FAB_PROVIDED_DEPENDENCY
static final java.lang.String DEFAULT_FAB_PROVIDED_DEPENDENCY
INSTR_FAB_PROVIDED_DEPENDENCY header will consider Apache ActiveMQ, Camel and CXF
dependencies to be 'provided'static final java.lang.String INSTR_FAB_EXCLUDE_DEPENDENCY
static final java.lang.String DEFAULT_FAB_EXCLUDE_DEPENDENCY
INSTR_FAB_EXCLUDE_DEPENDENCY header will exclude commons-logging, SLF4J and log4j
so they get picked up from the container insteadstatic final java.lang.String INSTR_FAB_EXCLUDE_IMPORTS_PACKAGE
static final java.lang.String INSTR_FAB_INSTALL_PROVIDED_BUNDLE_DEPENDENCIES
true will force the installation of transitive dependencies anyway.
Example: FAB-Install-Provided-Bundle-Dependencies: truestatic final java.lang.String INSTR_FAB_SKIP_MATCHING_FEATURE_DETECTION
FAB-Skip-Matching-Feature-Detection: org.apache.camel to skip feature detection for Camelstatic final java.lang.String INSTR_FAB_OPTIONAL_DEPENDENCY
static final java.lang.String INSTR_FAB_DEPENDENCY_REQUIRE_BUNDLE
static final java.lang.String INSTR_FAB_IMPORT_DEPENDENCY_EXPORTS
static final java.lang.String INSTR_FAB_VERSION_RANGE_DIGITS
static final java.lang.String INSTR_FAB_REQUIRE_FEATURE
FAB-Require-Feature: activemq camel-blueprint/2.9.0static final java.lang.String INSTR_FAB_REQUIRE_FEATURE_URL
FAB-Require-Feature-URL: mvn:com.mycompany/features/1.0/xml/featuresstatic final java.lang.String INSTR_FAB_MODULE_ID
static final java.lang.String INSTR_FAB_MODULE_ENABLED_EXTENSIONS
static final java.lang.String[] FAB_PROPERTY_NAMES
static final java.lang.String INSTR_BUNDLE_CLASSPATH
static final java.lang.String INSTR_REQUIRE_BUNDLE
static final java.lang.String INSTR_EXPORT_PACKAGE
static final java.lang.String INSTR_IMPORT_PACKAGE
static final java.lang.String INSTR_BUNDLE_VERSION
static final java.lang.String INSTR_IMPLEMENTATION_VERSION
static final java.lang.String INSTR_FRAGMENT_HOST
static final java.lang.String PROPERTY_CERTIFICATE_CHECK
static final java.lang.String PROPERTY_INSTALL_PROVIDED_DEPENDENCIES
static final java.lang.String PROPERTY_MAVEN_REPOSITORIES
static final java.lang.String PROPERTY_LOCAL_MAVEN_REPOSITORY
static final java.lang.String PROPERTY_SHARED_RESOURCE_PATHS
static final boolean DEFAULT_INSTALL_PROVIDED_DEPENDENCIES
static final java.lang.String[] DEFAULT_PROPERTY_SHARED_RESOURCE_PATHS
static final java.lang.String[] IMPORT_PACKAGE_PARAMETERS
Copyright © 2016 Red Hat. All Rights Reserved.