Class PlexusConfigurationUtils


  • public class PlexusConfigurationUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.codehaus.plexus.util.xml.Xpp3Dom toXpp3Dom​(org.codehaus.plexus.configuration.PlexusConfiguration config)
      Converts PlexusConfiguration to a Xpp3Dom.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlexusConfigurationUtils

        private PlexusConfigurationUtils()
    • Method Detail

      • toXpp3Dom

        public static org.codehaus.plexus.util.xml.Xpp3Dom toXpp3Dom​(org.codehaus.plexus.configuration.PlexusConfiguration config)
        Converts PlexusConfiguration to a Xpp3Dom.
        Parameters:
        config - the PlexusConfiguration. Must not be null.
        Returns:
        the Xpp3Dom representation of the PlexusConfiguration