com.eshore.cli.CommandLine Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proxy-suite Show documentation
Show all versions of proxy-suite Show documentation
a Intranet-through project
package com.eshore.cli;
public interface CommandLine {
boolean accept(String name);
boolean exe(String [] args);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy