com.arsdigita.core
Class Initializer
java.lang.Object
com.arsdigita.runtime.CompoundInitializer
com.arsdigita.core.Initializer
- All Implemented Interfaces:
- Initializer
- public class Initializer
- extends CompoundInitializer
CoreInitializer
- Version:
- $Revision: #14 $ $Date: 2004/06/11 $
- Author:
- Rafael H. Schloming <rhs@mit.edu>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
Initializer
public Initializer()
init
public final void init(DomainInitEvent e)
- Description copied from class:
CompoundInitializer
- Implementation of the
Initializer.init(DomainInitEvent)
method. This implementation proceeds through the list of sub
initializers in order and invokes the init(DomainInitEvent)
method of each sub initializer in turn.
- Specified by:
init
in interface Initializer
- Overrides:
init
in class CompoundInitializer
- Parameters:
e
- The domain init event.
init
public final void init(LegacyInitEvent e)
- Description copied from class:
CompoundInitializer
- Implementation of the
Initializer.init(LegacyInitEvent)
method. This implementation proceeds through the list of sub
initializers in order and invokes the init(LegacyInitEvent)
method of each sub initializer in turn.
- Specified by:
init
in interface Initializer
- Overrides:
init
in class CompoundInitializer
- Parameters:
e
- The legacy init event.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC