org.codehaus.mojo.natives.util
Class FileSet

java.lang.Object
  extended by org.codehaus.mojo.natives.util.FileSet

public class FileSet
extends Object

Version:
$Id: FileSet.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Brett Porter

Constructor Summary
FileSet(File basedir)
           
FileSet(File basedir, File file)
           
FileSet(File basedir, File[] files)
           
FileSet(File basedir, String includes, String excludes)
           
 
Method Summary
 File getBasedir()
           
 File[] getFiles()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileSet

public FileSet(File basedir)

FileSet

public FileSet(File basedir,
               File file)

FileSet

public FileSet(File basedir,
               String includes,
               String excludes)
        throws IOException
Throws:
IOException

FileSet

public FileSet(File basedir,
               File[] files)
Method Detail

getBasedir

public File getBasedir()

getFiles

public File[] getFiles()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Codehaus. All Rights Reserved.