Overview Package Class Use Tree Deprecated Index Help
Prev Class Next Class Frames NoFrames All Classes
Summary: Nested Field Constr Method Detail: Field Constr Method
org.objectweb.util.ant
public class MultipleCopy extends Copy
Author:
Parameters: useDefaultExcludes "true"|"on"|"yes" when default exclusions
should be used, "false"|"off"|"no" when they
shouldn't be used. Parameters: excludes the string containing the exclude patterns Parameters: excludesfile A string containing the filename to fetch
the include patterns from. Parameters: includes the string containing the include patterns Parameters: includesfile A string containing the filename to fetch
the include patterns from. Field Summary protected File basedir protected FileSet fileset protected String myFile protected boolean notReplace protected boolean useDefaultExcludes
Method Summary void copy() NameEntry createExclude() NameEntry createExcludesFile() NameEntry createInclude() NameEntry createIncludesFile() PatternSet createPatternSet() void execute() protected DirectoryScanner getDirectoryScanner(File baseDir) void setDefaultexcludes(boolean useDefaultExcludes) void setExcludes(String excludes) void setExcludesfile(File excludesfile) void setIncludes(String includes) void setIncludesfile(File includesfile) void setNotReplace(boolean nr) void setTodir(File bd) void setTofile(String f) Field Detail
basedir
fileset
myFile
notReplace
useDefaultExcludes
Method Detail
copy
createExclude
createExcludesFile
createInclude
createIncludesFile
createPatternSet
execute
getDirectoryScanner
setDefaultexcludes
setExcludes
setExcludesfile
setIncludes
setIncludesfile
setNotReplace
setTodir
setTofile