com.obdobion.argument.input.IParserInput Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of argument Show documentation
Show all versions of argument Show documentation
A command line parser for Java
package com.obdobion.argument.input;
/**
* @author Chris DeGreef
*
*/
public interface IParserInput {
public Token[] parseTokens ();
public String substring (int inclusiveStart, int exclusiveEnd);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy