Package org.apache.maven.buildcache
Class Xpp3DomUtils
java.lang.Object
org.apache.maven.buildcache.Xpp3DomUtils
This utility class is used to work around the classloading problem described
in https://issues.apache.org/jira/browse/MNG-7160.
The simple workaround described in MNG-7160 is not possible because this
extension uses both the XPP3 classes and other utility classes. We thus rely on
reflection for all access to plugin configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetAttribute(Object node, String attribute) static Object[]getChildren(Object node) static Stringstatic Stringstatic voidremoveChild(Object node, int index)
-
Constructor Details
-
Xpp3DomUtils
public Xpp3DomUtils()
-
-
Method Details
-
getChildren
-
getName
-
getValue
-
removeChild
-
getAttribute
-