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.
|
RestClientFactory |
ConfigurableCommand.getClientFactory() |
Modifier and Type | Method and Description |
---|---|
protected void |
ConfigurableCommand.setClientFactory(RestClientFactory clientFactory) |
Constructor and Description |
---|
ConfigurableCommand(O opts,
RestClientFactory clientFactory) |
ConfigurableProjectCommand(O opts,
RestClientFactory restClientFactory) |
PushPullCommand(O opts,
RestClientFactory clientFactory) |
Constructor and Description |
---|
GlossaryDeleteCommand(GlossaryDeleteOptions opts,
RestClientFactory clientFactory) |
Constructor and Description |
---|
GlossaryPushCommand(GlossaryPushOptions opts,
RestClientFactory clientFactory) |
Constructor and Description |
---|
InitCommand(InitOptions opts,
ConsoleInteractor console,
RestClientFactory restClientFactory) |
Constructor and Description |
---|
PullCommand(PullOptions opts,
RestClientFactory clientFactory) |
RawPullCommand(PullOptions opts,
FileResourceClient fileResourceClient,
RestClientFactory clientFactory) |
Constructor and Description |
---|
PushCommand(PushOptions opts,
CopyTransClient copyTransClient,
AsyncProcessClient asyncProcessClient,
RestClientFactory clientFactory) |
RawPushCommand(PushOptions opts,
RestClientFactory clientFactory) |
RawPushCommand(PushOptions opts,
RestClientFactory clientFactory,
ConsoleInteractor console) |
Constructor and Description |
---|
ProjectIterationLocalesClient(RestClientFactory restClientFactory,
String projectSlug,
String versionSlug) |
Copyright © 2017 Zanata Project. All rights reserved.