com.arsdigita.search.lucene
Class Initializer
java.lang.Object
com.arsdigita.search.lucene.Initializer
- All Implemented Interfaces:
- Initializer
- public class Initializer
- extends Object
- implements Initializer
Initializer
Initializes the Lucene package
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/search/lucene/Initializer.java#7 $
- Author:
- Richard Su (richard.su@alum.mit.edu)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOADER
public static final Initializer.Loader LOADER
Initializer
public Initializer()
getConfiguration
public Configuration getConfiguration()
- Description copied from interface:
Initializer
- Returns the configuration object used by this initializer.
- Specified by:
getConfiguration
in interface Initializer
startup
public void startup()
- Description copied from interface:
Initializer
- Called on startup.
- Specified by:
startup
in interface Initializer
shutdown
public void shutdown()
- Called on shutdown. It's probably not a good idea to depend on this
being called.
- Specified by:
shutdown
in interface Initializer
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC