
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
The newest version!
package com.beust.jcommander.internal;
public interface Console {
void print(String msg);
void println(String msg);
char[] readPassword(boolean echoInput);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy