KIE EAP - Maven plugin 6.1.0.Final

org.kie.integration.eap.maven.util
Class EAPXMLUtils

java.lang.Object
  extended by org.kie.integration.eap.maven.util.EAPXMLUtils

public class EAPXMLUtils
extends Object


Constructor Summary
EAPXMLUtils()
           
EAPXMLUtils(InputStream inputFile)
           
 
Method Summary
 Element createElement(String name, Map<String,String> attributes, Element parent)
           
static String getAttributeValue(Node node, String attrName)
           
 Document getDocument()
           
 Node getXPathNode(String expr)
           
static EAPXMLUtils newInstance()
           
static void printInputStreamContent(InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EAPXMLUtils

public EAPXMLUtils()
            throws Exception
Throws:
Exception

EAPXMLUtils

public EAPXMLUtils(InputStream inputFile)
            throws Exception
Throws:
Exception
Method Detail

newInstance

public static EAPXMLUtils newInstance()
                               throws Exception
Throws:
Exception

createElement

public Element createElement(String name,
                             Map<String,String> attributes,
                             Element parent)

printInputStreamContent

public static void printInputStreamContent(InputStream is)
                                    throws IOException
Throws:
IOException

getAttributeValue

public static String getAttributeValue(Node node,
                                       String attrName)

getXPathNode

public Node getXPathNode(String expr)
                  throws XPathExpressionException
Throws:
XPathExpressionException

getDocument

public Document getDocument()

KIE EAP - Maven plugin 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.