| Package | Description |
|---|---|
| org.netbeans.core.startup |
The IDE's module system is broken into several layers.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ManifestSection.ActionSection
Module section for an Action.
|
static class |
ManifestSection.ClipboardConvertorSection
Deprecated.
use META-INF/services to register convertors.
|
static class |
ManifestSection.DebuggerSection
Deprecated.
use new debugger API
|
static class |
ManifestSection.LoaderSection
Module section for a Data Loader.
|
| Modifier and Type | Method and Description |
|---|---|
static ManifestSection |
ManifestSection.create(String name,
Attributes attr,
Module module)
Parse a manifest section and make an object representation of it.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
CoreBridge.loadDefaultSection(ManifestSection ms,
InstanceContent.Convertor<ManifestSection,Object> convertor,
boolean add) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
CoreBridge.loadDefaultSection(ManifestSection ms,
InstanceContent.Convertor<ManifestSection,Object> convertor,
boolean add) |
Built on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.