org.robotframework.remoteserver.cli
Class CommandLineHelper

java.lang.Object
  extended by org.robotframework.remoteserver.cli.CommandLineHelper

public class CommandLineHelper
extends Object


Constructor Summary
CommandLineHelper(String[] clargs)
           
 
Method Summary
 boolean getAllowStop()
           
 String getError()
           
 boolean getHelpRequested()
           
 String getHost()
           
 Map<Integer,String> getLibraryMap()
           
 String getUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineHelper

public CommandLineHelper(String[] clargs)
Method Detail

getAllowStop

public boolean getAllowStop()

getHost

public String getHost()

getLibraryMap

public Map<Integer,String> getLibraryMap()

getError

public String getError()

getHelpRequested

public boolean getHelpRequested()

getUsage

public String getUsage()


Copyright © 2012. All Rights Reserved.