Class Console

java.lang.Object
de.bsvrz.dav.daf.userManagement.Console
All Implemented Interfaces:
ConsoleInterface

public final class Console
extends java.lang.Object
implements ConsoleInterface
  • Method Summary

    Modifier and Type Method Description
    static ConsoleInterface getInstance()  
    java.lang.String readLine​(java.lang.String prompt, java.lang.Object... parameter)  
    char[] readPassword​(java.lang.String prompt, java.lang.Object... parameter)  
    void writeLine​(java.lang.String prompt, java.lang.Object... parameter)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.bsvrz.dav.daf.userManagement.ConsoleInterface

    readBoolean, readInt, readString
  • Method Details

    • getInstance

      public static ConsoleInterface getInstance()
    • readLine

      public java.lang.String readLine​(java.lang.String prompt, java.lang.Object... parameter)
      Specified by:
      readLine in interface ConsoleInterface
    • readPassword

      public char[] readPassword​(java.lang.String prompt, java.lang.Object... parameter)
      Specified by:
      readPassword in interface ConsoleInterface
    • writeLine

      public void writeLine​(java.lang.String prompt, java.lang.Object... parameter)
      Specified by:
      writeLine in interface ConsoleInterface