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, setKey, setLogHttp, setUrl, setUserConfig, setUsernamegetDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setBatchMode, setDebug, setErrors, setHelp, setInteractiveMode, setQuietclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKey, getLogHttp, getUrl, getUserConfig, getUsername, setKey, setLogHttp, setUrl, setUserConfig, setUsernamegetDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setDebug, setErrors, setHelp, setInteractiveMode, setQuietpublic String getCommandName()
BasicOptionsgetCommandName in interface BasicOptionspublic String getCommandDescription()
BasicOptionsgetCommandDescription in interface BasicOptionspublic PutProjectCommand initCommand()
initCommand in interface BasicOptionspublic void setProjectSlug(String id)
setProjectSlug in interface PutProjectOptionspublic void setProjectName(String name)
setProjectName in interface PutProjectOptionspublic void setProjectDesc(String desc)
setProjectDesc in interface PutProjectOptionspublic void setSourceViewUrl(String sourceViewUrl)
setSourceViewUrl in interface PutProjectOptionspublic void setSourceCheckoutUrl(String sourceCheckoutUrl)
setSourceCheckoutUrl in interface PutProjectOptionspublic void setDefaultProjectType(String defaultProjectType)
setDefaultProjectType in interface PutProjectOptionspublic String getProjectSlug()
getProjectSlug in interface PutProjectOptionspublic String getProjectDesc()
getProjectDesc in interface PutProjectOptionspublic String getProjectName()
getProjectName in interface PutProjectOptionspublic String getSourceViewUrl()
getSourceViewUrl in interface PutProjectOptionspublic String getSourceCheckoutUrl()
getSourceCheckoutUrl in interface PutProjectOptionspublic String getDefaultProjectType()
getDefaultProjectType in interface PutProjectOptionsCopyright © 2013 Zanata Project. All Rights Reserved.