org.hibernate.search.metadata.impl
Class IndexDescriptorImpl

java.lang.Object
  extended by org.hibernate.search.metadata.impl.IndexDescriptorImpl
All Implemented Interfaces:
IndexDescriptor

public class IndexDescriptorImpl
extends Object
implements IndexDescriptor

Author:
Hardy Ferentschik

Constructor Summary
IndexDescriptorImpl(IndexManager indexManager)
           
 
Method Summary
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexDescriptorImpl

public IndexDescriptorImpl(IndexManager indexManager)
Method Detail

getName

public String getName()
Specified by:
getName in interface IndexDescriptor
Returns:
the name of the Lucene index

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved