public class DefaultNutsWorkspaceUpdateResult extends Object implements net.thevpc.nuts.NutsWorkspaceUpdateResult
| Constructor and Description |
|---|
DefaultNutsWorkspaceUpdateResult(net.thevpc.nuts.NutsUpdateResult api,
net.thevpc.nuts.NutsUpdateResult runtime,
net.thevpc.nuts.NutsUpdateResult[] extensions,
net.thevpc.nuts.NutsUpdateResult[] components) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsUpdateResult[] |
getAllResults() |
net.thevpc.nuts.NutsUpdateResult[] |
getAllUpdates() |
net.thevpc.nuts.NutsUpdateResult |
getApi() |
net.thevpc.nuts.NutsUpdateResult[] |
getArtifacts() |
net.thevpc.nuts.NutsUpdateResult[] |
getExtensions() |
net.thevpc.nuts.NutsUpdateResult |
getRuntime() |
int |
getUpdatesCount() |
boolean |
isUpdatableApi() |
boolean |
isUpdatableExtensions() |
boolean |
isUpdatableRuntime() |
boolean |
isUpdateAvailable() |
public DefaultNutsWorkspaceUpdateResult(net.thevpc.nuts.NutsUpdateResult api,
net.thevpc.nuts.NutsUpdateResult runtime,
net.thevpc.nuts.NutsUpdateResult[] extensions,
net.thevpc.nuts.NutsUpdateResult[] components)
public net.thevpc.nuts.NutsUpdateResult getApi()
getApi in interface net.thevpc.nuts.NutsWorkspaceUpdateResultpublic net.thevpc.nuts.NutsUpdateResult getRuntime()
getRuntime in interface net.thevpc.nuts.NutsWorkspaceUpdateResultpublic net.thevpc.nuts.NutsUpdateResult[] getExtensions()
getExtensions in interface net.thevpc.nuts.NutsWorkspaceUpdateResultpublic net.thevpc.nuts.NutsUpdateResult[] getArtifacts()
getArtifacts in interface net.thevpc.nuts.NutsWorkspaceUpdateResultpublic boolean isUpdatableApi()
isUpdatableApi in interface net.thevpc.nuts.NutsWorkspaceUpdateResultpublic boolean isUpdatableRuntime()
isUpdatableRuntime in interface net.thevpc.nuts.NutsWorkspaceUpdateResultpublic boolean isUpdatableExtensions()
isUpdatableExtensions in interface net.thevpc.nuts.NutsWorkspaceUpdateResultpublic boolean isUpdateAvailable()
isUpdateAvailable in interface net.thevpc.nuts.NutsWorkspaceUpdateResultpublic net.thevpc.nuts.NutsUpdateResult[] getAllUpdates()
getAllUpdates in interface net.thevpc.nuts.NutsWorkspaceUpdateResultpublic net.thevpc.nuts.NutsUpdateResult[] getAllResults()
getAllResults in interface net.thevpc.nuts.NutsWorkspaceUpdateResultpublic int getUpdatesCount()
getUpdatesCount in interface net.thevpc.nuts.NutsWorkspaceUpdateResultCopyright © 2021 vpc open source initiative. All rights reserved.