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

I

identityToString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of an object's overall identity.
IdentityTransformer - Class in com.springsource.bundlor.support.propertysubstitution
Identity transformer is a no-op transformer.
IdentityTransformer() - Constructor for class com.springsource.bundlor.support.propertysubstitution.IdentityTransformer
 
ignoredExistingHeaders - Variable in class com.springsource.bundlor.support.contributors.IgnoredExistingHeadersManifestModifier
 
IgnoredExistingHeadersManifestModifier - Class in com.springsource.bundlor.support.contributors
An analyzer that removes existing headers from the input manifest before it is used to build the bundle manifest.
IgnoredExistingHeadersManifestModifier() - Constructor for class com.springsource.bundlor.support.contributors.IgnoredExistingHeadersManifestModifier
 
ignoredExistingHeadersMonitor - Variable in class com.springsource.bundlor.support.contributors.IgnoredExistingHeadersManifestModifier
 
IMPORT_TEMPLATE - Static variable in class com.springsource.bundlor.support.contributors.OsgiProfileManifestTemplateModifier
 
importedPackages - Variable in class com.springsource.bundlor.support.partialmanifest.StandardReadablePartialManifest
 
importedTypes - Variable in class com.springsource.bundlor.support.partialmanifest.StandardReadablePartialManifest
 
importPackage - Variable in class com.springsource.bundlor.support.contributors.ManifestTemplateDirectiveMigrator
 
importPackageString - Variable in class com.springsource.bundlor.support.contributors.ManifestTemplateDirectiveMigrator
 
INITIAL_HASH - Static variable in class org.springframework.util.ObjectUtils
 
inputClassPath - Variable in class com.springsource.bundlor.ant.internal.AntBundlorExecutor
 
inputClassPath - Variable in class com.springsource.bundlor.commandline.internal.CommandLineBundlorExecutor
 
inputFile - Variable in class com.springsource.bundlor.support.manifestwriter.JarFileManifestWriter
 
inputPath - Variable in class com.springsource.bundlor.ant.internal.Configuration
 
inputPath(String) - Method in class com.springsource.bundlor.ant.internal.support.StandardConfigurationValidator
 
inputPath - Variable in class com.springsource.bundlor.commandline.internal.Configuration
 
inputPath(String) - Method in class com.springsource.bundlor.commandline.internal.support.StandardConfigurationValidator
 
instance - Static variable in class com.springsource.bundlor.support.propertysubstitution.IdentityTransformer
 
isArray(Object) - Static method in class org.springframework.util.ObjectUtils
Determine whether the given object is an array: either an Object array or a primitive array.
isAssignable(Class, Class) - Static method in class org.springframework.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class, Class, String) - Static method in class org.springframework.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isCheckedException(Throwable) - Static method in class org.springframework.util.ObjectUtils
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
isComma(char) - Method in class com.springsource.bundlor.support.propertysubstitution.VersionExpansionParser
 
isCompatibleWithThrowsClause(Throwable, Class[]) - Static method in class org.springframework.util.ObjectUtils
Check whether the given exception is compatible with the exceptions declared in a throws clause.
isDigit(char) - Method in class com.springsource.bundlor.support.propertysubstitution.VersionExpansionParser
 
isDirectory() - Method in interface com.springsource.bundlor.ClassPathEntry
 
isDirectory() - Method in class com.springsource.bundlor.support.classpath.FileSystemClassPathEntry
 
isDirectory() - Method in class com.springsource.bundlor.support.classpath.JarFileClassPathEntry
 
isDirectory() - Method in class com.springsource.bundlor.support.contributors.BundleClassPathArtifactAnalyzer.JarInputStreamClassPathEntry
 
isDot(char) - Method in class com.springsource.bundlor.support.propertysubstitution.VersionExpansionParser
 
isEmpty(Collection) - Static method in class org.springframework.util.CollectionUtils
Return true if the supplied Collection is null or empty.
isEmpty(Map) - Static method in class org.springframework.util.CollectionUtils
Return true if the supplied Map is null or empty.
isEmpty(Object[]) - Static method in class org.springframework.util.ObjectUtils
Determine whether the given array is empty: i.e.
isEquals(char) - Method in class com.springsource.bundlor.support.propertysubstitution.VersionExpansionParser
 
isExcluded(String, List<String>) - Method in class com.springsource.bundlor.support.contributors.ExcludedImportAndExportPartialManifestModifier
 
isExclusive(VersionRange) - Method in class com.springsource.bundlor.blint.support.contributors.VersionedImportsRangeValidator
 
isInstanceOf(Class, Object) - Static method in class org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class, Object, String) - Static method in class org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isMinus(char) - Method in class com.springsource.bundlor.support.propertysubstitution.VersionExpansionParser
 
isNull(Object, String) - Static method in class org.springframework.util.Assert
Assert that an object is null .
isNull(Object) - Static method in class org.springframework.util.Assert
Assert that an object is null .
isPattern(String) - Method in class org.springframework.util.AntPathMatcher
 
isPattern(String) - Method in interface org.springframework.util.PathMatcher
Does the given path represent a pattern that can be matched by an implementation of this interface?
isPlus(char) - Method in class com.springsource.bundlor.support.propertysubstitution.VersionExpansionParser
 
isRangeDelimiter(char) - Method in class com.springsource.bundlor.support.propertysubstitution.VersionExpansionParser
 
isRecordablePackage(String) - Method in interface com.springsource.bundlor.support.partialmanifest.ReadablePartialManifest
Indicate whether a package is recordable
isRecordablePackage(String) - Method in class com.springsource.bundlor.support.partialmanifest.StandardReadablePartialManifest
Indicate whether a package is recordable
isReversed(VersionRange) - Method in class com.springsource.bundlor.blint.support.contributors.VersionedImportsRangeValidator
 
isSpace(char) - Method in class com.springsource.bundlor.support.propertysubstitution.VersionExpansionParser
 
isTrue(boolean, String) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isTrue(boolean) - Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isValidFqn(String) - Static method in class com.springsource.bundlor.util.ClassNameUtils
Determines if a string is valid Java identifier.
iterator() - Method in class com.springsource.bundlor.support.classpath.FileSystemClassPath
 
iterator() - Method in class com.springsource.bundlor.support.classpath.JarFileClassPath
 
iterator() - Method in class com.springsource.bundlor.support.contributors.BundleClassPathArtifactAnalyzer.JarInputStreamClassPath
 

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