org.jboss.maven.shared.xml.dom4j
Class DocumentLoader

java.lang.Object
  extended by org.jboss.maven.shared.xml.dom4j.DocumentLoader

public class DocumentLoader
extends java.lang.Object

A helper for loading dom4j documents.

Author:
Steve Ebersole

Nested Class Summary
static class DocumentLoader.ErrorLogger
           
 
Constructor Summary
DocumentLoader(org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 org.dom4j.Document loadDocument(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentLoader

public DocumentLoader(org.apache.maven.plugin.logging.Log log)
Method Detail

loadDocument

public org.dom4j.Document loadDocument(java.io.File file)
                                throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.