Package | Description |
---|---|
org.zanata.client.commands | |
org.zanata.client.commands.init |
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 |
---|
UpdateChecker(ConsoleInteractor console) |
UpdateChecker(String sonatypeRestUrl,
File updateMarker,
ConsoleInteractor console,
String currentVersionNo) |
Modifier and Type | Method and Description |
---|---|
static void |
InitCommand.offerRetryOnServerError(org.jboss.resteasy.client.ClientResponse response,
ConsoleInteractor consoleInteractor) |
Constructor and Description |
---|
InitCommand(InitOptions opts,
ConsoleInteractor console,
ZanataProxyFactory requestFactory) |
Copyright © 2015 Zanata Project. All rights reserved.