org.apache.tools.ant.types

Class DirSet

public class DirSet extends AbstractFileSet

Subclass as hint for supporting tasks that the included directories instead of files should be used.

Since: Ant 1.5

Constructor Summary
DirSet()
protected DirSet(DirSet dirset)
Method Summary
Objectclone()
Return a DirSet that has the same basedir and same patternsets as this one.

Constructor Detail

DirSet

public DirSet()

DirSet

protected DirSet(DirSet dirset)

Method Detail

clone

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