Class Directory
- java.lang.Object
-
- org.uberfire.ext.metadata.backend.lucene.index.directory.Directory
-
public class Directory extends Object
-
-
Constructor Summary
Constructors Constructor Description Directory(org.apache.lucene.store.Directory directory, DeleteCommand command, boolean fresh)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voiddelete()booleanfreshIndex()org.apache.lucene.store.DirectorygetDirectory()
-
-
-
Constructor Detail
-
Directory
public Directory(org.apache.lucene.store.Directory directory, DeleteCommand command, boolean fresh)
-
-