Interface ConsoleIfc

  • All Known Implementing Classes:
    SystemConsole

    public interface ConsoleIfc
    • Method Detail

      • readPassword

        char[] readPassword​(String label)
      • writeLine

        void writeLine​(String format,
                       Object... args)
      • writeLine

        void writeLine​(Object obj)