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 816691 2012-05-08 15:16:42Z hboutemy $

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)
Method Detail

getXrefLocation

public String getXrefLocation()

getSourceDirectory

public File getSourceDirectory()

getProject

public MavenProject getProject()


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