org.apache.maven.plugin.resources
Class Resource

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

public class Resource
extends org.apache.maven.model.Resource

Since:
2.3
Version:
$Id: Resource.java 695189 2008-09-14 11:09:20Z bentmann $
Author:
olamy
See Also:
Serialized Form

Constructor Summary
Resource()
           
 
Methods inherited from class org.apache.maven.model.Resource
getModelEncoding, getTargetPath, isFiltering, setFiltering, setModelEncoding, 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
 

Constructor Detail

Resource

public Resource()


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.