org.netbeans.core.startup/1 1.40

org.netbeans.core.startup
Class ManifestSection.LoaderSection

java.lang.Object
  extended by org.netbeans.core.startup.ManifestSection
      extended by org.netbeans.core.startup.ManifestSection.LoaderSection
Enclosing class:
ManifestSection<T>

public static final class ManifestSection.LoaderSection
extends ManifestSection

Module section for a Data Loader.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.core.startup.ManifestSection
ManifestSection.ActionSection, ManifestSection.ClipboardConvertorSection, ManifestSection.DebuggerSection, ManifestSection.LoaderSection
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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

org.netbeans.core.startup/1 1.40

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.