org.apache.tools.ant.types

Class FileSet

public class FileSet extends AbstractFileSet

Moved out of MatchingTask to make it a standalone object that could be referenced (by scripts for example).
Constructor Summary
FileSet()
protected FileSet(FileSet fileset)
Method Summary
Objectclone()
Return a FileSet that has the same basedir and same patternsets as this one.

Constructor Detail

FileSet

public FileSet()

FileSet

protected FileSet(FileSet fileset)

Method Detail

clone

public Object clone()
Return a FileSet that has the same basedir and same patternsets as this one.
Copyright