public class XmlTemplateHolder extends Object implements com.eviware.soapui.impl.wsdl.MutableTestPropertyHolder, Map<String,com.eviware.soapui.model.testsuite.TestProperty>, com.eviware.soapui.model.testsuite.TestPropertyListener
| Constructor and Description |
|---|
XmlTemplateHolder() |
XmlTemplateHolder(com.eviware.soapui.model.ModelItem modelItem,
com.eviware.soapui.config.XmlTemplatesConfig config) |
| Modifier and Type | Method and Description |
|---|---|
com.eviware.soapui.model.testsuite.TestProperty |
addProperty(String name) |
protected XmlTemplate |
addProperty(com.eviware.soapui.config.XmlTemplatesTypeConfig propertyConfig,
boolean notify) |
void |
addTestPropertyListener(com.eviware.soapui.model.testsuite.TestPropertyListener listener) |
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,com.eviware.soapui.model.testsuite.TestProperty>> |
entrySet() |
com.eviware.soapui.model.testsuite.TestProperty |
get(Object key) |
int |
getIndex(XmlTemplateInterface xmlTmp) |
com.eviware.soapui.model.ModelItem |
getModelItem() |
Map<String,com.eviware.soapui.model.testsuite.TestProperty> |
getProperties() |
String |
getPropertiesLabel() |
XmlTemplate |
getProperty(String name) |
com.eviware.soapui.model.testsuite.TestProperty |
getPropertyAt(int index) |
int |
getPropertyCount() |
List<com.eviware.soapui.model.testsuite.TestProperty> |
getPropertyList() |
String[] |
getPropertyNames() |
String |
getPropertyValue(String name) |
boolean |
hasProperty(String name) |
boolean |
isEmpty() |
Set<String> |
keySet() |
void |
moveProperty(String propertyName,
int targetIndex) |
void |
populate() |
void |
propertyAdded(String name) |
void |
propertyMoved(String name,
int oldIndex,
int newIndex) |
void |
propertyRemoved(String name) |
void |
propertyRenamed(String oldName,
String newName) |
void |
propertyValueChanged(String name,
String oldValue,
String newValue) |
com.eviware.soapui.model.testsuite.TestProperty |
put(String key,
com.eviware.soapui.model.testsuite.TestProperty value) |
void |
putAll(Map<? extends String,? extends com.eviware.soapui.model.testsuite.TestProperty> m) |
com.eviware.soapui.model.testsuite.TestProperty |
remove(Object key) |
com.eviware.soapui.model.testsuite.TestProperty |
removeProperty(String propertyName) |
void |
removeTestPropertyListener(com.eviware.soapui.model.testsuite.TestPropertyListener listener) |
boolean |
renameProperty(String name,
String newName) |
void |
resetPropertiesConfig(com.eviware.soapui.config.XmlTemplatesConfig config) |
void |
setPropertyValue(String name,
String value) |
int |
size() |
Collection<com.eviware.soapui.model.testsuite.TestProperty> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic XmlTemplateHolder(com.eviware.soapui.model.ModelItem modelItem,
com.eviware.soapui.config.XmlTemplatesConfig config)
public XmlTemplateHolder()
public void populate()
protected XmlTemplate addProperty(com.eviware.soapui.config.XmlTemplatesTypeConfig propertyConfig, boolean notify)
public com.eviware.soapui.model.testsuite.TestProperty addProperty(String name)
addProperty in interface com.eviware.soapui.impl.wsdl.MutableTestPropertyHolderpublic void moveProperty(String propertyName, int targetIndex)
moveProperty in interface com.eviware.soapui.impl.wsdl.MutableTestPropertyHolderpublic com.eviware.soapui.model.testsuite.TestProperty removeProperty(String propertyName)
removeProperty in interface com.eviware.soapui.impl.wsdl.MutableTestPropertyHolderpublic boolean renameProperty(String name, String newName)
renameProperty in interface com.eviware.soapui.impl.wsdl.MutableTestPropertyHolderpublic void addTestPropertyListener(com.eviware.soapui.model.testsuite.TestPropertyListener listener)
addTestPropertyListener in interface com.eviware.soapui.model.TestPropertyHolderpublic com.eviware.soapui.model.ModelItem getModelItem()
getModelItem in interface com.eviware.soapui.model.TestPropertyHolderpublic Map<String,com.eviware.soapui.model.testsuite.TestProperty> getProperties()
getProperties in interface com.eviware.soapui.model.TestPropertyHolderpublic String getPropertiesLabel()
getPropertiesLabel in interface com.eviware.soapui.model.TestPropertyHolderpublic XmlTemplate getProperty(String name)
getProperty in interface com.eviware.soapui.model.TestPropertyHolderpublic com.eviware.soapui.model.testsuite.TestProperty getPropertyAt(int index)
getPropertyAt in interface com.eviware.soapui.model.TestPropertyHolderpublic int getPropertyCount()
getPropertyCount in interface com.eviware.soapui.model.TestPropertyHolderpublic String[] getPropertyNames()
getPropertyNames in interface com.eviware.soapui.model.TestPropertyHolderpublic String getPropertyValue(String name)
getPropertyValue in interface com.eviware.soapui.model.TestPropertyHolderpublic boolean hasProperty(String name)
hasProperty in interface com.eviware.soapui.model.TestPropertyHolderpublic void removeTestPropertyListener(com.eviware.soapui.model.testsuite.TestPropertyListener listener)
removeTestPropertyListener in interface com.eviware.soapui.model.TestPropertyHolderpublic void setPropertyValue(String name, String value)
setPropertyValue in interface com.eviware.soapui.model.TestPropertyHolderpublic void clear()
public boolean containsKey(Object key)
containsKey in interface Map<String,com.eviware.soapui.model.testsuite.TestProperty>public boolean containsValue(Object value)
containsValue in interface Map<String,com.eviware.soapui.model.testsuite.TestProperty>public com.eviware.soapui.model.testsuite.TestProperty get(Object key)
public boolean isEmpty()
public com.eviware.soapui.model.testsuite.TestProperty put(String key, com.eviware.soapui.model.testsuite.TestProperty value)
public void putAll(Map<? extends String,? extends com.eviware.soapui.model.testsuite.TestProperty> m)
public com.eviware.soapui.model.testsuite.TestProperty remove(Object key)
public int size()
public Collection<com.eviware.soapui.model.testsuite.TestProperty> values()
public void resetPropertiesConfig(com.eviware.soapui.config.XmlTemplatesConfig config)
public int getIndex(XmlTemplateInterface xmlTmp)
public void propertyAdded(String name)
propertyAdded in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyMoved(String name, int oldIndex, int newIndex)
propertyMoved in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyRemoved(String name)
propertyRemoved in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyRenamed(String oldName, String newName)
propertyRenamed in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyValueChanged(String name, String oldValue, String newValue)
propertyValueChanged in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic List<com.eviware.soapui.model.testsuite.TestProperty> getPropertyList()
getPropertyList in interface com.eviware.soapui.model.TestPropertyHolderCopyright © 2019. All rights reserved.