org.modeshape.search.lucene
Class IndexRules.FixedFactory

java.lang.Object
  extended by org.modeshape.search.lucene.IndexRules.FixedFactory
All Implemented Interfaces:
IndexRules.Factory
Enclosing class:
IndexRules

public static class IndexRules.FixedFactory
extends Object
implements IndexRules.Factory

A simple IndexRules.Factory that always returns the same IndexRules.


Constructor Summary
IndexRules.FixedFactory(IndexRules rules)
           
 
Method Summary
 IndexRules getRules()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexRules.FixedFactory

public IndexRules.FixedFactory(IndexRules rules)
Method Detail

getRules

public IndexRules getRules()

Specified by:
getRules in interface IndexRules.Factory
See Also:
IndexRules.Factory.getRules()


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