- install(String, String, Lookup, Object...) - Method in class org.netbeans.api.autoupdate.PluginInstaller
-
Installs a single module.
- install(String) - Method in class org.netbeans.api.autoupdate.PluginInstaller
-
Installs a single module.
- install(Set<String>, String, Lookup, Object...) - Method in class org.netbeans.api.autoupdate.PluginInstaller
-
Attempts to install one or more plugins, specified by their codebases.
- install(String, String, ProgressHandle) - Method in interface org.netbeans.spi.autoupdate.CustomInstaller
-
- install(Set<String>, String, Lookup, Object...) - Method in interface org.netbeans.spi.autoupdate.PluginInstallerImplementation
-
Attempts to install one or more plugins.
- InstallSupport - Class in org.netbeans.api.autoupdate
-
Performs all operations scheduled on instance of OperationContainer
.
- InstallSupport.Installer - Class in org.netbeans.api.autoupdate
-
- InstallSupport.Validator - Class in org.netbeans.api.autoupdate
-
- isContentModified(InstallSupport.Installer, UpdateElement) - Method in class org.netbeans.api.autoupdate.InstallSupport
-
Returns if the UpdateElement
is modified or not.
- isEnabled() - Method in class org.netbeans.api.autoupdate.UpdateElement
-
Returns if the UpdateElement
is active in the system.
- isEnabled() - Method in class org.netbeans.api.autoupdate.UpdateUnitProvider
-
Returns true
if the provider is automatically checked and its UpdateUnit
are
returned from UpdateManager
- isPending() - Method in class org.netbeans.api.autoupdate.UpdateUnit
-
Returns if the UpdateUnit
is in a pending state.
- isSigned(InstallSupport.Installer, UpdateElement) - Method in class org.netbeans.api.autoupdate.InstallSupport
-
Returns if the UpdateElement
is signed or not.
- isSignedUnverified(InstallSupport.Installer, UpdateElement) - Method in class org.netbeans.api.autoupdate.InstallSupport
-
Returns if the UpdateElement
is signed but not verified or not.
- isSignedVerified(InstallSupport.Installer, UpdateElement) - Method in class org.netbeans.api.autoupdate.InstallSupport
-
Returns if the UpdateElement
is signed and verified or not.
- isTrusted(InstallSupport.Installer, UpdateElement) - Method in class org.netbeans.api.autoupdate.InstallSupport
-
Returns if the UpdateElement
is trusted or not.
- isTrusted() - Method in class org.netbeans.api.autoupdate.UpdateUnitProvider
-
Returns true
if the provider is considered to be trusted.