org.codehaus.plexus.configuration.xstream
Class PlexusConfigurationConverter
java.lang.Object
org.codehaus.plexus.configuration.xstream.PlexusConfigurationConverter
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.Converter
- public class PlexusConfigurationConverter
- extends java.lang.Object
- implements com.thoughtworks.xstream.converters.Converter
Method Summary |
boolean |
canConvert(java.lang.Class type)
|
void |
fromXML(com.thoughtworks.xstream.objecttree.ObjectTree objectGraph,
com.thoughtworks.xstream.xml.XMLReader xmlReader,
com.thoughtworks.xstream.converters.ConverterLookup converterLookup,
java.lang.Class requiredType)
|
void |
toXML(com.thoughtworks.xstream.objecttree.ObjectTree objectGraph,
com.thoughtworks.xstream.xml.XMLWriter xmlWriter,
com.thoughtworks.xstream.converters.ConverterLookup converterLookup)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlexusConfigurationConverter
public PlexusConfigurationConverter()
canConvert
public boolean canConvert(java.lang.Class type)
- Specified by:
canConvert
in interface com.thoughtworks.xstream.converters.Converter
toXML
public void toXML(com.thoughtworks.xstream.objecttree.ObjectTree objectGraph,
com.thoughtworks.xstream.xml.XMLWriter xmlWriter,
com.thoughtworks.xstream.converters.ConverterLookup converterLookup)
- Specified by:
toXML
in interface com.thoughtworks.xstream.converters.Converter
fromXML
public void fromXML(com.thoughtworks.xstream.objecttree.ObjectTree objectGraph,
com.thoughtworks.xstream.xml.XMLReader xmlReader,
com.thoughtworks.xstream.converters.ConverterLookup converterLookup,
java.lang.Class requiredType)
- Specified by:
fromXML
in interface com.thoughtworks.xstream.converters.Converter