| Package | Description |
|---|---|
| org.zanata.client.commands |
| Modifier and Type | Method and Description |
|---|---|
static ConsoleInteractor.DisplayMode |
ConsoleInteractor.DisplayMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleInteractor.DisplayMode[] |
ConsoleInteractor.DisplayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConsoleInteractor |
ConsoleInteractor.printf(ConsoleInteractor.DisplayMode mode,
String printfFmt,
Object... args) |
ConsoleInteractor |
ConsoleInteractorImpl.printf(ConsoleInteractor.DisplayMode mode,
String printfFmt,
Object... args) |
ConsoleInteractor |
ConsoleInteractor.printfln(ConsoleInteractor.DisplayMode mode,
String printfFmt,
Object... args) |
ConsoleInteractor |
ConsoleInteractorImpl.printfln(ConsoleInteractor.DisplayMode mode,
String printfFmt,
Object... args) |
Copyright © 2014 Zanata Project. All Rights Reserved.