public abstract class ConfigurableProjectOptionsImpl extends ConfigurableOptionsImpl implements ConfigurableProjectOptions
| Constructor and Description |
|---|
ConfigurableProjectOptionsImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<String> |
getExcludes() |
List<FileMappingRule> |
getFileMappingRules() |
com.google.common.collect.ImmutableList<String> |
getIncludes() |
LocaleList |
getLocaleMapList() |
String |
getProj() |
File |
getProjectConfig() |
String |
getProjectType() |
String |
getProjectVersion() |
File |
getSrcDir() |
File |
getTransDir() |
void |
setExcludes(String excludes) |
void |
setFileMappingRules(List<FileMappingRule> rules) |
void |
setIncludes(String includes) |
void |
setLocaleMapList(LocaleList locales) |
void |
setProj(String projectSlug) |
void |
setProjectConfig(File projectConfig) |
void |
setProjectType(String projectType) |
void |
setProjectVersion(String versionSlug) |
void |
setSrcDir(File srcDir) |
void |
setTransDir(File transDir) |
getKey, getLogHttp, getUrl, getUserConfig, getUsername, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsernamegetCommandHooks, getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setBatchMode, setCommandHooks, setDebug, setErrors, setHelp, setInteractiveMode, setQuietclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKey, getLogHttp, getUrl, getUserConfig, getUsername, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsernamegetCommandDescription, getCommandHooks, getCommandName, getDebug, getErrors, getHelp, getQuiet, initCommand, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setCommandHooks, setDebug, setErrors, setHelp, setInteractiveMode, setQuietpublic String getProj()
getProj in interface ConfigurableProjectOptionspublic void setProj(String projectSlug)
setProj in interface ConfigurableProjectOptionspublic void setProjectConfig(File projectConfig)
setProjectConfig in interface ConfigurableProjectOptionspublic String getProjectVersion()
getProjectVersion in interface ConfigurableProjectOptionspublic void setProjectVersion(String versionSlug)
setProjectVersion in interface ConfigurableProjectOptionspublic String getProjectType()
getProjectType in interface ConfigurableProjectOptionspublic void setProjectType(String projectType)
setProjectType in interface ConfigurableProjectOptionspublic File getProjectConfig()
getProjectConfig in interface ConfigurableProjectOptionspublic LocaleList getLocaleMapList()
getLocaleMapList in interface ConfigurableProjectOptionspublic void setLocaleMapList(LocaleList locales)
setLocaleMapList in interface ConfigurableProjectOptionspublic void setSrcDir(File srcDir)
setSrcDir in interface ConfigurableProjectOptionspublic File getSrcDir()
getSrcDir in interface ConfigurableProjectOptionspublic void setTransDir(File transDir)
setTransDir in interface ConfigurableProjectOptionspublic File getTransDir()
getTransDir in interface ConfigurableProjectOptionspublic com.google.common.collect.ImmutableList<String> getIncludes()
getIncludes in interface ConfigurableProjectOptionspublic void setIncludes(String includes)
setIncludes in interface ConfigurableProjectOptionspublic com.google.common.collect.ImmutableList<String> getExcludes()
getExcludes in interface ConfigurableProjectOptionspublic void setExcludes(String excludes)
setExcludes in interface ConfigurableProjectOptionspublic void setFileMappingRules(List<FileMappingRule> rules)
setFileMappingRules in interface ConfigurableProjectOptionspublic List<FileMappingRule> getFileMappingRules()
getFileMappingRules in interface ConfigurableProjectOptionsCopyright © 2014 Zanata Project. All Rights Reserved.