org.zanata.client.commands
Interface ConfigurableProjectOptions
- All Superinterfaces:
- BasicOptions, ConfigurableOptions
- All Known Subinterfaces:
- GetStatisticsOptions, GlossaryDeleteOptions, GlossaryPushOptions, PublicanPullOptions, PublicanPushOptions, PullOptions, PushOptions, PushPullOptions
- All Known Implementing Classes:
- AbstractPushPullOptionsImpl, ConfigurableProjectOptionsImpl, GetStatisticsOptionsImpl, ListLocalOptionsImpl, ListRemoteOptionsImpl, PublicanPullOptionsImpl, PublicanPushOptionsImpl, PullOptionsImpl, PushOptionsImpl
public interface ConfigurableProjectOptions
- extends ConfigurableOptions
Base options for commands which support configuration by the user's
zanata.ini and by a project's zanata.xml
- Author:
- Sean Flanigan
| Methods inherited from interface org.zanata.client.commands.ConfigurableOptions |
getKey, getLogHttp, getUrl, getUserConfig, getUsername, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsername |
| Methods inherited from interface org.zanata.client.commands.BasicOptions |
getCommandDescription, getCommandName, getDebug, getErrors, getHelp, getQuiet, initCommand, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet |
getProj
String getProj()
setProj
void setProj(String projectSlug)
setProjectConfig
void setProjectConfig(File projectConfig)
getProjectVersion
String getProjectVersion()
setProjectVersion
void setProjectVersion(String versionSlug)
getProjectType
String getProjectType()
setProjectType
void setProjectType(String projectType)
getProjectConfig
File getProjectConfig()
getLocaleMapList
LocaleList getLocaleMapList()
setLocaleMapList
void setLocaleMapList(LocaleList locales)
Copyright © 2013 Zanata Project. All Rights Reserved.