Uses of Interface
org.apache.uima.resource.metadata.impl.ImportResolver.ParserFunction
-
Packages that use ImportResolver.ParserFunction Package Description org.apache.uima.resource.metadata.impl -
-
Uses of ImportResolver.ParserFunction in org.apache.uima.resource.metadata.impl
Methods in org.apache.uima.resource.metadata.impl that return ImportResolver.ParserFunction Modifier and Type Method Description ImportResolver.ParserFunction<FsIndexCollection>
FsIndexCollectionImportResolverAdapter. getParser()
ImportResolver.ParserFunction<DESCRIPTOR>
ImportResolver.DescriptorAdapter. getParser()
ImportResolver.ParserFunction<TypePriorities>
TypePrioritiesImportResolverAdapter. getParser()
ImportResolver.ParserFunction<TypeSystemDescription>
TypeSystemDescriptionImportResolverAdapter. getParser()
Methods in org.apache.uima.resource.metadata.impl with parameters of type ImportResolver.ParserFunction Modifier and Type Method Description private DESCRIPTOR
ImportResolver. loadDescriptor(Import aImport, java.net.URL aAbsUrl, java.util.Map<java.lang.String,XMLizable> aImportCache, ImportResolver.ParserFunction<DESCRIPTOR> aParserFunction)
-