Package xyz.cp74.utils
Class CommandLineUtils
- java.lang.Object
-
- xyz.cp74.utils.CommandLineUtils
-
public class CommandLineUtils extends Object
CommandLineUtils Parse command line arguments- Author:
- Christian Paul
-
-
Constructor Summary
Constructors Constructor Description CommandLineUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>get(String[] args)Get @param args from command line
-