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

R

raiseParseProblem(String, int) - Method in class com.springsource.bundlor.support.propertysubstitution.VersionExpansionParser
 
rankedMatch(String, String) - Static method in class com.springsource.bundlor.util.MatchUtils
Performs a ranked match between the candidate package and the supplied pattern.
readablePartialManifest - Variable in class com.springsource.bundlor.support.ManifestGeneratorContributors
 
ReadablePartialManifest - Interface in com.springsource.bundlor.support.partialmanifest
 
readContextPaths(ManifestContents) - Method in class com.springsource.bundlor.support.contributors.BlueprintArtifactAnalyzer
 
readDigits() - Method in class com.springsource.bundlor.support.propertysubstitution.VersionExpansionParser
 
readJarManifest(ManifestContents) - Method in class com.springsource.bundlor.support.contributors.BlueprintArtifactAnalyzer
 
readJarManifest(ManifestContents) - Method in class com.springsource.bundlor.support.contributors.ExcludedImportAndExportPartialManifestModifier
 
readJarManifest(ManifestContents) - Method in class com.springsource.bundlor.support.contributors.IgnoredExistingHeadersManifestModifier
Read the source JAR's manifest before it is used to create the bundle manifest
readJarManifest(ManifestContents) - Method in class com.springsource.bundlor.support.contributors.ManifestTemplateDirectiveMigrator
 
readJarManifest(ManifestContents) - Method in interface com.springsource.bundlor.support.ManifestReader
Read the source JAR's manifest before it is used to create the bundle manifest
readManifestTemplate(ManifestContents) - Method in class com.springsource.bundlor.support.contributors.BlueprintArtifactAnalyzer
 
readManifestTemplate(ManifestContents) - Method in class com.springsource.bundlor.support.contributors.ExcludedImportAndExportPartialManifestModifier
 
readManifestTemplate(ManifestContents) - Method in class com.springsource.bundlor.support.contributors.IgnoredExistingHeadersManifestModifier
Read the manifest template before it is used to create the bundle manifest
readManifestTemplate(ManifestContents) - Method in class com.springsource.bundlor.support.contributors.ManifestTemplateDirectiveMigrator
 
readManifestTemplate(ManifestContents) - Method in interface com.springsource.bundlor.support.ManifestReader
Read the manifest template before it is used to create the bundle manifest
readProperties(File) - Method in class com.springsource.bundlor.support.properties.FileSystemPropertiesSource
 
recordExportPackage(String) - Method in interface com.springsource.bundlor.support.partialmanifest.PartialManifest
Records that the supplied package should be exported.
recordExportPackage(String) - Method in class com.springsource.bundlor.support.partialmanifest.StandardReadablePartialManifest
 
recordReferencedPackage(String) - Method in interface com.springsource.bundlor.support.partialmanifest.PartialManifest
Records that the supplied package is referenced by the artefact being analysed.
recordReferencedPackage(String) - Method in class com.springsource.bundlor.support.partialmanifest.StandardReadablePartialManifest
 
recordReferencedType(String) - Method in interface com.springsource.bundlor.support.partialmanifest.PartialManifest
Records that the supplied type is referenced by the code being analysed.
recordReferencedType(String) - Method in class com.springsource.bundlor.support.partialmanifest.StandardReadablePartialManifest
Records that the supplied type is referenced by the code being analysed.
recordReferencedTypes(PartialManifest, Type...) - Static method in class com.springsource.bundlor.support.asm.VisitorUtils
Records the supplied Types in the supplied PartialManifest.
recordType(String) - Method in interface com.springsource.bundlor.support.partialmanifest.PartialManifest
Records the existence of a type
recordType(String) - Method in class com.springsource.bundlor.support.partialmanifest.StandardReadablePartialManifest
Records the existence of a type
recordUses(PartialManifest, Type, Type...) - Static method in class com.springsource.bundlor.support.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.support.partialmanifest.PartialManifest
Records a uses directive member for a given package export.
recordUsesPackage(String, String) - Method in class com.springsource.bundlor.support.partialmanifest.StandardReadablePartialManifest
 
referencedPackages - Variable in class com.springsource.bundlor.support.partialmanifest.StandardReadablePartialManifest
 
REGEX_ESCAPED_PACKAGE_SEPARATOR - Static variable in class com.springsource.bundlor.util.MatchUtils
 
REGEX_OPTIONAL_DOT_WILDCARD - Static variable in class com.springsource.bundlor.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.util.MatchUtils
 
REGEX_WILDCARD - Static variable in class com.springsource.bundlor.util.MatchUtils
 
remove() - Method in class com.springsource.bundlor.support.classpath.FileSystemClassPath.FileSystemClassPathIterator
 
remove() - Method in class com.springsource.bundlor.support.classpath.JarFileClassPath.JarFileClassPathIterator
 
remove() - Method in class com.springsource.bundlor.support.contributors.BundleClassPathArtifactAnalyzer.JarInputStreamClassPath.JarInputStreamClassPathIterator
 
remove() - Method in class org.springframework.util.CollectionUtils.EnumerationIterator
 
removeDuplicateStrings(String[]) - Static method in class org.springframework.util.StringUtils
Remove duplicate Strings from the given array.
removeExcludedPackages(Set<String>, List<String>) - Method in class com.springsource.bundlor.support.contributors.ExcludedImportAndExportPartialManifestModifier
 
removeImportedType(String) - Method in class com.springsource.bundlor.support.partialmanifest.StandardReadablePartialManifest
 
removeReferencedPackage(String) - Method in class com.springsource.bundlor.support.partialmanifest.StandardReadablePartialManifest
 
removeTemplateOnlyHeaders(ManifestContents, List<String>) - Method in class com.springsource.bundlor.support.StandardManifestMerger
 
removeUses(String, Set<String>) - Method in class com.springsource.bundlor.support.partialmanifest.StandardReadablePartialManifest
 
replace(String, String, String) - Static method in class org.springframework.util.StringUtils
Replace all occurences of a substring within a string with another string.
replacement - Variable in class com.springsource.bundlor.support.propertysubstitution.ReplacementTransformer
 
ReplacementTransformer - Class in com.springsource.bundlor.support.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.support.propertysubstitution.ReplacementTransformer
 
resolve(ManifestContents, ReadablePartialManifest) - Method in class com.springsource.bundlor.support.partialmanifest.StandardPartialManifestResolver
Resolves the supplied StandardReadablePartialManifest against the supplied manifest template.
resolve(ManifestContents, ReadablePartialManifest) - Method in interface com.springsource.bundlor.support.PartialManifestResolver
Resolves the supplied StandardReadablePartialManifest against the supplied manifest template.
resolveEntity(String, String) - Method in class com.springsource.bundlor.support.contributors.Log4JXmlArtifactAnalyzer.Log4JEntityResolver
 
resolveVersion(HeaderDeclaration, String) - Method in class com.springsource.bundlor.support.partialmanifest.StandardPartialManifestResolver
Resolves the version for supplied HeaderDeclaration, returning defaultVersion if none is specified.
root - Variable in class com.springsource.bundlor.support.classpath.FileSystemClassPathEntry
 
run(String[]) - Method in class com.springsource.bundlor.commandline.Bundlor
 

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