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
          Module section for an Action.
static class ManifestSection.ClipboardConvertorSection
          Module section for a Clipboard convertor.
static class ManifestSection.DebuggerSection
          Module section for a Debugger.
static class ManifestSection.FileSystemSection
          Module section for a File System.
static interface ManifestSection.Iterator
          Iterator over different types of sections.
static class ManifestSection.LoaderSection
          Module section for a Data Loader.
static class ManifestSection.NodeSection
          Module section for a node.
static class ManifestSection.OptionSection
          Module section for an Option.
static class ManifestSection.ServiceSection
          Module section for a service type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Built on February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.