com.ibm.rational.test.lt.testgen.core.configuration
Class PacketConverterConfiguration
java.lang.Object
com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration
com.ibm.rational.test.lt.recorder.core.property.AbstractTypedConfiguration
com.ibm.rational.test.lt.testgen.core.configuration.PacketConverterConfiguration
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- ConditionalConverterConfiguration, PacketFilterConfiguration
public class PacketConverterConfiguration
- extends AbstractTypedConfiguration
- See Also:
- Serialized Form
Field Summary |
static String |
PACKET_SOURCE_PATH
If the converter is passed packets that were read or converted from a persisted
recording session, contains the workspace full path if the recording session
file. |
Methods inherited from class com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration |
addChildConfiguration, afterXmlDeserialization, assignUniqueIds, beforeXmlSerialization, cloneProperties, get, getBoolean, getData, getEnum, getInteger, getList, getMap, getObfuscatedList, getObfuscatedString, getPreferedIdPrefixForChild, getString, getString, isOperand, loadAttributes, remove, saveDataToAttachment, serialize, setBoolean, setData, setData, setEnum, setInteger, setList, setMap, setObfuscatedList, setObfuscatedString, setString, toString, write, write, writeAttributes, writeChildConfiguration, writeChildConfigurations, writeChildConfigurations |
PACKET_SOURCE_PATH
public static final String PACKET_SOURCE_PATH
- If the converter is passed packets that were read or converted from a persisted
recording session, contains the workspace full path if the recording session
file.
- See Also:
- Constant Field Values
PacketConverterConfiguration
public PacketConverterConfiguration(String type)
clone
public PacketConverterConfiguration clone()
- Specified by:
clone
in class AbstractTypedConfiguration
getProtocol
protected String getProtocol()
- Specified by:
getProtocol
in class AbstractConfiguration
getPreferedPrefix
protected String getPreferedPrefix()
- Specified by:
getPreferedPrefix
in class AbstractConfiguration
write
protected void write(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
- Overrides:
write
in class AbstractConfiguration
- Throws:
javax.xml.stream.XMLStreamException
© Copyright IBM Corp. 2012. All rights reserved.