public class DefaultNWorkspaceUpdateResult extends Object implements net.thevpc.nuts.NWorkspaceUpdateResult
| Constructor and Description |
|---|
DefaultNWorkspaceUpdateResult(net.thevpc.nuts.NUpdateResult api,
net.thevpc.nuts.NUpdateResult runtime,
List<net.thevpc.nuts.NUpdateResult> extensions,
List<net.thevpc.nuts.NUpdateResult> components) |
| Modifier and Type | Method and Description |
|---|---|
List<net.thevpc.nuts.NUpdateResult> |
getAllResults() |
net.thevpc.nuts.NUpdateResult |
getApi() |
List<net.thevpc.nuts.NUpdateResult> |
getArtifacts() |
List<net.thevpc.nuts.NUpdateResult> |
getExtensions() |
net.thevpc.nuts.NUpdateResult |
getRuntime() |
List<net.thevpc.nuts.NUpdateResult> |
getUpdatable() |
int |
getUpdatesCount() |
boolean |
isUpdatableApi() |
boolean |
isUpdatableExtensions() |
boolean |
isUpdatableRuntime() |
boolean |
isUpdateAvailable() |
public net.thevpc.nuts.NUpdateResult getApi()
getApi in interface net.thevpc.nuts.NWorkspaceUpdateResultpublic net.thevpc.nuts.NUpdateResult getRuntime()
getRuntime in interface net.thevpc.nuts.NWorkspaceUpdateResultpublic List<net.thevpc.nuts.NUpdateResult> getExtensions()
getExtensions in interface net.thevpc.nuts.NWorkspaceUpdateResultpublic List<net.thevpc.nuts.NUpdateResult> getArtifacts()
getArtifacts in interface net.thevpc.nuts.NWorkspaceUpdateResultpublic boolean isUpdatableApi()
isUpdatableApi in interface net.thevpc.nuts.NWorkspaceUpdateResultpublic boolean isUpdatableRuntime()
isUpdatableRuntime in interface net.thevpc.nuts.NWorkspaceUpdateResultpublic boolean isUpdatableExtensions()
isUpdatableExtensions in interface net.thevpc.nuts.NWorkspaceUpdateResultpublic boolean isUpdateAvailable()
isUpdateAvailable in interface net.thevpc.nuts.NWorkspaceUpdateResultpublic List<net.thevpc.nuts.NUpdateResult> getUpdatable()
getUpdatable in interface net.thevpc.nuts.NWorkspaceUpdateResultpublic List<net.thevpc.nuts.NUpdateResult> getAllResults()
getAllResults in interface net.thevpc.nuts.NWorkspaceUpdateResultpublic int getUpdatesCount()
getUpdatesCount in interface net.thevpc.nuts.NWorkspaceUpdateResultCopyright © 2025 vpc open source initiative. All rights reserved.