| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableProjectCommand<O extends ConfigurableProjectOptions>
Base class for commands which supports configuration by the user's zanata.ini
and by a project's zanata.xml
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PushPullOptions |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPushPullOptionsImpl<O extends PushPullOptions>
Specifies options that have the same description and defaults for push and
pull
|
class |
ConfigurableProjectOptionsImpl
Base options for commands which supports configuration by the user's
zanata.ini and by a project's zanata.xml
|
class |
ListLocalOptionsImpl |
class |
ListRemoteOptionsImpl |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
OptionsUtil.applyIncludesAndExcludesFromProjectConfig(ConfigurableProjectOptions opts,
ZanataConfig config)
Note: command line options take precedence over pom.xml which
takes precedence over zanata.xml.
|
protected static void |
OptionsUtil.applySrcDirAndTransDirFromProjectConfig(ConfigurableProjectOptions opts,
ZanataConfig config)
Note: command line options take precedence over pom.xml which
takes precedence over zanata.xml.
|
protected static void |
OptionsUtil.checkPotentialMistakesInRules(ConfigurableProjectOptions opts,
ConsoleInteractor console)
Will check potential mistakes in file mapping rules.
|
| Constructor and Description |
|---|
FileMappingRuleHandler(FileMappingRule rule,
org.zanata.common.ProjectType projectType,
ConfigurableProjectOptions opts) |
ListLocalCommand(ConfigurableProjectOptions opts) |
ListRemoteCommand(ConfigurableProjectOptions opts) |
TransFileResolver(ConfigurableProjectOptions opts) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InitOptions |
| Modifier and Type | Class and Description |
|---|---|
class |
InitOptionsImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PullOptions |
| Modifier and Type | Class and Description |
|---|---|
class |
PullOptionsImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PushOptions
Push options for documents that are parsed on the client and transmitted as a
Resource or TranslationsResource. |
| Modifier and Type | Class and Description |
|---|---|
class |
PushOptionsImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GetStatisticsOptions |
| Modifier and Type | Class and Description |
|---|---|
class |
GetStatisticsOptionsImpl |
Copyright © 2016 Zanata Project. All rights reserved.