Uses of Enum Class
net.thevpc.netbeans.launcher.model.NetbeansInstallationStore
Packages that use NetbeansInstallationStore
-
Uses of NetbeansInstallationStore in net.thevpc.netbeans.launcher.model
Subclasses with type arguments of type NetbeansInstallationStore in net.thevpc.netbeans.launcher.modelMethods in net.thevpc.netbeans.launcher.model that return NetbeansInstallationStoreModifier and TypeMethodDescriptionNetbeansInstallation.getStore()static NetbeansInstallationStoreReturns the enum constant of this class with the specified name.static NetbeansInstallationStore[]NetbeansInstallationStore.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.netbeans.launcher.model with parameters of type NetbeansInstallationStore -
Uses of NetbeansInstallationStore in net.thevpc.netbeans.launcher.service
Methods in net.thevpc.netbeans.launcher.service with parameters of type NetbeansInstallationStoreModifier and TypeMethodDescriptionbooleanNetbeansWorkspaceService.addDefaultNetbeansWorkspace(String path, NetbeansInstallationStore store) booleanNetbeansWorkspaceService.addNetbeansWorkspace(NetbeansWorkspace o, NetbeansInstallationStore store) NetbeansInstallationService.configureDefaultNetbeansInstallations(File baseFolder, NetbeansInstallationStore store) NetbeansInstallationService.detectNetbeansInstallations(String path, boolean autoAdd, NetbeansInstallationStore store) NetbeansInstallationService.detectNetbeansInstallations(String path, NetbeansInstallationStore store) NetbeansInstallationService.detectNetbeansInstallations(String path, NetbeansInstallationStore store, int levels) NetbeansInstallationService.findOrAddNetbeansInstallation(String path, NetbeansInstallationStore store) NetbeansInstallationService.findOrAddNetbeansInstallationOrError(String path, NetbeansInstallationStore store)