com.arsdigita.mimetypes
Class MimeTypeInitializer

java.lang.Object
  extended bycom.arsdigita.kernel.BaseInitializer
      extended bycom.arsdigita.mimetypes.MimeTypeInitializer
All Implemented Interfaces:
Initializer

public class MimeTypeInitializer
extends BaseInitializer

Initializes mime type tables.

Version:
$Revision: #14 $ $Date: 2004/04/07 $
Author:
Jeff Teeters, Stanislav Freidin

Field Summary
static String INSO_FILTER_WORKS
           
 
Fields inherited from interface com.arsdigita.initializer.Initializer
versionId
 
Constructor Summary
MimeTypeInitializer()
           
 
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
 

Field Detail

INSO_FILTER_WORKS

public static final String INSO_FILTER_WORKS
See Also:
Constant Field Values
Constructor Detail

MimeTypeInitializer

public MimeTypeInitializer()
                    throws InitializationException
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 20 2004:2337 UTC