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

org.jlot.client.configuration.Console Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package org.jlot.client.configuration;

public interface Console
{
	String readLine ( String promptCode, String... args );

	String readPassword ( String prompt, String... args );

	void prompt ( String prompt, String... args );

	void newline ( );

	boolean yesOrNo ( String prompt, String... args );

	void sure ( String promptCode, String... args );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy