public interface PushPullOptions extends ConfigurableProjectOptions
Modifier and Type | Method and Description |
---|---|
String |
buildFromDocArgument(String argValue)
This name should represent the exact parameter as it would be entered on
the command line, and include any space or operators that would link the
parameter to the argument.
|
com.google.common.collect.ImmutableSet<String> |
getAllModules() |
String |
getCurrentModule() |
String |
getCurrentModule(boolean canonicalName) |
String |
getDocNameRegex()
A regex for document names, which captures the module ID as group 1 and
the unqualified docname as group 2.
|
boolean |
getEnableModules() |
String |
getFromDoc() |
String |
getModuleSuffix()
Character or characters which must appear after moduleIDs when
constructing qualified document names
|
File |
getSrcDir() |
String |
getSrcDirParameterName() |
File |
getTransDir() |
boolean |
isDryRun() |
boolean |
isRootModule() |
getExcludes, getFileMappingRules, getIncludes, getLocaleMapList, getProj, getProjectConfig, getProjectType, getProjectVersion, setExcludes, setFileMappingRules, setIncludes, setLocaleMapList, setProj, setProjectConfig, setProjectType, setProjectVersion, setSrcDir, setTransDir
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
String getModuleSuffix()
String getDocNameRegex()
boolean isDryRun()
File getSrcDir()
getSrcDir
in interface ConfigurableProjectOptions
String getSrcDirParameterName()
File getTransDir()
getTransDir
in interface ConfigurableProjectOptions
String getFromDoc()
String buildFromDocArgument(String argValue)
boolean getEnableModules()
boolean isRootModule()
String getCurrentModule()
String getCurrentModule(boolean canonicalName)
canonicalName
- true if the module name should be in the canonical format used
by mavencom.google.common.collect.ImmutableSet<String> getAllModules()
Copyright © 2016 Zanata Project. All rights reserved.