Class LuceneIndexSchemaExportImpl
- java.lang.Object
-
- org.hibernate.search.backend.lucene.schema.management.impl.LuceneIndexSchemaExportImpl
-
- All Implemented Interfaces:
LuceneIndexSchemaExport,SchemaExport
public class LuceneIndexSchemaExportImpl extends Object implements LuceneIndexSchemaExport
-
-
Constructor Summary
Constructors Constructor Description LuceneIndexSchemaExportImpl(String indexName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringindexName()voidtoFiles(Path targetDirectory)Writes the content of this export to a directory on the filesystem.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.engine.common.schema.management.SchemaExport
extension
-
-
-
-
Constructor Detail
-
LuceneIndexSchemaExportImpl
public LuceneIndexSchemaExportImpl(String indexName)
-
-
Method Detail
-
indexName
public String indexName()
-
toFiles
public void toFiles(Path targetDirectory)
Description copied from interface:SchemaExportWrites the content of this export to a directory on the filesystem.- Specified by:
toFilesin interfaceSchemaExport- Parameters:
targetDirectory- The target directory to generate the output into.
-
-