org.apache.maven.plugin.pmd
Class PmdFileInfo

java.lang.Object
  extended by org.apache.maven.plugin.pmd.PmdFileInfo

public class PmdFileInfo
extends Object

Version:
$Id: PmdFileInfo.html 853015 2013-03-04 21:10:54Z olamy $

Constructor Summary
PmdFileInfo(MavenProject project, File dir, String x)
           
 
Method Summary
 MavenProject getProject()
           
 File getSourceDirectory()
           
 String getXrefLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PmdFileInfo

public PmdFileInfo(MavenProject project,
                   File dir,
                   String x)
            throws IOException
Throws:
IOException
Method Detail

getXrefLocation

public String getXrefLocation()

getSourceDirectory

public File getSourceDirectory()

getProject

public MavenProject getProject()


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.