com.eviware.soapui.model.propertyexpansion
Class PropertyExpansionUtils.GlobalPropertyExpansionContext
java.lang.Object
com.eviware.soapui.model.propertyexpansion.PropertyExpansionUtils.GlobalPropertyExpansionContext
- All Implemented Interfaces:
- PropertyExpansionContext
- Enclosing class:
- PropertyExpansionUtils
public static class PropertyExpansionUtils.GlobalPropertyExpansionContext
- extends java.lang.Object
- implements PropertyExpansionContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyExpansionUtils.GlobalPropertyExpansionContext
public PropertyExpansionUtils.GlobalPropertyExpansionContext()
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Specified by:
getProperty
in interface PropertyExpansionContext
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
- Specified by:
setProperty
in interface PropertyExpansionContext
hasProperty
public boolean hasProperty(java.lang.String name)
- Specified by:
hasProperty
in interface PropertyExpansionContext
removeProperty
public java.lang.Object removeProperty(java.lang.String name)
- Specified by:
removeProperty
in interface PropertyExpansionContext
getPropertyNames
public java.lang.String[] getPropertyNames()
- Specified by:
getPropertyNames
in interface PropertyExpansionContext
getModelItem
public ModelItem getModelItem()
- Specified by:
getModelItem
in interface PropertyExpansionContext
expand
public java.lang.String expand(java.lang.String content)
- Specified by:
expand
in interface PropertyExpansionContext
getProperties
public StringToObjectMap getProperties()
- Specified by:
getProperties
in interface PropertyExpansionContext
Copyright © 2005-2010 eviware.com. All Rights Reserved.