org.apache.maven.plugin.resources
Class Resource

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

public class Resource
extends Resource

Since:
2.3
Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
Resource()
           
 
Method Summary
 
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-2012 The Apache Software Foundation. All Rights Reserved.