Package | Description |
---|---|
org.zanata.client.commands | |
org.zanata.client.commands.init | |
org.zanata.client.commands.push |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleInteractorImpl |
Modifier and Type | Method and Description |
---|---|
ConsoleInteractor |
ConsoleInteractorImpl.printf(ConsoleInteractor.DisplayMode mode,
String printfFmt,
Object... args) |
ConsoleInteractor |
ConsoleInteractor.printf(ConsoleInteractor.DisplayMode mode,
String printfFmt,
Object... args) |
ConsoleInteractor |
ConsoleInteractorImpl.printf(String printfFmt,
Object... args) |
ConsoleInteractor |
ConsoleInteractor.printf(String printfFmt,
Object... args)
printf in Information mode.
|
ConsoleInteractor |
ConsoleInteractorImpl.printfln(ConsoleInteractor.DisplayMode mode,
String printfFmt,
Object... args) |
ConsoleInteractor |
ConsoleInteractor.printfln(ConsoleInteractor.DisplayMode mode,
String printfFmt,
Object... args) |
ConsoleInteractor |
ConsoleInteractorImpl.printfln(String printfFmt,
Object... args) |
ConsoleInteractor |
ConsoleInteractor.printfln(String printfFmt,
Object... args)
prinf plus a new line in Information mode.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
OptionsUtil.checkPotentialMistakesInRules(ConfigurableProjectOptions opts,
ConsoleInteractor console)
Will check potential mistakes in file mapping rules.
|
Constructor and Description |
---|
PutUserCommand(PutUserOptions opts,
RestClientFactory clientFactory,
ConsoleInteractor consoleInteractor) |
UpdateChecker(ConsoleInteractor console) |
UpdateChecker(String sonatypeRestUrl,
File updateMarker,
ConsoleInteractor console,
String currentVersionNo) |
Modifier and Type | Method and Description |
---|---|
static void |
InitCommand.offerRetryOnServerError(Exception e,
ConsoleInteractor consoleInteractor) |
Constructor and Description |
---|
InitCommand(InitOptions opts,
ConsoleInteractor console) |
InitCommand(InitOptions opts,
ConsoleInteractor console,
RestClientFactory restClientFactory) |
Constructor and Description |
---|
RawPushCommand(PushOptions opts,
RestClientFactory clientFactory,
ConsoleInteractor console) |
Copyright © 2018 Zanata Project. All rights reserved.