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

au.csiro.sparkle.common.args4j.HasUsage Maven / Gradle / Ivy

The newest version!
package au.csiro.sparkle.common.args4j;

import java.io.OutputStream;

public interface HasUsage {
	String getShortUsage();
	void printUsage(OutputStream out);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy