public abstract class AbstractNutsFetchContentRepositoryCommand extends NutsRepositoryCommandBase<NutsFetchContentRepositoryCommand> implements NutsFetchContentRepositoryCommand
| Modifier and Type | Field and Description |
|---|---|
protected NutsDescriptor |
descriptor |
protected NutsId |
id |
protected String |
localPath |
protected NutsContent |
result |
repo| Constructor and Description |
|---|
AbstractNutsFetchContentRepositoryCommand(NutsRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(NutsCommandLine cmd) |
NutsDescriptor |
getDescriptor() |
NutsId |
getId() |
String |
getLocalPath() |
NutsContent |
getResult() |
NutsFetchContentRepositoryCommand |
setDescriptor(NutsDescriptor descriptor) |
NutsFetchContentRepositoryCommand |
setId(NutsId id) |
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, waitgetFetchMode, run, setFetchMode, setSessionconfigure, getSessionconfigure, configureLastprotected NutsId id
protected NutsContent result
protected NutsDescriptor descriptor
protected String localPath
public AbstractNutsFetchContentRepositoryCommand(NutsRepository repo)
public boolean configureFirst(NutsCommandLine cmd)
configureFirst in interface NutsCommandLineConfigurableconfigureFirst in class NutsRepositoryCommandBase<NutsFetchContentRepositoryCommand>public NutsDescriptor getDescriptor()
getDescriptor in interface NutsFetchContentRepositoryCommandpublic NutsFetchContentRepositoryCommand setDescriptor(NutsDescriptor descriptor)
setDescriptor in interface NutsFetchContentRepositoryCommandpublic String getLocalPath()
getLocalPath in interface NutsFetchContentRepositoryCommandpublic NutsFetchContentRepositoryCommand setLocalPath(String localPath)
setLocalPath in interface NutsFetchContentRepositoryCommandpublic NutsContent getResult()
getResult in interface NutsFetchContentRepositoryCommandpublic NutsFetchContentRepositoryCommand setId(NutsId id)
setId in interface NutsFetchContentRepositoryCommandpublic NutsId getId()
getId in interface NutsFetchContentRepositoryCommandCopyright © 2021 vpc open source initiative. All rights reserved.