Constant Field Values


Contents
com.springsource.*

com.springsource.bundlor.ant.internal.support.StandardManifestTemplateFactory
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.support.contributors.BundleManifestVersionValidator
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.support.contributors.BundleSymbolicNameValidator
private static final java.lang.String MESSAGE "The manifest does not specify a BundleSymbolic-Name"

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

com.springsource.bundlor.blint.support.contributors.SignedJarFileValidator
private static final java.lang.String MESSAGE "The manifest is from a signed bundle. Bundlor should not be used on signed bundles."

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

com.springsource.bundlor.blint.support.contributors.VersionedImportsRangeValidator
private static final java.lang.String MESSAGE "The import of package %s has an unlikely version"

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

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

com.springsource.bundlor.support.contributors.BlueprintArtifactAnalyzer
private static final java.lang.String CLASS_ATTRIBUTES "//bp:bean/bp:argument/@type | //bp:bean/@class | //bp:service/@interface | //bp:reference/@interface | //bp:reference-list/@interface | //bp:map/@key-type | //bp:map/@value-type | //bp:list/@value-type | //bp:set/@value-type | //bp:array/@value-type"
private static final java.lang.String CLASS_VALUES "//bp:interfaces/bp:value"
private static final java.lang.String CONTEXT_PATH_HEADER "Bundle-Blueprint"
private static final java.lang.String DEFAULT_CONTEXT_LOCATION "OSGI-INF/blueprint/*.xml"

com.springsource.bundlor.support.contributors.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.support.contributors.IgnoredExistingHeadersManifestModifier
private static final java.lang.String ATTR_IGNORED_EXISTING_HEADERS "Ignored-Existing-Headers"

com.springsource.bundlor.support.contributors.JspArtifactAnalyzer
private static final java.lang.String PACKAGE_SUFFIX ".*"
private static final java.lang.String TYPE_SUFFIX ".class"

com.springsource.bundlor.support.contributors.Log4JXmlArtifactAnalyzer
private static final java.lang.String LOG4J_DTD "com/springsource/bundlor/support/contributors/log4j.dtd"

com.springsource.bundlor.support.contributors.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.support.contributors.SpringApplicationContextArtefactAnalyser
private static final java.lang.String 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 CLASS_VALUES "//osgi:service/osgi:interfaces/beans:value | //osgi:reference/osgi:interfaces/beans:value"
private static final java.lang.String PACKAGE_ATTRIBUTES "//context:component-scan/@base-package"

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

com.springsource.bundlor.support.contributors.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.support.manifestwriter.com.springsource.bundlor.support.manifestwriter.FileSystemManifestWriter
private static final java.lang.String MANIFEST_PATH "META-INF/MANIFEST.MF"

com.springsource.bundlor.support.partialmanifest.StandardPartialManifestResolver
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.support.propertysubstitution.VersionExpansionFormatException
private static final long serialVersionUID 3114387175457934241L

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

com.springsource.bundlor.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 "*"

org.springframework.*

org.springframework.util.AntPathMatcher
public static final java.lang.String DEFAULT_PATH_SEPARATOR "/"

org.springframework.util.org.springframework.util.AntPathMatcher.AntPatternComparator
private static final long serialVersionUID 4026299646946467054L

org.springframework.util.org.springframework.util.AntPathStringMatcher
private static final java.lang.String DEFAULT_VARIABLE_PATTERN "(.*)"

org.springframework.util.FileCopyUtils
public static final int BUFFER_SIZE 4096

org.springframework.util.ObjectUtils
private static final java.lang.String ARRAY_ELEMENT_SEPARATOR ", "
private static final java.lang.String ARRAY_END "}"
private static final java.lang.String ARRAY_START "{"
private static final java.lang.String EMPTY_ARRAY "{}"
private static final java.lang.String EMPTY_STRING ""
private static final int INITIAL_HASH 7
private static final int MULTIPLIER 31
private static final java.lang.String NULL_STRING "null"

org.springframework.util.StringUtils
private static final java.lang.String CURRENT_PATH "."
private static final char EXTENSION_SEPARATOR 46
private static final java.lang.String FOLDER_SEPARATOR "/"
private static final java.lang.String TOP_PATH ".."
private static final java.lang.String WINDOWS_FOLDER_SEPARATOR "\\"