Package org.twdata.maven.mojoexecutor
Class PlexusConfigurationUtils
java.lang.Object
org.twdata.maven.mojoexecutor.PlexusConfigurationUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.xml.Xpp3Dom
toXpp3Dom
(org.codehaus.plexus.configuration.PlexusConfiguration config) Converts PlexusConfiguration to a Xpp3Dom.
-
Constructor Details
-
PlexusConfigurationUtils
private PlexusConfigurationUtils()
-
-
Method Details
-
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 benull
.- Returns:
- the Xpp3Dom representation of the PlexusConfiguration
-