|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Iterator over different types of sections.
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 |
public void processAction(ManifestSection.ActionSection as) throws InstantiationException
as
- the sectionInstantiationException
- if there is an error and the section should be ignoredpublic void processOption(ManifestSection.OptionSection os) throws InstantiationException
os
- the sectionInstantiationException
- if there is an error and the section should be ignoredpublic void processLoader(ManifestSection.LoaderSection ls) throws InstantiationException
is
- the sectionInstantiationException
- if there is an error and the section should be ignoredpublic void processDebugger(ManifestSection.DebuggerSection ds) throws InstantiationException
ds
- the sectionInstantiationException
- if there is an error and the section should be ignoredpublic void processService(ManifestSection.ServiceSection es) throws InstantiationException
es
- the sectionInstantiationception
- if there is an error and the section should be ignoredpublic void processFileSystem(ManifestSection.FileSystemSection fs) throws InstantiationException
fs
- the sectionInstantiationException
- if there is an error and the section should be ignoredpublic void processNode(ManifestSection.NodeSection es) throws InstantiationException
es
- the sectionInstantiationException
- if there is an error and the section should be ignoredpublic void processClipboardConvertor(ManifestSection.ClipboardConvertorSection ccs) throws InstantiationException
ccs
- the sectionInstantiationException
- if there is an error and the section should be ignored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |