com.eviware.soapui.actions
Class ProxyPrefs
java.lang.Object
com.eviware.soapui.actions.ProxyPrefs
- All Implemented Interfaces:
- Prefs
public class ProxyPrefs
- extends java.lang.Object
- implements Prefs
Constructor Summary |
ProxyPrefs(java.lang.String title)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HOST
public static final java.lang.String HOST
- See Also:
- Constant Field Values
PORT
public static final java.lang.String PORT
- See Also:
- Constant Field Values
USERNAME
public static final java.lang.String USERNAME
- See Also:
- Constant Field Values
PASSWORD
public static final java.lang.String PASSWORD
- See Also:
- Constant Field Values
EXCLUDES
public static final java.lang.String EXCLUDES
- See Also:
- Constant Field Values
ENABLE_PROXY
public static final java.lang.String ENABLE_PROXY
- See Also:
- Constant Field Values
ProxyPrefs
public ProxyPrefs(java.lang.String title)
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface Prefs
getForm
public SimpleForm getForm()
- Specified by:
getForm
in interface Prefs
getFormValues
public void getFormValues(Settings settings)
- Specified by:
getFormValues
in interface Prefs
getValues
public StringToStringMap getValues(Settings settings)
- Specified by:
getValues
in interface Prefs
setFormValues
public void setFormValues(Settings settings)
- Specified by:
setFormValues
in interface Prefs
storeValues
public void storeValues(StringToStringMap values,
Settings settings)
- Specified by:
storeValues
in interface Prefs
Copyright © 2005-2010 eviware.com. All Rights Reserved.