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.java 803853 2009-08-13 12:07:41Z vsiveton $

Constructor Summary
PmdFileInfo(org.apache.maven.project.MavenProject project, File dir, String x)
           
 
Method Summary
 org.apache.maven.project.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(org.apache.maven.project.MavenProject project,
                   File dir,
                   String x)
Method Detail

getXrefLocation

public String getXrefLocation()

getSourceDirectory

public File getSourceDirectory()

getProject

public org.apache.maven.project.MavenProject getProject()


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