Uses of Class
org.uberfire.ext.metadata.backend.lucene.index.directory.DirectoryType
-
Packages that use DirectoryType Package Description org.uberfire.ext.metadata.backend.lucene.index.directory -
-
Uses of DirectoryType in org.uberfire.ext.metadata.backend.lucene.index.directory
Methods in org.uberfire.ext.metadata.backend.lucene.index.directory that return DirectoryType Modifier and Type Method Description static DirectoryTypeDirectoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectoryType[]DirectoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.ext.metadata.backend.lucene.index.directory with parameters of type DirectoryType Modifier and Type Method Description protected voidDirectoryFactory. loadIndexes(DirectoryType type, org.apache.lucene.analysis.Analyzer analyzer, File hostingDir)Constructors in org.uberfire.ext.metadata.backend.lucene.index.directory with parameters of type DirectoryType Constructor Description DirectoryFactory(DirectoryType type, org.apache.lucene.analysis.Analyzer analyzer)DirectoryFactory(DirectoryType type, org.apache.lucene.analysis.Analyzer analyzer, File hostingDir)
-