org.apache.maven.plugin.checkstyle
Class ReportResource

java.lang.Object
  extended by org.apache.maven.plugin.checkstyle.ReportResource

public class ReportResource
extends java.lang.Object

Generic Report Resource management.

Author:
Joakim Erdfelt

Constructor Summary
ReportResource(java.lang.String resourcePathBase, java.io.File outputDirectory)
           
 
Method Summary
 void copy(java.lang.String resourceName)
           
 org.apache.maven.plugin.logging.Log getLog()
           
 java.io.File getOutputDirectory()
           
 java.lang.String getResourcePathBase()
           
 void setLog(org.apache.maven.plugin.logging.Log log)
           
 void setOutputDirectory(java.io.File outputDirectory)
           
 void setResourcePathBase(java.lang.String resourcePathBase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportResource

public ReportResource(java.lang.String resourcePathBase,
                      java.io.File outputDirectory)
Method Detail

copy

public void copy(java.lang.String resourceName)
          throws java.io.IOException
Throws:
java.io.IOException

getLog

public org.apache.maven.plugin.logging.Log getLog()

setLog

public void setLog(org.apache.maven.plugin.logging.Log log)

getOutputDirectory

public java.io.File getOutputDirectory()

setOutputDirectory

public void setOutputDirectory(java.io.File outputDirectory)

getResourcePathBase

public java.lang.String getResourcePathBase()

setResourcePathBase

public void setResourcePathBase(java.lang.String resourcePathBase)


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