Uses of Class
net.thevpc.netbeans.launcher.model.NetbeansInstallation
Packages that use NetbeansInstallation
-
Uses of NetbeansInstallation in net.thevpc.netbeans.launcher.model
Methods in net.thevpc.netbeans.launcher.model that return NetbeansInstallationModifier and TypeMethodDescriptionNetbeansInstallation.setFullVersion(String fullVersion) NetbeansInstallation.setReleaseDate(Instant releaseDate) NetbeansInstallation.setStore(NetbeansInstallationStore store) Methods in net.thevpc.netbeans.launcher.model that return types with arguments of type NetbeansInstallationModifier and TypeMethodDescriptionNetbeansConfig.getInstallations()ObservableNetbeansConfig.getInstallations()Method parameters in net.thevpc.netbeans.launcher.model with type arguments of type NetbeansInstallationModifier and TypeMethodDescriptionvoidNetbeansConfig.setInstallations(List<NetbeansInstallation> installations) -
Uses of NetbeansInstallation in net.thevpc.netbeans.launcher.service
Methods in net.thevpc.netbeans.launcher.service that return NetbeansInstallationModifier and TypeMethodDescriptionNetbeansInstallationService.addNetbeansInstallationByLink(NetbeansBinaryLink i) NetbeansInstallationService.detectNetbeansInstallations(String path, boolean autoAdd, NetbeansInstallationStore store) NetbeansInstallationService.detectNetbeansInstallations(String path, NetbeansInstallationStore store) NetbeansInstallationService.detectNetbeansInstallations(String path, NetbeansInstallationStore store, int levels) NetbeansInstallationService.findNetbeansInstallation(String path) NetbeansInstallationService.findNetbeansInstallations(SortType sortType) NetbeansInstallationService.findNetbeansInstallationsByVersion(String version, SortType sortType) NetbeansInstallationService.findOrAddNetbeansInstallation(String path, NetbeansInstallationStore store) NetbeansInstallationService.findOrAddNetbeansInstallationOrError(String path, NetbeansInstallationStore store) Methods in net.thevpc.netbeans.launcher.service that return types with arguments of type NetbeansInstallationModifier and TypeMethodDescriptionNetbeansWorkspaceService.findBestNetbeansInstallationOr(String version) NetbeansWorkspaceService.findBestNetbeansInstallationOrLatest(String version) NetbeansConfigService.getInstallations()Methods in net.thevpc.netbeans.launcher.service with parameters of type NetbeansInstallationModifier and TypeMethodDescriptionbooleanNetbeansInstallationService.addNetbeansInstallation(NetbeansInstallation netbeansInstallation) booleanNetbeansWorkspaceService.addNetbeansWorkspace(NetbeansInstallation object) NetbeansWorkspaceService.convertToNetbeansWorkspace(NetbeansInstallation i)