org.openqa.grid.common
Class CommandLineOptionHelper
java.lang.Object
org.openqa.grid.common.CommandLineOptionHelper
public class CommandLineOptionHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineOptionHelper
public CommandLineOptionHelper(String[] args)
isParamPresent
public boolean isParamPresent(String name)
getParamValue
public String getParamValue(String name)
getParamValues
public List<String> getParamValues(String name)
getAll
public List<String> getAll(String name)
- get all occurences of -name
- Parameters:
name
-
- Returns:
getKeys
public List<String> getKeys()
Copyright © 2012. All Rights Reserved.