| Package | Description |
|---|---|
| org.netbeans.api.extexecution.startup |
The support API allowing client to query the startup extenders.
|
| org.netbeans.spi.extexecution.startup |
The support SPI for registration of startup extenders.
|
| Modifier and Type | Method and Description |
|---|---|
static StartupExtender.StartMode |
StartupExtender.StartMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartupExtender.StartMode[] |
StartupExtender.StartMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<StartupExtender> |
StartupExtender.getExtenders(Lookup context,
StartupExtender.StartMode mode)
Returns all registered
StartupExtenders for the given start mode. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
StartupExtenderImplementation.getArguments(Lookup context,
StartupExtender.StartMode mode)
Returns the list of arguments to pass to the process for the given
start mode.
|