Uses of Interface
org.apache.uima.search.IndexBuildSpecification
-
Packages that use IndexBuildSpecification Package Description org.apache.uima.search.impl Search engine-independent indexing classes.org.apache.uima.util Utility classes and interfaces used by UIMA components.org.apache.uima.util.impl -
-
Uses of IndexBuildSpecification in org.apache.uima.search.impl
Classes in org.apache.uima.search.impl that implement IndexBuildSpecification Modifier and Type Class Description classIndexBuildSpecification_impl -
Uses of IndexBuildSpecification in org.apache.uima.util
Methods in org.apache.uima.util that return IndexBuildSpecification Modifier and Type Method Description IndexBuildSpecificationXMLParser. parseIndexBuildSpecification(XMLInputSource aInput)Parses an IndexBuildSpecification from an XML input stream.IndexBuildSpecificationXMLParser. parseIndexBuildSpecification(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses an IndexBuildSpecification from an XML input stream. -
Uses of IndexBuildSpecification in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl that return IndexBuildSpecification Modifier and Type Method Description IndexBuildSpecificationXMLParser_impl. parseIndexBuildSpecification(XMLInputSource aInput)IndexBuildSpecificationXMLParser_impl. parseIndexBuildSpecification(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
-