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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.