com.beust.jcommander.internal.Console Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.portal.tools.rest.builder
Show all versions of com.liferay.portal.tools.rest.builder
Liferay Portal Tools REST Builder
package com.beust.jcommander.internal;
public interface Console {
void print(String msg);
void println(String msg);
char[] readPassword(boolean echoInput);
}