public static interface ResolverStrategy.ResolverResults
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
addAllDescriptors(java.util.Map descriptors) | 
 To add not only a single descriptor but a map of descriptors at once. 
 | 
void | 
addDescriptor(java.lang.String className,
             XMLClassDescriptor descriptor) | 
 Adds a descriptor to this caches maps. 
The descriptor is mapped both with the class name and its XML name.  | 
XMLClassDescriptor | 
getDescriptor(java.lang.String className) | 
 Gets the descriptor that is mapped to the given class name. 
 | 
void addDescriptor(java.lang.String className,
                   XMLClassDescriptor descriptor)
null, the empty string (""), or has the value of the
 constant INTERNAL_CONTAINER_NAME.
 
 If there already is a descriptor for the given className
 and/or the descriptor's XML name the previously cached descriptor is
 replaced.className - The class name to be used for mapping the given descriptor.descriptor - The descriptor to be mapped.#INTERNAL_CONTAINER_NAMEvoid addAllDescriptors(java.util.Map descriptors)
descriptors - a Map of className (String) and XMLClassDescriptor pairsXMLClassDescriptor getDescriptor(java.lang.String className)
className - The class name to get a descriptor for.null
         if no descriptor is stored in this cache.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com