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

org.etlunit.util.cli.CLIEntry Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
package org.etlunit.util.cli;

public abstract class CLIEntry
{
	public static enum parser_type
	{
		gnu,
		posix,
		basic
	}

	public parser_type getParserType()
	{
		return parser_type.gnu;
	}

	public void setRawCommandLine(String[] argv)
	{
	}

	public abstract void main();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy