public class Resource extends FileSet implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private boolean |
filtering
Whether resources are filtered to replace tokens
with parameterised values or not.
|
private java.lang.String |
targetPath
Describe the resource target path.
|
Constructor and Description |
---|
Resource() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTargetPath()
Get describe the resource target path.
|
boolean |
isFiltering()
Get whether resources are filtered to replace tokens with
parameterised values or not.
|
void |
setFiltering(boolean filtering)
Set whether resources are filtered to replace tokens with
parameterised values or not.
|
void |
setTargetPath(java.lang.String targetPath)
Set describe the resource target path.
|
getDirectory, setDirectory
addExclude, addInclude, getExcludes, getIncludes, removeExclude, removeInclude, setExcludes, setIncludes
private java.lang.String targetPath
org.apache.maven.messages
), you
must specify this
element with this value:
org/apache/maven/messages
.
This is not required if you simply put the
resources in that directory structure at the source,
however.private boolean filtering
properties
element and from the properties in
the files listed
in the filters
element.public java.lang.String getTargetPath()
org.apache.maven.messages
), you
must specify this
element with this value:
org/apache/maven/messages
.
This is not required if you simply put the
resources in that directory structure at the source,
however.public boolean isFiltering()
properties
element and from the properties in
the files listed
in the filters
element.public void setFiltering(boolean filtering)
properties
element and from the properties in
the files listed
in the filters
element.filtering
- public void setTargetPath(java.lang.String targetPath)
org.apache.maven.messages
), you
must specify this
element with this value:
org/apache/maven/messages
.
This is not required if you simply put the
resources in that directory structure at the source,
however.targetPath
-