com.atlassian.maven.plugins
Class SourceIncludeConfiguration

java.lang.Object
  extended by com.atlassian.maven.plugins.SourceIncludeConfiguration

public class SourceIncludeConfiguration
extends java.lang.Object


Constructor Summary
SourceIncludeConfiguration(org.apache.maven.plugin.logging.Log log, java.io.File sourceFile)
           
 
Method Summary
 java.util.LinkedList getSourceInclude()
           
protected  org.dom4j.Element getSources(java.io.File sourceFile)
           
protected  org.dom4j.Document readXmlDocument(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceIncludeConfiguration

public SourceIncludeConfiguration(org.apache.maven.plugin.logging.Log log,
                                  java.io.File sourceFile)
                           throws java.lang.NullPointerException,
                                  SourceFileNotFoundException
Throws:
java.lang.NullPointerException
SourceFileNotFoundException
Method Detail

getSourceInclude

public java.util.LinkedList getSourceInclude()

readXmlDocument

protected org.dom4j.Document readXmlDocument(java.io.File file)
                                      throws SourceFileNotFoundException
Throws:
SourceFileNotFoundException

getSources

protected org.dom4j.Element getSources(java.io.File sourceFile)
                                throws SourceFileNotFoundException
Throws:
SourceFileNotFoundException


Copyright © 2006 null. All Rights Reserved.