org.apache.lucene.analysis.util
Interface ResourceLoaderAware

All Known Implementing Classes:
CollationKeyFilterFactory, CommonGramsFilterFactory, CommonGramsQueryFilterFactory, DelimitedPayloadTokenFilterFactory, DictionaryCompoundWordTokenFilterFactory, ElisionFilterFactory, HunspellStemFilterFactory, HyphenationCompoundWordTokenFilterFactory, KeepWordFilterFactory, KeywordMarkerFilterFactory, MappingCharFilterFactory, SnowballPorterFilterFactory, StemmerOverrideFilterFactory, StopFilterFactory, SynonymFilterFactory, TypeTokenFilterFactory, WordDelimiterFilterFactory

public interface ResourceLoaderAware

Interface for a component that needs to be initialized by an implementation of ResourceLoader.

See Also:
ResourceLoader

Method Summary
 void inform(ResourceLoader loader)
           
 

Method Detail

inform

void inform(ResourceLoader loader)
            throws IOException
Throws:
IOException


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.