org.apache.maven.plugin.war.stub
Class ResourceStub

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.war.stub.ResourceStub
All Implemented Interfaces:
Serializable

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

See Also:
Serialized Form

Constructor Summary
ResourceStub()
           
 
Method Summary
 String getDirectory()
           
 List getExcludes()
           
 List getIncludes()
           
 void setDirectory(String _directory)
           
 
Methods inherited from class org.apache.maven.model.Resource
getModelEncoding, getTargetPath, isFiltering, setFiltering, setModelEncoding, setTargetPath
 
Methods inherited from class org.apache.maven.model.PatternSet
addExclude, addInclude, removeExclude, removeInclude, setExcludes, setIncludes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceStub

public ResourceStub()
Method Detail

getIncludes

public List getIncludes()
Overrides:
getIncludes in class org.apache.maven.model.PatternSet

getExcludes

public List getExcludes()
Overrides:
getExcludes in class org.apache.maven.model.PatternSet

setDirectory

public void setDirectory(String _directory)
Overrides:
setDirectory in class org.apache.maven.model.FileSet

getDirectory

public String getDirectory()
Overrides:
getDirectory in class org.apache.maven.model.FileSet


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.