org.openide.modules
Interface ManifestSection.Iterator

Enclosing class:
ManifestSection

public static interface ManifestSection.Iterator

Iterator over different types of sections.

See Also:
ModuleDescription.forEachSection(org.openide.modules.ManifestSection.Iterator)

Method Summary
 void processAction(ManifestSection.ActionSection as)
          Process action section.
 void processClipboardConvertor(ManifestSection.ClipboardConvertorSection ccs)
          Process clipboard convertor section.
 void processDebugger(ManifestSection.DebuggerSection ds)
          Process debugger section.
 void processFileSystem(ManifestSection.FileSystemSection fs)
          Process file system section.
 void processLoader(ManifestSection.LoaderSection ls)
          Process loader section.
 void processNode(ManifestSection.NodeSection es)
          Process node section.
 void processOption(ManifestSection.OptionSection os)
          Process option section.
 void processService(ManifestSection.ServiceSection es)
          Process service section.
 

Method Detail

processAction

public void processAction(ManifestSection.ActionSection as)
                   throws InstantiationException
Process action section.
Parameters:
as - the section
Throws:
InstantiationException - if there is an error and the section should be ignored

processOption

public void processOption(ManifestSection.OptionSection os)
                   throws InstantiationException
Process option section.
Parameters:
os - the section
Throws:
InstantiationException - if there is an error and the section should be ignored

processLoader

public void processLoader(ManifestSection.LoaderSection ls)
                   throws InstantiationException
Process loader section.
Parameters:
is - the section
Throws:
InstantiationException - if there is an error and the section should be ignored

processDebugger

public void processDebugger(ManifestSection.DebuggerSection ds)
                     throws InstantiationException
Process debugger section.
Parameters:
ds - the section
Throws:
InstantiationException - if there is an error and the section should be ignored

processService

public void processService(ManifestSection.ServiceSection es)
                    throws InstantiationException
Process service section.
Parameters:
es - the section
Throws:
Instantiationception - if there is an error and the section should be ignored

processFileSystem

public void processFileSystem(ManifestSection.FileSystemSection fs)
                       throws InstantiationException
Process file system section.
Parameters:
fs - the section
Throws:
InstantiationException - if there is an error and the section should be ignored

processNode

public void processNode(ManifestSection.NodeSection es)
                 throws InstantiationException
Process node section.
Parameters:
es - the section
Throws:
InstantiationException - if there is an error and the section should be ignored

processClipboardConvertor

public void processClipboardConvertor(ManifestSection.ClipboardConvertorSection ccs)
                               throws InstantiationException
Process clipboard convertor section.
Parameters:
ccs - the section
Throws:
InstantiationException - if there is an error and the section should be ignored


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