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

A

abbreviateDotSeparatedString(String, int) - Static method in class com.springsource.util.common.StringUtils
Abbreviates the given dot-separated string to reduce its length (if necessary) to within the supplied target length.
add(Map.Entry<String, V>) - Method in class com.springsource.util.common.CaseInsensitiveMap.EntrySet
Not supported for sets returned by Map.entrySet.
add(String) - Method in class com.springsource.util.common.CaseInsensitiveMap.KeySet
Not supported for sets returned by Map.keySet.
add(T) - Method in class com.springsource.util.common.SynchronizedCollection
add(int, T) - Method in class com.springsource.util.common.SynchronizedList
add(T) - Method in class com.springsource.util.common.SynchronizedListIterator
add(Elem) - Method in class com.springsource.util.math.ConcurrentHashSet
 
add(X, Y) - Method in class com.springsource.util.math.ConcurrentMapRelation
 
add(X, Y) - Method in interface com.springsource.util.math.ConcurrentRelation
Add the given pair (x, y) to the relation.
add(String) - Method in class com.springsource.util.osgi.manifest.internal.CompoundParseable
 
add(String) - Method in class com.springsource.util.osgi.manifest.internal.MapUpdatingList
 
add(int, String) - Method in class com.springsource.util.osgi.manifest.internal.MapUpdatingList
 
addAll(Collection<? extends Map.Entry<String, V>>) - Method in class com.springsource.util.common.CaseInsensitiveMap.EntrySet
Not supported for sets returned by Map.entrySet.
addAll(Collection<? extends String>) - Method in class com.springsource.util.common.CaseInsensitiveMap.KeySet
Not supported for sets returned by Map.keySet.
addAll(Collection<? extends T>) - Method in class com.springsource.util.common.SynchronizedCollection
addAll(int, Collection<? extends T>) - Method in class com.springsource.util.common.SynchronizedList
addAll(Collection<? extends Elem>) - Method in class com.springsource.util.math.ConcurrentHashSet
 
addAll(Collection<? extends String>) - Method in class com.springsource.util.osgi.manifest.internal.MapUpdatingList
 
addAll(int, Collection<? extends String>) - Method in class com.springsource.util.osgi.manifest.internal.MapUpdatingList
 
addChild(Tree<V>) - Method in class com.springsource.util.common.ThreadSafeArrayListTree
Adds a new child tree to this node's children.
addChild(Tree<V>) - Method in interface com.springsource.util.common.Tree
Adds a new child tree to this node's children.
addDynamicallyImportedPackage(String) - Method in interface com.springsource.util.osgi.manifest.DynamicImportPackage
Adds a dynamically imported package, with the supplied, possibly wild-carded, name, to this DynamicImport-Package header.
addDynamicallyImportedPackage(String) - Method in class com.springsource.util.osgi.manifest.internal.StandardDynamicImportPackage
Adds a dynamically imported package, with the supplied, possibly wild-carded, name, to this DynamicImport-Package header.
addExportedPackage(String) - Method in interface com.springsource.util.osgi.manifest.ExportPackage
Adds an export of the package with the supplied name to this Export-Package header.
addExportedPackage(String) - Method in class com.springsource.util.osgi.manifest.internal.StandardExportPackage
Adds an export of the package with the supplied name to this Export-Package header.
addImportedBundle(String) - Method in interface com.springsource.util.osgi.manifest.ImportBundle
Adds an import of the bundle with the supplied symbolic name to this Import-Bundle header.
addImportedBundle(String) - Method in class com.springsource.util.osgi.manifest.internal.StandardImportBundle
Adds an import of the bundle with the supplied symbolic name to this Import-Bundle header.
addImportedLibrary(String) - Method in interface com.springsource.util.osgi.manifest.ImportLibrary
Adds an import of the library with the supplied symbolic name to this Import-Library header.
addImportedLibrary(String) - Method in class com.springsource.util.osgi.manifest.internal.StandardImportLibrary
Adds an import of the library with the supplied symbolic name to this Import-Library header.
addImportedPackage(String) - Method in interface com.springsource.util.osgi.manifest.ImportPackage
Adds an import of the package with the supplied name to this Import-Package header.
addImportedPackage(String) - Method in class com.springsource.util.osgi.manifest.internal.StandardImportPackage
Adds an import of the package with the supplied name to this Import-Package header.
addListener(FileSystemListener) - Method in class com.springsource.util.io.FileSystemChecker
Add a new FileSystemListener to this FileSystemChecker.
addObjectToArray(Object[], Object) - Static method in class com.springsource.util.common.ObjectUtils
Append the given Object to the given array, returning a new array consisting of the input array contents plus the given Object.
addRequiredBundle(String) - Method in class com.springsource.util.osgi.manifest.internal.StandardRequireBundle
Adds a required bundle with the supplied bundle symbolic name to this Require-Bundle header.
addRequiredBundle(String) - Method in interface com.springsource.util.osgi.manifest.RequireBundle
Adds a required bundle with the supplied bundle symbolic name to this Require-Bundle header.
addStringToArray(String[], String) - Static method in class com.springsource.util.common.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
addToken(HeaderToken) - Method in class com.springsource.util.osgi.manifest.parse.standard.HeaderTokenStream
 
addToken(Token) - Method in class com.springsource.util.parser.manifest.internal.SimpleTokenStream
 
allowsPathToken - Variable in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderLexer
 
ALPHABETIC - Static variable in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderLexer
 
ALPHANUMERIC - Static variable in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderLexer
 
alphanumMask - Static variable in class com.springsource.util.parser.manifest.internal.RecoveringManifestLexer
 
applyRelativePath(String, String) - Static method in class com.springsource.util.common.StringUtils
Apply the given relative path to the given path, assuming standard Java folder separation (i.e.
ARRAY_ELEMENT_SEPARATOR - Static variable in class com.springsource.util.common.ObjectUtils
 
ARRAY_END - Static variable in class com.springsource.util.common.ObjectUtils
 
ARRAY_START - Static variable in class com.springsource.util.common.ObjectUtils
 
arrayToCommaDelimitedString(Object[]) - Static method in class com.springsource.util.common.StringUtils
Convenience method to return a String array as a CSV String.
arrayToDelimitedString(Object[], String) - Static method in class com.springsource.util.common.StringUtils
Convenience method to return a String array as a delimited (e.g.
arrayToList(T[]) - Static method in class com.springsource.util.common.CollectionUtils
Convert the supplied array into a List.
Assert - Class in com.springsource.util.common
A set of useful assertions based on those provided by the Spring Framework's Assert class.
Assert() - Constructor for class com.springsource.util.common.Assert
 
asSet(T...) - Static method in class com.springsource.util.math.Sets
Creates a Set containing the supplied items.
ATTRIBUTE_NAME - Static variable in class com.springsource.util.osgi.manifest.parse.standard.BasicHeaderToken
 
attributes - Variable in class com.springsource.util.osgi.manifest.internal.BaseParameterised
 
attributes - Variable in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderDeclaration
 
attributes - Variable in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderVisitor
 

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