org.openide.modules
Class ManifestSection.LoaderSection

java.lang.Object
  |
  +--org.openide.modules.ManifestSection
        |
        +--org.openide.modules.ManifestSection.LoaderSection
Enclosing class:
ManifestSection

public static final class ManifestSection.LoaderSection
extends ManifestSection

Module section for a Data Loader.

See Also:
DataLoader

Inner classes inherited from class org.openide.modules.ManifestSection
ManifestSection.ActionSection, ManifestSection.ClipboardConvertorSection, ManifestSection.DebuggerSection, ManifestSection.FileSystemSection, ManifestSection.Iterator, ManifestSection.LoaderSection, ManifestSection.NodeSection, ManifestSection.OptionSection, ManifestSection.ServiceSection
 
Method Summary
 String[] getInstallAfter()
          Get the representation class(es) of the loader(s) that this one should be installed after.
 String[] getInstallBefore()
          Get the representation class(es) of the loader(s) that this one should be installed before.
 DataLoader getLoader()
          Get the data loader.
 
Methods inherited from class org.openide.modules.ManifestSection
getSectionClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLoader

public DataLoader getLoader()
                     throws InstantiationException
Get the data loader.
Returns:
the loader
Throws:
InstantiationException - if the loader could not be created

getInstallAfter

public String[] getInstallAfter()
Get the representation class(es) of the loader(s) that this one should be installed after.
Returns:
a list of class names, or null

getInstallBefore

public String[] getInstallBefore()
Get the representation class(es) of the loader(s) that this one should be installed before.
Returns:
a list of class names, or null


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.