org.sourceforge.beanindex
Class Index

java.lang.Object
  extended byorg.sourceforge.beanindex.Index

public final class Index
extends java.lang.Object

Author:
Sakthivel Muthusamy

Method Summary
 IndexNodeRepository getFile()
           
 java.lang.String getName()
           
static Index instance(java.lang.String name, IndexNodeRepository file, java.lang.String signature)
           
static Index instance(java.lang.String name, java.lang.String signature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFile

public final IndexNodeRepository getFile()
Returns:
IndexNodeRepository

getName

public final java.lang.String getName()
Returns:
String.

instance

public static Index instance(java.lang.String name,
                             java.lang.String signature)
                      throws BeanIndexException
Parameters:
name -
signature -
Returns:
Index
Throws:
BeanIndexException

instance

public static Index instance(java.lang.String name,
                             IndexNodeRepository file,
                             java.lang.String signature)
                      throws BeanIndexException
Parameters:
name -
file -
signature -
Returns:
Index
Throws:
BeanIndexException