Package org.apache.activemq.artemis.dto
Class XmlUtil
java.lang.Object
org.apache.activemq.artemis.dto.XmlUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XmlUtil
public XmlUtil()
-
-
Method Details
-
decode
- Throws:
Exception
-
decode
public static <T> T decode(Class<T> clazz, File configuration, String artemisHome, String artemisInstance, URI artemisURIInstance) throws Exception We offer parameters for artemisInstance and artemisHome as they could be coming from the CLI or Maven Plugin- Throws:
Exception
-