org.apache.maven.plugin.checkstyle
Class ReportResource
java.lang.Object
   org.apache.maven.plugin.checkstyle.ReportResource
org.apache.maven.plugin.checkstyle.ReportResource
- public class ReportResource 
- extends Object
Generic Report Resource management.
- Version:
- $Id: ReportResource.java 803845 2009-08-13 11:18:04Z vsiveton $
- Author:
- Joakim Erdfelt
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ReportResource
public ReportResource(String resourcePathBase,
                      File outputDirectory)
copy
public void copy(String resourceName)
          throws IOException
- 
- Throws:
- IOException
 
getOutputDirectory
public File getOutputDirectory()
- 
 
setOutputDirectory
public void setOutputDirectory(File outputDirectory)
- 
 
getResourcePathBase
public String getResourcePathBase()
- 
 
setResourcePathBase
public void setResourcePathBase(String resourcePathBase)
- 
 
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.