All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.beust.jcommander.internal.Console Maven / Gradle / Ivy

The newest version!
package com.beust.jcommander.internal;

public interface Console {

  void print(String msg);

  void println(String msg);

  char[] readPassword(boolean echoInput);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy