Uses of Class
org.apache.uima.resource.metadata.impl.ImportResolver.Key
-
Packages that use ImportResolver.Key Package Description org.apache.uima.resource.metadata.impl -
-
Uses of ImportResolver.Key in org.apache.uima.resource.metadata.impl
Method parameters in org.apache.uima.resource.metadata.impl with type arguments of type ImportResolver.Key Modifier and Type Method Description private void
ImportResolver. collectAll(ImportResolver.DescriptorAdapter<DESCRIPTOR,COLLECTIBLE> aWrapper, java.util.Map<ImportResolver.Key,COLLECTIBLE> aAllCollectibleObjects)
private void
ImportResolver. resolveImports(ImportResolver.DescriptorAdapter<DESCRIPTOR,COLLECTIBLE> aWrapper, java.util.Set<java.lang.String> aAlreadyVisited, java.util.Map<ImportResolver.Key,COLLECTIBLE> aAllCollectedObjects, java.util.Deque<java.lang.String> aStack, ResourceManager aResourceManager)
Recursively traverses the import graph and collects all imported collectible objects.
-