com.dhptech.maven.stripbom
Class FileSet

java.lang.Object
  extended by org.apache.maven.shared.model.fileset.SetBase
      extended by org.apache.maven.shared.model.fileset.FileSet
          extended by com.dhptech.maven.stripbom.FileSet
All Implemented Interfaces:
Serializable

public class FileSet
extends org.apache.maven.shared.model.fileset.FileSet

a class to make using the FileSet from the POM easier.

Author:
danap
See Also:
Serialized Form

Constructor Summary
FileSet()
           
 
Method Summary
 
Methods inherited from class org.apache.maven.shared.model.fileset.FileSet
getDirectory, getLineEnding, getModelEncoding, setDirectory, setLineEnding, setModelEncoding
 
Methods inherited from class org.apache.maven.shared.model.fileset.SetBase
addExclude, addInclude, getDirectoryMode, getExcludes, getExcludesArray, getFileMode, getIncludes, getIncludesArray, getMapper, getOutputDirectory, isFollowSymlinks, isUseDefaultExcludes, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setFollowSymlinks, setIncludes, setMapper, setOutputDirectory, setUseDefaultExcludes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSet

public FileSet()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.