Class PropertyInterpolator
- java.lang.Object
-
- com.thoughtworks.xstream.io.ReaderWrapper
-
- com.levigo.jadice.server.ws.xstream.PropertyInterpolator
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.ErrorReporter
,com.thoughtworks.xstream.io.ExtendedHierarchicalStreamReader
,com.thoughtworks.xstream.io.HierarchicalStreamReader
public class PropertyInterpolator extends com.thoughtworks.xstream.io.ReaderWrapper
-
-
Constructor Summary
Constructors Constructor Description PropertyInterpolator(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, Map<String,String> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttribute(int index)
String
getAttribute(String name)
String
getValue()
-
-
-
Method Detail
-
getAttribute
public String getAttribute(int index)
- Specified by:
getAttribute
in interfacecom.thoughtworks.xstream.io.HierarchicalStreamReader
- Overrides:
getAttribute
in classcom.thoughtworks.xstream.io.ReaderWrapper
-
getAttribute
public String getAttribute(String name)
- Specified by:
getAttribute
in interfacecom.thoughtworks.xstream.io.HierarchicalStreamReader
- Overrides:
getAttribute
in classcom.thoughtworks.xstream.io.ReaderWrapper
-
getValue
public String getValue()
- Specified by:
getValue
in interfacecom.thoughtworks.xstream.io.HierarchicalStreamReader
- Overrides:
getValue
in classcom.thoughtworks.xstream.io.ReaderWrapper
-
-