Interface ConsoleService

All Known Implementing Classes:
ConsoleServiceImpl

public interface ConsoleService
Make System.console mock-able for testing.
Author:
Mark H. Wood <mwood@iupui.edu>
  • Method Summary

    Modifier and Type
    Method
    Description
    char[]
    readPassword(String prompt, Object... args)
     
  • Method Details

    • readPassword

      char[] readPassword(String prompt, Object... args)