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, 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
getCommandDescription, getCommandHooks, getCommandName, getDebug, getErrors, getHelp, getQuiet, initCommand, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setCommandHooks, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet
public String getProj()
getProj
in interface ConfigurableProjectOptions
public void setProj(String projectSlug)
setProj
in interface ConfigurableProjectOptions
public void setProjectConfig(File projectConfig)
setProjectConfig
in interface ConfigurableProjectOptions
public String getProjectVersion()
getProjectVersion
in interface ConfigurableProjectOptions
public void setProjectVersion(String versionSlug)
setProjectVersion
in interface ConfigurableProjectOptions
public String getProjectType()
getProjectType
in interface ConfigurableProjectOptions
public void setProjectType(String projectType)
setProjectType
in interface ConfigurableProjectOptions
public File getProjectConfig()
getProjectConfig
in interface ConfigurableProjectOptions
public LocaleList getLocaleMapList()
getLocaleMapList
in interface ConfigurableProjectOptions
public void setLocaleMapList(LocaleList locales)
setLocaleMapList
in interface ConfigurableProjectOptions
public void setSrcDir(File srcDir)
setSrcDir
in interface ConfigurableProjectOptions
public File getSrcDir()
getSrcDir
in interface ConfigurableProjectOptions
public void setTransDir(File transDir)
setTransDir
in interface ConfigurableProjectOptions
public File getTransDir()
getTransDir
in interface ConfigurableProjectOptions
public com.google.common.collect.ImmutableList<String> getIncludes()
getIncludes
in interface ConfigurableProjectOptions
public void setIncludes(String includes)
setIncludes
in interface ConfigurableProjectOptions
public com.google.common.collect.ImmutableList<String> getExcludes()
getExcludes
in interface ConfigurableProjectOptions
public void setExcludes(String excludes)
setExcludes
in interface ConfigurableProjectOptions
public void setFileMappingRules(List<FileMappingRule> rules)
setFileMappingRules
in interface ConfigurableProjectOptions
public List<FileMappingRule> getFileMappingRules()
getFileMappingRules
in interface ConfigurableProjectOptions
Copyright © 2016 Zanata Project. All rights reserved.