|
||||||||||
| 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 ignored
public void processOption(ManifestSection.OptionSection os)
throws InstantiationException
os - the sectionInstantiationException - if there is an error and the section should be ignored
public void processLoader(ManifestSection.LoaderSection ls)
throws InstantiationException
is - the sectionInstantiationException - if there is an error and the section should be ignored
public void processDebugger(ManifestSection.DebuggerSection ds)
throws InstantiationException
ds - the sectionInstantiationException - if there is an error and the section should be ignored
public void processService(ManifestSection.ServiceSection es)
throws InstantiationException
es - the sectionInstantiationception - if there is an error and the section should be ignored
public void processFileSystem(ManifestSection.FileSystemSection fs)
throws InstantiationException
fs - the sectionInstantiationException - if there is an error and the section should be ignored
public void processNode(ManifestSection.NodeSection es)
throws InstantiationException
es - the sectionInstantiationException - if there is an error and the section should be ignored
public 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 | |||||||||