| Package | Description |
|---|---|
| net.thevpc.netbeans.launcher | |
| net.thevpc.netbeans.launcher.model |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NetbeansConfigService.addDefaultNbWorkspace(String path,
NetbeansInstallationStore store) |
boolean |
NetbeansConfigService.addNbWorkspace(NetbeansWorkspace o,
NetbeansInstallationStore store) |
NetbeansConfigService.ConfigResult |
NetbeansConfigService.configureDefaultNb(File baseFolder,
NetbeansInstallationStore store) |
NetbeansInstallation |
NetbeansConfigService.detectNb(String path,
NetbeansInstallationStore store) |
NetbeansInstallation[] |
NetbeansConfigService.detectNbs(String path,
boolean autoAdd,
NetbeansInstallationStore store) |
NetbeansInstallation[] |
NetbeansConfigService.detectNbs(String path,
boolean autoAdd,
NetbeansInstallationStore store,
int levels) |
NetbeansInstallation |
NetbeansConfigService.getNb(String path,
NetbeansInstallationStore store) |
NetbeansInstallation |
NetbeansConfigService.getNbOrError(String path,
NetbeansInstallationStore store) |
| Modifier and Type | Method and Description |
|---|---|
NetbeansInstallationStore |
NetbeansInstallation.getStore() |
static NetbeansInstallationStore |
NetbeansInstallationStore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetbeansInstallationStore[] |
NetbeansInstallationStore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NetbeansInstallation |
NetbeansInstallation.setStore(NetbeansInstallationStore store) |
Copyright © 2022 vpc open source initiative. All rights reserved.