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, setTransDirgetKey, getLogHttp, getUrl, getUserConfig, getUsername, isAuthRequired, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsernamegetCommandDescription, getCommandHooks, getCommandName, getDebug, getErrors, getHelp, getQuiet, initCommand, isDebugSet, isErrorsSet, isInteractiveMode, isInteractiveModeSet, isQuietSet, setCommandHooks, setDebug, setErrors, setHelp, setInteractiveMode, setQuietString getModuleSuffix()
String getDocNameRegex()
boolean isDryRun()
File getSrcDir()
getSrcDir in interface ConfigurableProjectOptionsString getSrcDirParameterName()
File getTransDir()
getTransDir in interface ConfigurableProjectOptionsString 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 © 2018 Zanata Project. All rights reserved.