Uses of Class
magoffin.matt.ma2.lucene.IndexType

Packages that use IndexType
magoffin.matt.ma2.lucene   
magoffin.matt.ma2.web.admin   
 

Uses of IndexType in magoffin.matt.ma2.lucene
 

Methods in magoffin.matt.ma2.lucene that return IndexType
static IndexType IndexType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IndexType[] IndexType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of IndexType in magoffin.matt.ma2.web.admin
 

Methods in magoffin.matt.ma2.web.admin that return IndexType
 IndexType ReindexController.Command.getIndexType()
           
 

Methods in magoffin.matt.ma2.web.admin with parameters of type IndexType
 void ReindexController.Command.setIndexType(IndexType indexType)