public class PutProjectOptionsImpl extends ConfigurableOptionsImpl implements PutProjectOptions
Constructor and Description |
---|
PutProjectOptionsImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCommandDescription()
Used to generate CLI usage help.
|
String |
getCommandName()
Used to generate the command line interface and its usage help.
|
String |
getDefaultProjectType() |
String |
getProjectDesc() |
String |
getProjectName() |
String |
getProjectSlug() |
String |
getSourceCheckoutUrl() |
String |
getSourceViewUrl() |
PutProjectCommand |
initCommand() |
void |
setDefaultProjectType(String defaultProjectType) |
void |
setProjectDesc(String desc) |
void |
setProjectName(String name) |
void |
setProjectSlug(String id) |
void |
setSourceCheckoutUrl(String sourceCheckoutUrl) |
void |
setSourceViewUrl(String sourceViewUrl) |
getKey, getLogHttp, getUrl, getUserConfig, getUsername, isAuthRequired, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsername
getCommandHooks, getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setBatchMode, setCommandHooks, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKey, getLogHttp, getUrl, getUserConfig, getUsername, isAuthRequired, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsername
getCommandHooks, getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setCommandHooks, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet
public String getCommandName()
BasicOptions
getCommandName
in interface BasicOptions
public String getCommandDescription()
BasicOptions
getCommandDescription
in interface BasicOptions
public PutProjectCommand initCommand()
initCommand
in interface BasicOptions
public void setProjectSlug(String id)
setProjectSlug
in interface PutProjectOptions
public void setProjectName(String name)
setProjectName
in interface PutProjectOptions
public void setProjectDesc(String desc)
setProjectDesc
in interface PutProjectOptions
public void setSourceViewUrl(String sourceViewUrl)
setSourceViewUrl
in interface PutProjectOptions
public void setSourceCheckoutUrl(String sourceCheckoutUrl)
setSourceCheckoutUrl
in interface PutProjectOptions
public void setDefaultProjectType(String defaultProjectType)
setDefaultProjectType
in interface PutProjectOptions
public String getProjectSlug()
getProjectSlug
in interface PutProjectOptions
public String getProjectDesc()
getProjectDesc
in interface PutProjectOptions
public String getProjectName()
getProjectName
in interface PutProjectOptions
public String getSourceViewUrl()
getSourceViewUrl
in interface PutProjectOptions
public String getSourceCheckoutUrl()
getSourceCheckoutUrl
in interface PutProjectOptions
public String getDefaultProjectType()
getDefaultProjectType
in interface PutProjectOptions
Copyright © 2017 Zanata Project. All rights reserved.