org.netbeans.core.startup
Class ManifestSection.LoaderSection
java.lang.Object
org.netbeans.core.startup.ManifestSection
org.netbeans.core.startup.ManifestSection.LoaderSection
- Enclosing class:
- ManifestSection<T>
public static final class ManifestSection.LoaderSection
- extends ManifestSection
Module section for a Data Loader.
|
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. |
| Methods inherited from class org.netbeans.core.startup.ManifestSection |
create, createInstance, dispose, getClassLoader, getInstance, getModule, getSectionClass, getSectionClassName, getSuperclass, isDefaultInstance, toString |
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