public abstract class AbstractNutsPushRepositoryCommand extends NutsRepositoryCommandBase<NutsPushRepositoryCommand> implements NutsPushRepositoryCommand
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected NutsId |
id |
protected boolean |
offline |
protected String |
repository |
repo| Constructor and Description |
|---|
AbstractNutsPushRepositoryCommand(NutsRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(NutsCommandLine cmd) |
String[] |
getArgs() |
NutsId |
getId() |
String |
getRepository() |
boolean |
isOffline() |
NutsPushRepositoryCommand |
setArgs(String[] args) |
NutsPushRepositoryCommand |
setId(NutsId id) |
NutsPushRepositoryCommand |
setOffline(boolean offline) |
NutsPushRepositoryCommand |
setRepository(String repository) |
checkSession, configure, configure, copyFromWorkspaceCommandBase, getCommandName, getFetchMode, getRepo, getSession, invalidateResult, run, setFetchMode, setSessionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrun, setSessionconfigure, getSessionconfigure, configureLastprotected NutsId id
protected boolean offline
protected String repository
public AbstractNutsPushRepositoryCommand(NutsRepository repo)
public boolean configureFirst(NutsCommandLine cmd)
configureFirst in interface NutsCommandLineConfigurableconfigureFirst in class NutsRepositoryCommandBase<NutsPushRepositoryCommand>public String getRepository()
getRepository in interface NutsPushRepositoryCommandpublic NutsPushRepositoryCommand setRepository(String repository)
setRepository in interface NutsPushRepositoryCommandpublic boolean isOffline()
isOffline in interface NutsPushRepositoryCommandpublic NutsPushRepositoryCommand setOffline(boolean offline)
setOffline in interface NutsPushRepositoryCommandpublic NutsPushRepositoryCommand setId(NutsId id)
setId in interface NutsPushRepositoryCommandpublic NutsId getId()
getId in interface NutsPushRepositoryCommandpublic String[] getArgs()
getArgs in interface NutsPushRepositoryCommandpublic NutsPushRepositoryCommand setArgs(String[] args)
setArgs in interface NutsPushRepositoryCommandCopyright © 2021 vpc open source initiative. All rights reserved.