| Package | Description |
|---|---|
| net.thevpc.netbeans.launcher | |
| net.thevpc.netbeans.launcher.model |
| Modifier and Type | Method and Description |
|---|---|
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.findNb(String path) |
NetbeansInstallation[] |
NetbeansConfigService.getAllNb() |
NetbeansInstallation |
NetbeansConfigService.getNb(String path,
NetbeansInstallationStore store) |
NetbeansInstallation |
NetbeansConfigService.getNbOrError(String path,
NetbeansInstallationStore store) |
NetbeansInstallation |
NetbeansConfigService.installNetbeansBinary(NetbeansBinaryLink i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NetbeansConfigService.addNb(NetbeansInstallation netbeansInstallation) |
NetbeansWorkspace |
NetbeansConfigService.createNbWorkspace(NetbeansInstallation i) |
| Modifier and Type | Method and Description |
|---|---|
NetbeansInstallation |
NetbeansInstallation.setFullVersion(String fullVersion) |
NetbeansInstallation |
NetbeansInstallation.setReleaseDate(Instant releaseDate) |
NetbeansInstallation |
NetbeansInstallation.setStore(NetbeansInstallationStore store) |
| Modifier and Type | Method and Description |
|---|---|
List<NetbeansInstallation> |
NetbeansConfig.getInstallations() |
ObservableList<NetbeansInstallation> |
ObservableNetbeansConfig.getInstallations() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetbeansConfig.setInstallations(List<NetbeansInstallation> installations) |
Copyright © 2022 vpc open source initiative. All rights reserved.