KIE Uberfure Metadata Lucene Backend 6.2.0-SNAPSHOT

org.kie.uberfire.metadata.backend.lucene.index.directory
Class Directory

java.lang.Object
  extended by org.kie.uberfire.metadata.backend.lucene.index.directory.Directory

public class Directory
extends Object


Constructor Summary
Directory(org.apache.lucene.store.Directory directory, DeleteCommand command, boolean fresh)
           
 
Method Summary
 void close()
           
 void delete()
           
 boolean freshIndex()
           
 org.apache.lucene.store.Directory getDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Directory

public Directory(org.apache.lucene.store.Directory directory,
                 DeleteCommand command,
                 boolean fresh)
Method Detail

getDirectory

public org.apache.lucene.store.Directory getDirectory()

close

public void close()

freshIndex

public boolean freshIndex()

delete

public void delete()

KIE Uberfure Metadata Lucene Backend 6.2.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.