|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.project.PatternSet
org.apache.maven.project.FileSet
org.apache.maven.project.Resource
Class Resource.
Field Summary | |
private boolean |
filtering
Field filtering |
private java.lang.String |
targetPath
Field targetPath |
Fields inherited from class org.apache.maven.project.FileSet |
|
Fields inherited from class org.apache.maven.project.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.project.FileSet |
getDirectory, setDirectory |
Methods inherited from class org.apache.maven.project.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 |
private java.lang.String targetPath
private boolean filtering
Constructor Detail |
public Resource()
Method Detail |
public java.lang.String getTargetPath()
public boolean isFiltering()
public void setFiltering(boolean filtering)
filtering
- public void setTargetPath(java.lang.String targetPath)
targetPath
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |