|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.PatternSet
org.apache.maven.model.FileSet
org.apache.maven.model.Resource
This element describes all of the resources associated with a project or unit tests. Each resource is described by a resource element, which is then described by additional elements (described below). These resources are used to complete the jar file or to run unit test.
Field Summary | |
private boolean |
filtering
Field filtering |
private java.lang.String |
modelEncoding
|
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 |
getModelEncoding()
|
java.lang.String |
getTargetPath()
Get Describe the resource target path. |
boolean |
isFiltering()
Get Boolean. |
void |
setFiltering(boolean filtering)
Set Boolean. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setTargetPath(java.lang.String targetPath)
Set Describe the resource target path. |
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 |
private java.lang.String targetPath
private boolean filtering
private java.lang.String modelEncoding
Constructor Detail |
public Resource()
Method Detail |
public java.lang.String getTargetPath()
org.apache.maven.messages
), you
must specify this
element with this value :
org/apache/maven/messages
public boolean isFiltering()
public void setFiltering(boolean filtering)
filtering
- public void setTargetPath(java.lang.String targetPath)
org.apache.maven.messages
), you
must specify this
element with this value :
org/apache/maven/messages
targetPath
- public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding
in class FileSet
public java.lang.String getModelEncoding()
getModelEncoding
in class FileSet
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |