Uses of Class
org.apache.uima.resource.metadata.impl.ImportResolver.Key
Packages that use ImportResolver.Key
-
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.KeyModifier and TypeMethodDescriptionprivate void
ImportResolver.collectAll
(ImportResolver.DescriptorAdapter<DESCRIPTOR, COLLECTIBLE> aWrapper, Map<ImportResolver<DESCRIPTOR, COLLECTIBLE>.Key, COLLECTIBLE> aAllCollectibleObjects) private void
ImportResolver.resolveImports
(ImportResolver.DescriptorAdapter<DESCRIPTOR, COLLECTIBLE> aWrapper, Set<String> aAlreadyVisited, Map<ImportResolver<DESCRIPTOR, COLLECTIBLE>.Key, COLLECTIBLE> aAllCollectedObjects, Deque<String> aStack, ResourceManager aResourceManager) Recursively traverses the import graph and collects all imported collectible objects.