org.openqa.grid.common
Class JSONConfigurationUtils

java.lang.Object
  extended by org.openqa.grid.common.JSONConfigurationUtils

public class JSONConfigurationUtils
extends Object


Constructor Summary
JSONConfigurationUtils()
           
 
Method Summary
static org.json.JSONObject loadJSON(String resource)
          load a json file from the resource or file system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONConfigurationUtils

public JSONConfigurationUtils()
Method Detail

loadJSON

public static org.json.JSONObject loadJSON(String resource)
load a json file from the resource or file system.

Parameters:
resource -
Returns:
Throws:
IOException
org.json.JSONException


Copyright © 2012. All Rights Reserved.