org.openqa.grid.internal.utils
Class JsonKey

java.lang.Object
  extended by org.openqa.grid.internal.utils.JsonKey

public class JsonKey
extends Object

Represents a string value in a json key


Constructor Summary
JsonKey(String key)
           
 
Method Summary
 String getAsParam()
           
 String getKey()
           
static JsonKey key(String key)
           
 boolean matches(String arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonKey

public JsonKey(String key)
Method Detail

key

public static JsonKey key(String key)

matches

public boolean matches(String arg)

getAsParam

public String getAsParam()

getKey

public String getKey()


Copyright © 2012. All Rights Reserved.