Uses of Interface
org.apache.maven.index.updater.FSDirectoryFactory
-
Packages that use FSDirectoryFactory Package Description org.apache.maven.index.updater -
-
Uses of FSDirectoryFactory in org.apache.maven.index.updater
Fields in org.apache.maven.index.updater declared as FSDirectoryFactory Modifier and Type Field Description static FSDirectoryFactory
FSDirectoryFactory. DEFAULT
Default implementation that lets Lucene choose FSDirectory implementation.private FSDirectoryFactory
IndexUpdateRequest. directoryFactory
Methods in org.apache.maven.index.updater that return FSDirectoryFactory Modifier and Type Method Description FSDirectoryFactory
IndexUpdateRequest. getFSDirectoryFactory()
Methods in org.apache.maven.index.updater with parameters of type FSDirectoryFactory Modifier and Type Method Description void
IndexUpdateRequest. setFSDirectoryFactory(FSDirectoryFactory factory)
-