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

net.bpelunit.utils.bptstool.ui.command.Main Maven / Gradle / Ivy

The newest version!
package net.bpelunit.utils.bptstool.ui.command;

public class Main {
	
	public static void main(String[] args) {
		new Main().run(args);
	}

	private void run(String[] args) {
		if(args.length == 0) {
			helpAndExit();
		}
		
		String toolName = args[0];
		
	}

	private void helpAndExit() {
		// TODO Auto-generated method stub
		
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy