Modifier and Type | Class and Description |
---|---|
class |
ConfigurableCommand<O extends ConfigurableOptions>
Base class for commands which supports configuration by the user's zanata.ini
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableGlossaryOptions |
interface |
ConfigurableProjectOptions
Base options for commands which support configuration by the user's
zanata.ini and by a project's zanata.xml
|
interface |
PushPullOptions |
interface |
PutProjectOptions |
interface |
PutUserOptions |
interface |
PutVersionOptions |
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 |
ConfigurableGlossaryOptionsImpl |
class |
ConfigurableOptionsImpl
Base options for commands which support configuration by the user's
zanata.ini
|
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 |
class |
PutProjectOptionsImpl |
class |
PutUserOptionsImpl |
class |
PutVersionOptionsImpl |
Modifier and Type | Method and Description |
---|---|
static <O extends ConfigurableOptions> |
OptionsUtil.createClientFactory(O opts)
Creates rest client factory that will perform an eager REST version check.
|
static <O extends ConfigurableOptions> |
OptionsUtil.createClientFactoryWithoutVersionCheck(O opts)
Creates rest client factory that will NOT perform an eager REST version
check.
|
Modifier and Type | Method and Description |
---|---|
static void |
OptionsUtil.applyConfigFiles(ConfigurableOptions opts)
Loads the config files (controlled by the property userConfig) to supply
any values which haven't already been set.
|
static void |
OptionsUtil.applyUserConfig(ConfigurableOptions opts,
HierarchicalINIConfiguration config)
Applies values from the user's personal configuration unless they have
been set directly (by parameters or by project configuration).
|
static boolean |
OptionsUtil.shouldFetchLocalesFromServer(Optional<ZanataConfig> projectConfig,
ConfigurableOptions opts) |
Modifier and Type | Interface and Description |
---|---|
interface |
GlossaryDeleteOptions |
Modifier and Type | Class and Description |
---|---|
class |
GlossaryDeleteOptionsImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
GlossaryPullOptions |
Modifier and Type | Class and Description |
---|---|
class |
GlossaryPullOptionsImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
GlossaryPushOptions |
Modifier and Type | Class and Description |
---|---|
class |
GlossaryPushOptionsImpl |
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 © 2017 Zanata Project. All rights reserved.