com.jayway.restassured.internal
Class KeystoreSpecImpl

java.lang.Object
  extended by com.jayway.restassured.internal.KeystoreSpecImpl
All Implemented Interfaces:
KeystoreSpec, groovy.lang.GroovyObject

public class KeystoreSpecImpl
extends Object
implements KeystoreSpec, groovy.lang.GroovyObject


Constructor Summary
KeystoreSpecImpl()
           
 
Method Summary
 void apply(groovyx.net.http.HTTPBuilder builder, int port)
          Apply the settings
 groovy.lang.MetaClass getMetaClass()
           
 Object getPassword()
           
 Object getPath()
           
 Object getProperty(String property)
           
 Object invokeMethod(String method, Object arguments)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setPassword(Object value)
           
 void setPath(Object value)
           
 void setProperty(String property, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeystoreSpecImpl

public KeystoreSpecImpl()
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String method,
                           Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String property,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject

getPath

public Object getPath()

setPath

public void setPath(Object value)

getPassword

public Object getPassword()

setPassword

public void setPassword(Object value)

apply

public void apply(groovyx.net.http.HTTPBuilder builder,
                  int port)
Description copied from interface: KeystoreSpec
Apply the settings

Specified by:
apply in interface KeystoreSpec
Parameters:
builder - The http builder
port - The port


Copyright © 2010-2011. All Rights Reserved.