Class 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 Detail

      • PropertyInterpolator

        public PropertyInterpolator​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                    Map<String,​String> properties)
    • Method Detail

      • getAttribute

        public String getAttribute​(int index)
        Specified by:
        getAttribute in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
        Overrides:
        getAttribute in class com.thoughtworks.xstream.io.ReaderWrapper
      • getAttribute

        public String getAttribute​(String name)
        Specified by:
        getAttribute in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
        Overrides:
        getAttribute in class com.thoughtworks.xstream.io.ReaderWrapper
      • getValue

        public String getValue()
        Specified by:
        getValue in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
        Overrides:
        getValue in class com.thoughtworks.xstream.io.ReaderWrapper