org.apache.maven.model.v3_0_0
Class Resource

java.lang.Object
  extended by org.apache.maven.model.v3_0_0.PatternSet
      extended by org.apache.maven.model.v3_0_0.FileSet
          extended by org.apache.maven.model.v3_0_0.Resource
All Implemented Interfaces:
Serializable

public class Resource
extends FileSet
implements Serializable

This element describes all of the classpath resources associated with a project or unit tests.

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

Constructor Summary
Resource()
           
 
Method Summary
 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(String targetPath)
          Set describe the resource target path.
 
Methods inherited from class org.apache.maven.model.v3_0_0.FileSet
getDirectory, setDirectory
 
Methods inherited from class org.apache.maven.model.v3_0_0.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
 

Constructor Detail

Resource

public Resource()
Method Detail

getTargetPath

public String getTargetPath()
Get describe the resource target path. For example, if you want that resource to appear in a specific package (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.

Returns:
String

isFiltering

public boolean isFiltering()
Get whether resources are filtered to replace tokens with parameterised values or not. The values are taken from the properties element and from the properties in the files listed in the filters element.

Returns:
boolean

setFiltering

public void setFiltering(boolean filtering)
Set whether resources are filtered to replace tokens with parameterised values or not. The values are taken from the properties element and from the properties in the files listed in the filters element.

Parameters:
filtering -

setTargetPath

public void setTargetPath(String targetPath)
Set describe the resource target path. For example, if you want that resource to appear in a specific package (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.

Parameters:
targetPath -


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.