Constant Field Values


Contents
com.springsource.*

com.springsource.bundlor.ant.Bundlor
private static final java.lang.String BUNDLE_SYMBOLIC_NAME "Bundle-SymbolicName"
private static final java.lang.String BUNDLE_VERSION "Bundle-Version"

com.springsource.bundlor.blint.internal.support.BundleManifestVersionManifestValidator
private static final java.lang.String MESSAGE "The manifest specifies an incompatible bundle manifest version of %s. This value must be 2."

com.springsource.bundlor.blint.internal.support.BundleSymbolicNameManifestValidator
private static final java.lang.String MESSAGE "The manifest does not specify a BundleSymbolic-Name"

com.springsource.bundlor.blint.internal.support.BundleVersionManifestValidator
private static final java.lang.String MESSAGE "The manifest does not specify a Bundle-Version"

com.springsource.bundlor.blint.internal.support.ExportedNotImportedManifestValidator
private static final java.lang.String MESSAGE "The manifest both imports and exports the package %s."

com.springsource.bundlor.blint.internal.support.VersionedExportsManifestValidator
private static final java.lang.String MESSAGE "The export of package %s does not specify a version."

com.springsource.bundlor.blint.internal.support.VersionedImportsManifestValidator
private static final java.lang.String MESSAGE "The import of package %s does not specify a version."

com.springsource.bundlor.commandline.Runner
private static final java.lang.String TOOL_NAME "bundlor.[sh | bat]"

com.springsource.bundlor.internal.asm.com.springsource.bundlor.internal.asm.ArtefactAnalyserClassVisitor
private static final java.lang.String CLASS_NAME_PREFIX "class$"

com.springsource.bundlor.internal.propertysubstitution.VersionExpansionFormatException
private static final long serialVersionUID 3114387175457934241L

com.springsource.bundlor.internal.propertysubstitution.com.springsource.bundlor.internal.propertysubstitution.VersionExpansionTransformer
private static final java.lang.String ATT_PATTERN "pattern"
private static final java.lang.String VERSION_PATTERNS "Version-Patterns"

com.springsource.bundlor.internal.support.ExcludedImportAndExportPartialManifestModifier
private static final java.lang.String ATTR_EXCLUDED_EXPORTS "Excluded-Exports"
private static final java.lang.String ATTR_EXCLUDED_IMPORTS "Excluded-Imports"

com.springsource.bundlor.internal.support.IgnoredExistingHeadersManifestModifier
private static final java.lang.String ATTR_IGNORED_EXISTING_HEADERS "Ignored-Existing-Headers"

com.springsource.bundlor.internal.support.OsgiProfileManifestTemplateModifier
private static final java.lang.String BOOTDELEGATION "org.osgi.framework.bootdelegation"
private static final java.lang.String EXCLUDED_IMPORTS "Excluded-Imports"
private static final java.lang.String IMPORT_TEMPLATE "Import-Template"
private static final java.lang.String SYSTEM_PACKAGE_IMPORT_VERSION "0"
private static final java.lang.String SYSTEM_PACKAGES "org.osgi.framework.system.packages"
private static final java.lang.String VERSION "version"

com.springsource.bundlor.internal.support.SpringApplicationContextArtefactAnalyser
private static final java.lang.String DEFAULT_CONTEXT_LOCATION "META-INF/spring/*.xml"
private static final java.lang.String XPATH_EXPRESSION_CLASS_ATTRIBUTES "//beans:bean/@class | //aop:declare-parents/@implement-interface | //aop:declare-parents/@default-impl | //context:load-time-weaver/@weaver-class | //context:component-scan/@name-generator | //context:component-scan/@scope-resolver | //jee:jndi-lookup/@expected-type | //jee:jndi-lookup/@proxy-interface | //jee:remote-slsb/@home-interface | //jee:remote-slsb/@business-interface | //jee:local-slsb/@business-interface | //jms:listener-container/@container-class | //lang:jruby/@script-interfaces | //lang:bsh/@script-interfaces | //oxm:class-to-be-bound/@name | //oxm:jibx-marshaller/@target-class | //osgi:reference/@interface | //osgi:service/@interface | //util:list/@list-class | //util:map/@map-class | //util:set/@set-class | //webflow:flow-builder/@class | //webflow:attribute/@type"
private static final java.lang.String XPATH_EXPRESSION_CLASS_VALUES "//osgi:service/osgi:interfaces/beans:value | //osgi:reference/osgi:interfaces/beans:value"
private static final java.lang.String XPATH_EXPRESSION_PACKAGE_ATTRIBUTES "//context:component-scan/@base-package"

com.springsource.bundlor.internal.support.ToolStampManifestModifier
private static final java.lang.String HEADER "Tool"
private static final java.lang.String VALUE_FORMAT "Bundlor %s"

com.springsource.bundlor.internal.support.WebApplicationArtifactAnalyzer
private static final java.lang.String WEB_XML_LOCATION "WEB-INF/web.xml"
private static final java.lang.String XPATH_EXPRESSION "//context-param/param-value | //filter/filter-class | //filter/init-param/param-value | //listener/listener-class | //servlet/servlet-class | //servlet/init-param/param-value | //error-page/exception-type | //env-entry/env-entry-type | //ejb-ref/home | //ejb-ref/remote | //ejb-local-ref/local-home | //ejb-local-ref/local | //service-ref/service-interface | //resource-ref/res-type | //resource-env-ref/resource-env-ref-type | //message-destination-ref/message-destination-type"

com.springsource.bundlor.internal.transformer.com.springsource.bundlor.internal.transformer.BundleManifestMerger
private static final java.lang.String ATTR_VERSION "version"
private static final java.lang.String DIRECTIVE_EXCLUDE "exclude"
private static final java.lang.String DIRECTIVE_INCLUDE "include"
private static final java.lang.String DIRECTIVE_MANDATORY "mandatory"
private static final java.lang.String DIRECTIVE_RESOLUTION "resolution"
private static final java.lang.String DIRECTIVE_USES "uses"
private static final java.lang.String RESOLUTION_OPTIONAL "optional"

com.springsource.bundlor.internal.transformer.com.springsource.bundlor.internal.transformer.PartialManifestResolver
private static final java.lang.String ATTR_BUNDLE_VERSION "Bundle-Version"
private static final java.lang.String ATTR_EXPORT_TEMPLATE "Export-Template"
private static final java.lang.String ATTR_IMPORT_TEMPLATE "Import-Template"

com.springsource.bundlor.internal.util.MatchUtils
private static final java.lang.String DOT_WILDCARD ".*"
public static final int NO_MATCH -1
private static final java.lang.String PACKAGE_SEPARATOR "."
private static final java.lang.String REGEX_ESCAPED_PACKAGE_SEPARATOR "\\."
private static final java.lang.String REGEX_OPTIONAL_DOT_WILDCARD "(\\..*)?"
private static final java.lang.String REGEX_OPTIONAL_WILDCARD "(\\.)?(.*)?"
private static final java.lang.String REGEX_WILDCARD ".*"
private static final java.lang.String WILDCARD "*"

com.springsource.bundlor.util.BundleManifestUtils
private static final java.lang.String ATTR_MANIFEST_VERSION "Manifest-Version"