org.openide.modules
Class ManifestSection

java.lang.Object
  |
  +--org.openide.modules.ManifestSection
Direct Known Subclasses:
ManifestSection.ActionSection, ManifestSection.ClipboardConvertorSection, ManifestSection.DebuggerSection, ManifestSection.FileSystemSection, ManifestSection.LoaderSection, ManifestSection.NodeSection, ManifestSection.OptionSection, ManifestSection.ServiceSection

public abstract class ManifestSection
extends Object

Class representing one specially-treated section in a module's manifest file. For example, one section may describe a single action provided by the module.


Inner Class Summary
static class ManifestSection.ActionSection
          Deprecated. Module section for an Action.
static class ManifestSection.ClipboardConvertorSection
          Deprecated. Module section for a Clipboard convertor.
static class ManifestSection.DebuggerSection
          Deprecated. Module section for a Debugger.
static class ManifestSection.FileSystemSection
          Deprecated. Module section for a File System.
static interface ManifestSection.Iterator
          Deprecated. Iterator over different types of sections.
static class ManifestSection.LoaderSection
          Deprecated. Module section for a Data Loader.
static class ManifestSection.NodeSection
          Deprecated. Module section for a node.
static class ManifestSection.OptionSection
          Deprecated. Module section for an Option.
static class ManifestSection.ServiceSection
          Deprecated. Module section for a service type.
 
Method Summary
 Class getSectionClass()
          Deprecated. Get the class which the generated instances will have.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSectionClass

public Class getSectionClass()
                      throws Exception
Deprecated. 
Get the class which the generated instances will have.
Returns:
the class
Throws:
Exception - for various reasons


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