A B C D E F G H I J K L M N O P R S T U V W X

R

raiseParseProblem(String, int) - Method in class com.springsource.bundlor.internal.propertysubstitution.VersionExpansionParser
 
rankedMatch(String, String) - Static method in class com.springsource.bundlor.internal.util.MatchUtils
Performs a ranked match between the candidate package and the supplied pattern.
ReadablePartialManifest - Interface in com.springsource.bundlor.internal
 
ReadablePartialManifestFactory - Interface in com.springsource.bundlor.internal
An interface for creating readable partial manifests

Concurrent Semantics
Implementations should be threadsafe.

readDigits() - Method in class com.springsource.bundlor.internal.propertysubstitution.VersionExpansionParser
 
readJarManifest(ManifestContents) - Method in interface com.springsource.bundlor.internal.ManifestReader
Read the source JAR's manifest before it is used to create the bundle manifest
readJarManifest(ManifestContents) - Method in class com.springsource.bundlor.internal.support.ExcludedImportAndExportPartialManifestModifier
 
readJarManifest(ManifestContents) - Method in class com.springsource.bundlor.internal.support.IgnoredExistingHeadersManifestModifier
Read the source JAR's manifest before it is used to create the bundle manifest
readJarManifest(ManifestContents) - Method in class com.springsource.bundlor.internal.support.SpringApplicationContextArtefactAnalyser
 
readManifests(ManifestContents, ManifestContents) - Method in class com.springsource.bundlor.internal.StandardBundleTransformer
 
readManifestTemplate(ManifestContents) - Method in interface com.springsource.bundlor.internal.ManifestReader
Read the manifest template before it is used to create the bundle manifest
readManifestTemplate(ManifestContents) - Method in class com.springsource.bundlor.internal.support.ExcludedImportAndExportPartialManifestModifier
 
readManifestTemplate(ManifestContents) - Method in class com.springsource.bundlor.internal.support.IgnoredExistingHeadersManifestModifier
Read the manifest template before it is used to create the bundle manifest
readManifestTemplate(ManifestContents) - Method in class com.springsource.bundlor.internal.support.SpringApplicationContextArtefactAnalyser
 
recordedTypeDependencies - Variable in class com.springsource.bundlor.internal.support.IncrementalReadablePartialManifest
Association of analyzed types and their dependencies
recordExportPackage(String) - Method in interface com.springsource.bundlor.internal.PartialManifest
Records that the supplied package should be exported.
recordExportPackage(String) - Method in class com.springsource.bundlor.internal.support.StandardReadablePartialManifest
 
recordReferencedPackage(String) - Method in interface com.springsource.bundlor.internal.PartialManifest
Records that the supplied package is referenced by the artefact being analysed.
recordReferencedPackage(String) - Method in class com.springsource.bundlor.internal.support.IncrementalReadablePartialManifest
Records that the supplied package is referenced by the artefact being analysed.
recordReferencedPackage(String) - Method in class com.springsource.bundlor.internal.support.StandardReadablePartialManifest
 
recordReferencedType(String) - Method in interface com.springsource.bundlor.internal.PartialManifest
Records that the supplied type is referenced by the code being analysed.
recordReferencedType(String) - Method in class com.springsource.bundlor.internal.support.IncrementalReadablePartialManifest
Records that the supplied type is referenced by the code being analysed.
recordReferencedType(String) - Method in class com.springsource.bundlor.internal.support.StandardReadablePartialManifest
Records that the supplied type is referenced by the code being analysed.
recordReferencedTypes(PartialManifest, Type...) - Static method in class com.springsource.bundlor.internal.asm.VisitorUtils
Records the supplied Types in the supplied PartialManifest.
recordType(String) - Method in interface com.springsource.bundlor.internal.PartialManifest
Records the existence of a type
recordType(String) - Method in class com.springsource.bundlor.internal.support.IncrementalReadablePartialManifest
Records the existence of a type
recordType(String) - Method in class com.springsource.bundlor.internal.support.StandardReadablePartialManifest
Records the existence of a type
recordUses(PartialManifest, Type, Type...) - Static method in class com.springsource.bundlor.internal.asm.VisitorUtils
Records a uses of the packages for the supplied Types against the supplied exportingPackage.
recordUsesPackage(String, String) - Method in interface com.springsource.bundlor.internal.PartialManifest
Records a uses directive member for a given package export.
recordUsesPackage(String, String) - Method in class com.springsource.bundlor.internal.support.IncrementalReadablePartialManifest
Records a uses directive member for a given package export.
recordUsesPackage(String, String) - Method in class com.springsource.bundlor.internal.support.StandardReadablePartialManifest
 
referencedPackages - Variable in class com.springsource.bundlor.internal.support.IncrementalReadablePartialManifest.TypeDependencies
 
referencedPackages - Variable in class com.springsource.bundlor.internal.support.StandardReadablePartialManifest
 
REGEX_ESCAPED_PACKAGE_SEPARATOR - Static variable in class com.springsource.bundlor.internal.util.MatchUtils
 
REGEX_OPTIONAL_DOT_WILDCARD - Static variable in class com.springsource.bundlor.internal.util.MatchUtils
Pattern to match on optional following package segments: com.foo.* -> com.foo.bar
REGEX_OPTIONAL_WILDCARD - Static variable in class com.springsource.bundlor.internal.util.MatchUtils
 
REGEX_WILDCARD - Static variable in class com.springsource.bundlor.internal.util.MatchUtils
 
removeExcludedPackages(Set<String>, List<String>) - Method in class com.springsource.bundlor.internal.support.ExcludedImportAndExportPartialManifestModifier
 
removeImportedType(String) - Method in class com.springsource.bundlor.internal.support.StandardReadablePartialManifest
 
removeReferencedPackage(String) - Method in class com.springsource.bundlor.internal.support.StandardReadablePartialManifest
 
removeTemplateOnlyHeaders(BundleManifest) - Method in class com.springsource.bundlor.internal.transformer.ManifestCreator
 
removeUses(String, Set<String>) - Method in class com.springsource.bundlor.internal.support.StandardReadablePartialManifest
 
replacement - Variable in class com.springsource.bundlor.internal.propertysubstitution.ReplacementTransformer
 
ReplacementTransformer - Class in com.springsource.bundlor.internal.propertysubstitution
Replacement transformer is configured with a new value upon construction and returns that value instead of any value that it is passed.
ReplacementTransformer(String) - Constructor for class com.springsource.bundlor.internal.propertysubstitution.ReplacementTransformer
 
RESOLUTION_OPTIONAL - Static variable in class com.springsource.bundlor.internal.transformer.BundleManifestMerger
 
resolve(ManifestContents, ReadablePartialManifest) - Method in class com.springsource.bundlor.internal.transformer.PartialManifestResolver
Resolves the supplied StandardReadablePartialManifest against the supplied manifest template.
resolveVersion(HeaderDeclaration, String) - Method in class com.springsource.bundlor.internal.transformer.PartialManifestResolver
Resolves the version for supplied HeaderDeclaration, returning defaultVersion if none is specified.
Result - Class in com.springsource.bundlor
Concurrent Semantics
Threadsafe
Result(File, BundleManifest) - Constructor for class com.springsource.bundlor.Result
 
runManifest(String[], Options) - Static method in class com.springsource.bundlor.commandline.Runner
 
Runner - Class in com.springsource.bundlor.commandline
Utility class to enable the running of Bundlor from the command line.
Runner() - Constructor for class com.springsource.bundlor.commandline.Runner
 
runTransform(String[], Options) - Static method in class com.springsource.bundlor.commandline.Runner
 

A B C D E F G H I J K L M N O P R S T U V W X