org.apache.maven.model
Class Resource

java.lang.Object
  extended byorg.apache.maven.model.PatternSet
      extended byorg.apache.maven.model.FileSet
          extended byorg.apache.maven.model.Resource
All Implemented Interfaces:
java.io.Serializable

public class Resource
extends FileSet
implements java.io.Serializable

Class Resource.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  boolean filtering
          Field filtering
private  java.lang.String targetPath
          Field targetPath
 
Fields inherited from class org.apache.maven.model.FileSet
 
Fields inherited from class org.apache.maven.model.PatternSet
 
Constructor Summary
Resource()
           
 
Method Summary
 java.lang.String getTargetPath()
          Method getTargetPath
 boolean isFiltering()
          Method isFiltering
 void setFiltering(boolean filtering)
          Method setFiltering
 void setTargetPath(java.lang.String targetPath)
          Method setTargetPath
 
Methods inherited from class org.apache.maven.model.FileSet
getDirectory, setDirectory
 
Methods inherited from class org.apache.maven.model.PatternSet
addExclude, addInclude, getExcludes, getIncludes, removeExclude, removeInclude, setExcludes, setIncludes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetPath

private java.lang.String targetPath
Field targetPath


filtering

private boolean filtering
Field filtering

Constructor Detail

Resource

public Resource()
Method Detail

getTargetPath

public java.lang.String getTargetPath()
Method getTargetPath


isFiltering

public boolean isFiltering()
Method isFiltering


setFiltering

public void setFiltering(boolean filtering)
Method setFiltering

Parameters:
filtering -

setTargetPath

public void setTargetPath(java.lang.String targetPath)
Method setTargetPath

Parameters:
targetPath -