com.arsdigita.populate.apps
Class Initializer

java.lang.Object
  extended bycom.arsdigita.kernel.BaseInitializer
      extended bycom.arsdigita.populate.apps.Initializer
All Implemented Interfaces:
Initializer

public class Initializer
extends BaseInitializer

Author:
bche

Field Summary
 
Fields inherited from interface com.arsdigita.initializer.Initializer
versionId
 
Constructor Summary
Initializer()
           
 
Method Summary
protected  void doShutdown()
          Code that should be executed at initializer shutdown should go inside this method.
protected  void doStartup()
          Code that should be executed at initializer startup should go inside this method.
 Configuration getConfiguration()
          Returns the configuration object used by this initializer.
 
Methods inherited from class com.arsdigita.kernel.BaseInitializer
shutdown, startup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Initializer

public Initializer()
Method Detail

getConfiguration

public Configuration getConfiguration()
Description copied from interface: Initializer
Returns the configuration object used by this initializer.

Specified by:
getConfiguration in interface Initializer
Specified by:
getConfiguration in class BaseInitializer

doStartup

protected void doStartup()
Description copied from class: BaseInitializer
Code that should be executed at initializer startup should go inside this method.

Specified by:
doStartup in class BaseInitializer

doShutdown

protected void doShutdown()
Description copied from class: BaseInitializer
Code that should be executed at initializer shutdown should go inside this method.

Specified by:
doShutdown in class BaseInitializer


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC