717273747576777879808182838485
public String toString() { StringWriter sw = new StringWriter(); XmlPlexusConfigurationWriter xw = new XmlPlexusConfigurationWriter(); try { xw.write( sw, this ); } catch ( IOException e ) { // will not happen with StringWriter }
707172737475767778798081828384