public class DefaultNutsFetchCommand extends AbstractNutsFetchCommand
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultNutsFetchCommand.ScopePlusOptionsCache |
dependencyFiltersession, ws| Constructor and Description |
|---|
DefaultNutsFetchCommand(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsFetchCommand |
copy() |
protected boolean |
fetchContent(net.thevpc.nuts.NutsId id1,
DefaultNutsDefinition foundDefinition,
NutsRepositoryAndFetchMode repo,
Path copyTo,
List<Exception> reasons) |
protected boolean |
fetchContent(net.thevpc.nuts.NutsId id1,
DefaultNutsDefinition foundDefinition,
net.thevpc.nuts.NutsRepository repo0,
net.thevpc.nuts.NutsFetchStrategy nutsFetchModes,
Path copyTo,
List<Exception> reasons) |
net.thevpc.nuts.NutsDefinition |
fetchDefinition(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsFetchCommand options,
boolean includeContent,
boolean includeInstallInfo) |
net.thevpc.nuts.NutsDefinition |
fetchDefinitionNoCache(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsFetchCommand options,
boolean includeContent,
boolean includeInstallInfo) |
protected DefaultNutsDefinition |
fetchDescriptorAsDefinition(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsFetchStrategy nutsFetchModes,
net.thevpc.nuts.NutsFetchMode mode,
net.thevpc.nuts.NutsRepository repo) |
net.thevpc.nuts.NutsContent |
getResultContent() |
String |
getResultContentHash() |
net.thevpc.nuts.NutsDefinition |
getResultDefinition() |
net.thevpc.nuts.NutsDescriptor |
getResultDescriptor() |
String |
getResultDescriptorHash() |
net.thevpc.nuts.NutsId |
getResultId() |
net.thevpc.nuts.NutsInstallInformation |
getResultInstallInformation() |
Path |
getResultPath() |
protected net.thevpc.nuts.NutsDescriptor |
resolveExecProperties(net.thevpc.nuts.NutsDescriptor nutsDescriptor,
Path jar) |
net.thevpc.nuts.NutsFetchCommand |
run() |
configureFirst, copyFrom, getId, setId, setId, setNutsApi, setNutsRuntime, toStringaddRepositoryFilter, addScope, addScope, addScopes, addScopes, clearScopes, copyFromDefaultNutsQueryBaseOptions, getDependencyFilter, getDisplayOptions, getLocation, getOptional, getRepositoryFilter, getScope, isContent, isDependencies, isEffective, isFailFast, isInlineDependencies, removeScope, removeScope, removeScopes, removeScopes, setContent, setDefaultLocation, setDependencies, setDependencyFilter, setDependencyFilter, setEffective, setFailFast, setInlineDependencies, setLocation, setOptional, setRepositoryFilter, setRepositoryFilter, setScope, setScope, setScope_LOG, _LOGOP, checkSession, configure, configure, copyFromWorkspaceCommandBase, copySession, getCommandName, getSession, getWorkspace, invalidateResult, setSession, setWsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddRepositoryFilter, addScope, addScope, addScopes, addScopes, clearScopes, configure, copySession, getDependencyFilter, getLocation, getOptional, getRepositoryFilter, getScope, isContent, isDependencies, isEffective, isFailFast, removeScope, removeScope, setContent, setDefaultLocation, setDependencies, setDependencyFilter, setDependencyFilter, setEffective, setFailFast, setLocation, setOptional, setRepositoryFilter, setSessionpublic DefaultNutsFetchCommand(net.thevpc.nuts.NutsWorkspace ws)
public net.thevpc.nuts.NutsContent getResultContent()
public net.thevpc.nuts.NutsId getResultId()
public String getResultContentHash()
public String getResultDescriptorHash()
public net.thevpc.nuts.NutsDefinition getResultDefinition()
public net.thevpc.nuts.NutsDescriptor getResultDescriptor()
public net.thevpc.nuts.NutsInstallInformation getResultInstallInformation()
public Path getResultPath()
public net.thevpc.nuts.NutsFetchCommand copy()
public net.thevpc.nuts.NutsFetchCommand run()
public net.thevpc.nuts.NutsDefinition fetchDefinition(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsFetchCommand options,
boolean includeContent,
boolean includeInstallInfo)
public net.thevpc.nuts.NutsDefinition fetchDefinitionNoCache(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsFetchCommand options,
boolean includeContent,
boolean includeInstallInfo)
protected boolean fetchContent(net.thevpc.nuts.NutsId id1,
DefaultNutsDefinition foundDefinition,
net.thevpc.nuts.NutsRepository repo0,
net.thevpc.nuts.NutsFetchStrategy nutsFetchModes,
Path copyTo,
List<Exception> reasons)
protected boolean fetchContent(net.thevpc.nuts.NutsId id1,
DefaultNutsDefinition foundDefinition,
NutsRepositoryAndFetchMode repo,
Path copyTo,
List<Exception> reasons)
protected net.thevpc.nuts.NutsDescriptor resolveExecProperties(net.thevpc.nuts.NutsDescriptor nutsDescriptor,
Path jar)
protected DefaultNutsDefinition fetchDescriptorAsDefinition(net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsSession session, net.thevpc.nuts.NutsFetchStrategy nutsFetchModes, net.thevpc.nuts.NutsFetchMode mode, net.thevpc.nuts.NutsRepository repo)
Copyright © 2022 vpc open source initiative. All rights reserved.