org.modeshape.search.lucene
Class LuceneConfigurations.IndexId

java.lang.Object
  extended by org.modeshape.search.lucene.LuceneConfigurations.IndexId
Enclosing class:
LuceneConfigurations

@Immutable
protected static final class LuceneConfigurations.IndexId
extends Object


Constructor Summary
protected LuceneConfigurations.IndexId(String workspaceName, String indexName)
           
 
Method Summary
 boolean equals(Object obj)
          
 String getIndexName()
           
 String getWorkspaceName()
           
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LuceneConfigurations.IndexId

protected LuceneConfigurations.IndexId(String workspaceName,
                                       String indexName)
Method Detail

getIndexName

public String getIndexName()
Returns:
indexName

getWorkspaceName

public String getWorkspaceName()
Returns:
workspaceName

hashCode

public int hashCode()

Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.