Uses of Interface
xyz.cofe.term.common.Console
-
Packages that use Console Package Description xyz.cofe.term.common xyz.cofe.term.common.nix xyz.cofe.term.common.win -
-
Uses of Console in xyz.cofe.term.common
Classes in xyz.cofe.term.common that implement Console Modifier and Type Class Description classConsoleDelegateДелегирует вызовы к целевой консолиFields in xyz.cofe.term.common declared as Console Modifier and Type Field Description ConsoleConsoleDelegate. targetКуда идут целевые вызовыMethods in xyz.cofe.term.common that return Console Modifier and Type Method Description static ConsoleConsoleBuilder. autoConsole()Создает консоль основываясь на системном свойстве os.namestatic ConsoleConsoleBuilder. defaultConsole()Создает консоль в зависимости от настроек (файл в ресурсах term-common.properties)static ConsoleConsoleBuilder. nixConsole()Создает консоль пригодную для OS Linux/Macstatic ConsoleConsoleBuilder. telnetConsole()Поднимает telnet сервер и ждет подключенияstatic ConsoleConsoleBuilder. windowsConsole()Создает консоль пригодную для OS Windows.Constructors in xyz.cofe.term.common with parameters of type Console Constructor Description ConsoleDelegate(Console target)Конструктор -
Uses of Console in xyz.cofe.term.common.nix
Classes in xyz.cofe.term.common.nix that implement Console Modifier and Type Class Description classNixAbstractConsoleclassNixAsyncConsoleКонсоль с асинхронным чтением входных данных.classNixConsoleАдоптация для Unix терминалов -
Uses of Console in xyz.cofe.term.common.win
Classes in xyz.cofe.term.common.win that implement Console Modifier and Type Class Description classWinConsole
-