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 FSDirectoryFactoryFSDirectoryFactory. DEFAULTDefault implementation that lets Lucene choose FSDirectory implementation.private FSDirectoryFactoryIndexUpdateRequest. directoryFactoryMethods in org.apache.maven.index.updater that return FSDirectoryFactory Modifier and Type Method Description FSDirectoryFactoryIndexUpdateRequest. getFSDirectoryFactory()Methods in org.apache.maven.index.updater with parameters of type FSDirectoryFactory Modifier and Type Method Description voidIndexUpdateRequest. setFSDirectoryFactory(FSDirectoryFactory factory)
-