public abstract class AbstractNutsFetchContentRepositoryCommand extends NutsRepositoryCommandBase<net.thevpc.nuts.spi.NutsFetchContentRepositoryCommand> implements net.thevpc.nuts.spi.NutsFetchContentRepositoryCommand
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.nuts.NutsDescriptor |
descriptor |
protected net.thevpc.nuts.NutsId |
id |
protected String |
localPath |
protected net.thevpc.nuts.NutsContent |
result |
repo| Constructor and Description |
|---|
AbstractNutsFetchContentRepositoryCommand(net.thevpc.nuts.NutsRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(net.thevpc.nuts.NutsCommandLine cmd) |
net.thevpc.nuts.NutsDescriptor |
getDescriptor() |
net.thevpc.nuts.NutsId |
getId() |
String |
getLocalPath() |
net.thevpc.nuts.NutsContent |
getResult() |
net.thevpc.nuts.spi.NutsFetchContentRepositoryCommand |
setDescriptor(net.thevpc.nuts.NutsDescriptor descriptor) |
net.thevpc.nuts.spi.NutsFetchContentRepositoryCommand |
setId(net.thevpc.nuts.NutsId id) |
net.thevpc.nuts.spi.NutsFetchContentRepositoryCommand |
setLocalPath(String localPath) |
checkSession, configure, configure, copyFromWorkspaceCommandBase, getCommandName, getFetchMode, getRepo, getSession, invalidateResult, run, setFetchMode, setSessionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected net.thevpc.nuts.NutsId id
protected net.thevpc.nuts.NutsContent result
protected net.thevpc.nuts.NutsDescriptor descriptor
protected String localPath
public AbstractNutsFetchContentRepositoryCommand(net.thevpc.nuts.NutsRepository repo)
public boolean configureFirst(net.thevpc.nuts.NutsCommandLine cmd)
configureFirst in interface net.thevpc.nuts.NutsCommandLineConfigurableconfigureFirst in class NutsRepositoryCommandBase<net.thevpc.nuts.spi.NutsFetchContentRepositoryCommand>public net.thevpc.nuts.NutsDescriptor getDescriptor()
getDescriptor in interface net.thevpc.nuts.spi.NutsFetchContentRepositoryCommandpublic net.thevpc.nuts.spi.NutsFetchContentRepositoryCommand setDescriptor(net.thevpc.nuts.NutsDescriptor descriptor)
setDescriptor in interface net.thevpc.nuts.spi.NutsFetchContentRepositoryCommandpublic String getLocalPath()
getLocalPath in interface net.thevpc.nuts.spi.NutsFetchContentRepositoryCommandpublic net.thevpc.nuts.spi.NutsFetchContentRepositoryCommand setLocalPath(String localPath)
setLocalPath in interface net.thevpc.nuts.spi.NutsFetchContentRepositoryCommandpublic net.thevpc.nuts.NutsContent getResult()
getResult in interface net.thevpc.nuts.spi.NutsFetchContentRepositoryCommandpublic net.thevpc.nuts.spi.NutsFetchContentRepositoryCommand setId(net.thevpc.nuts.NutsId id)
setId in interface net.thevpc.nuts.spi.NutsFetchContentRepositoryCommandpublic net.thevpc.nuts.NutsId getId()
getId in interface net.thevpc.nuts.spi.NutsFetchContentRepositoryCommandCopyright © 2022 vpc open source initiative. All rights reserved.