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

com.antiaction.common.cli.CommandLine Maven / Gradle / Ivy

The newest version!
/*
 * Created on 07/02/2012
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package com.antiaction.common.cli;

import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;

public class CommandLine {

	public List switchArgsList = new LinkedList();

	public Map idMap = new TreeMap();

	public List unnamedArgsList = new LinkedList();

	public String[] argsArray;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy