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

com.eshore.cli.CommandLine Maven / Gradle / Ivy

There is a newer version: 1.2.8
Show newest version
package com.eshore.cli;

public interface CommandLine {
	boolean accept(String name);
	boolean exe(String [] args);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy