Java Doc for Zip.java in  » Build » ANT » org » apache » tools » ant » taskdefs » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Build » ANT » org.apache.tools.ant.taskdefs 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.tools.ant.taskdefs.MatchingTask
   org.apache.tools.ant.taskdefs.Zip

All known Subclasses:   org.apache.tools.ant.taskdefs.Jar,
Zip
public class Zip extends MatchingTask (Code)
Create a Zip file.
since:
   Ant 1.1

Inner Class :public static class WhenEmpty extends EnumeratedAttribute
Inner Class :public static class Duplicate extends EnumeratedAttribute
Inner Class :public static class ArchiveState

Field Summary
protected  HashtableaddedDirs
    
protected  StringarchiveType
    
protected  booleandoubleFilePass
    
protected  Stringduplicate
    
protected  StringemptyBehavior
    
protected  Hashtableentries
    
protected  booleanskipWriting
    
protected  FilezipFile
    


Method Summary
public  voidadd(ResourceCollection a)
     Add a collection of resources to be archived.
public  voidaddFileset(FileSet set)
     Adds a set of files.
final protected  voidaddParentDirs(File baseDir, String entry, ZipOutputStream zOut, String prefix, int dirMode)
     Ensure all parent dirs of a given entry have been added.
final protected  voidaddResources(FileSet fileset, Resource[] resources, ZipOutputStream zOut)
     Add the given resources.
final protected  voidaddResources(ResourceCollection rc, Resource[] resources, ZipOutputStream zOut)
     Add the given resources.
public  voidaddZipGroupFileset(FileSet set)
     Adds a group of zip files.
public  voidaddZipfileset(ZipFileSet set)
     Adds a set of files that can be read from an archive and be given a prefix/fullpath.
protected  voidcleanUp()
     Do any clean up necessary to allow this instance to be used again.

When we get here, the Zip file has been closed and all we need to do is to reset some globals.

This method will only reset globals that have been changed during execute(), it will not alter the attributes or nested child elements.

protected  booleancreateEmptyZip(File zipFile)
    
public  voidexecute()
    
public  voidexecuteMain()
     Build the zip file.
protected  voidfinalizeZipOutputStream(ZipOutputStream zOut)
    
public  StringgetComment()
    
public  FilegetDestFile()
     The file to create.
public  StringgetEncoding()
     Encoding to use for filenames.
public  intgetLevel()
     Get the compression level.
protected  ArchiveStategetNonFileSetResourcesToAdd(ResourceCollection[] rcs, File zipFile, boolean needsUpdate)
     Collect the resources that are newer than the corresponding entries (or missing) in the original archive.

If we are going to recreate the archive instead of updating it, all resources should be considered as new, if a single one is.

protected  ArchiveStategetResourcesToAdd(ResourceCollection[] rcs, File zipFile, boolean needsUpdate)
     Collect the resources that are newer than the corresponding entries (or missing) in the original archive.

If we are going to recreate the archive instead of updating it, all resources should be considered as new, if a single one is.

protected  ArchiveStategetResourcesToAdd(FileSet[] filesets, File zipFile, boolean needsUpdate)
     Collect the resources that are newer than the corresponding entries (or missing) in the original archive.

If we are going to recreate the archive instead of updating it, all resources should be considered as new, if a single one is.

protected  Resource[][]grabNonFileSetResources(ResourceCollection[] rcs)
     Fetch all included and not excluded resources from the collections.
protected  Resource[][]grabResources(FileSet[] filesets)
     Fetch all included and not excluded resources from the sets.
protected  voidinitZipOutputStream(ZipOutputStream zOut)
    
final protected  booleanisAddingNewFiles()
    
public  booleanisCompress()
    
final protected static  booleanisEmpty(Resource[][] r)
     Check is the resource arrays are empty.
public  booleanisInUpdateMode()
    
public  voidreset()
     Makes this instance reset all attributes to their default values and forget all children.
protected  Resource[]selectFileResources(Resource[] orig)
     Drops all non-file resources from the given array.
public  voidsetBasedir(File baseDir)
     Directory from which to archive files; optional.
public  voidsetComment(String comment)
     Comment to use for archive.
public  voidsetCompress(boolean c)
    
public  voidsetDestFile(File destFile)
     The file to create; required.
public  voidsetDuplicate(Duplicate df)
     Sets behavior for when a duplicate file is about to be added - one of add, preserve or fail.
public  voidsetEncoding(String encoding)
     Encoding to use for filenames, defaults to the platform's default encoding.
public  voidsetFile(File file)
     This is the name/location of where to create the file.
public  voidsetFilesonly(boolean f)
     If true, emulate Sun's jar utility by not adding parent directories; optional, defaults to false.
public  voidsetKeepCompression(boolean keep)
     Whether the original compression of entries coming from a ZIP archive should be kept (for example when updating an archive).
public  voidsetLevel(int level)
     Set the compression level to use.
public  voidsetRoundUp(boolean r)
     Whether the file modification times will be rounded up to the next even number of seconds.

Zip archives store file modification times with a granularity of two seconds, so the times will either be rounded up or down.

public  voidsetUpdate(boolean c)
     If true, updates an existing file, otherwise overwrite any existing one; optional defaults to false.
public  voidsetWhenempty(WhenEmpty we)
     Sets behavior of the task when no files match.
public  voidsetZipfile(File zipFile)
     This is the name/location of where to create the .zip file.
protected  voidzipDir(File dir, ZipOutputStream zOut, String vPath, int mode)
     Add a directory to the zip stream.
protected  voidzipDir(File dir, ZipOutputStream zOut, String vPath, int mode, ZipExtraField[] extra)
     Add a directory to the zip stream.
protected  voidzipFile(InputStream in, ZipOutputStream zOut, String vPath, long lastModified, File fromArchive, int mode)
     Adds a new entry to the archive, takes care of duplicates as well.
protected  voidzipFile(File file, ZipOutputStream zOut, String vPath, int mode)
     Method that gets called when adding from java.io.File instances.

Field Detail
addedDirs
protected Hashtable addedDirs(Code)



archiveType
protected String archiveType(Code)



doubleFilePass
protected boolean doubleFilePass(Code)



duplicate
protected String duplicate(Code)



emptyBehavior
protected String emptyBehavior(Code)



entries
protected Hashtable entries(Code)



skipWriting
protected boolean skipWriting(Code)



zipFile
protected File zipFile(Code)





Method Detail
add
public void add(ResourceCollection a)(Code)
Add a collection of resources to be archived.
Parameters:
  a - the resources to archive
since:
   Ant 1.7



addFileset
public void addFileset(FileSet set)(Code)
Adds a set of files.
Parameters:
  set - the fileset to add



addParentDirs
final protected void addParentDirs(File baseDir, String entry, ZipOutputStream zOut, String prefix, int dirMode) throws IOException(Code)
Ensure all parent dirs of a given entry have been added.
Parameters:
  baseDir - the base directory to use (may be null)
Parameters:
  entry - the entry name to create directories from
Parameters:
  zOut - the stream to write to
Parameters:
  prefix - a prefix to place on the created entries
Parameters:
  dirMode - the directory mode
throws:
  IOException - on error
since:
   Ant 1.5.2



addResources
final protected void addResources(FileSet fileset, Resource[] resources, ZipOutputStream zOut) throws IOException(Code)
Add the given resources.
Parameters:
  fileset - may give additional information like fullpath orpermissions.
Parameters:
  resources - the resources to add
Parameters:
  zOut - the stream to write to
throws:
  IOException - on error
since:
   Ant 1.5.2



addResources
final protected void addResources(ResourceCollection rc, Resource[] resources, ZipOutputStream zOut) throws IOException(Code)
Add the given resources.
Parameters:
  rc - may give additional information like fullpath orpermissions.
Parameters:
  resources - the resources to add
Parameters:
  zOut - the stream to write to
throws:
  IOException - on error
since:
   Ant 1.7



addZipGroupFileset
public void addZipGroupFileset(FileSet set)(Code)
Adds a group of zip files.
Parameters:
  set - the group (a fileset) to add



addZipfileset
public void addZipfileset(ZipFileSet set)(Code)
Adds a set of files that can be read from an archive and be given a prefix/fullpath.
Parameters:
  set - the zipfileset to add



cleanUp
protected void cleanUp()(Code)
Do any clean up necessary to allow this instance to be used again.

When we get here, the Zip file has been closed and all we need to do is to reset some globals.

This method will only reset globals that have been changed during execute(), it will not alter the attributes or nested child elements. If you want to reset the instance so that you can later zip a completely different set of files, you must use the reset method.


See Also:   Zip.reset



createEmptyZip
protected boolean createEmptyZip(File zipFile) throws BuildException(Code)
Create an empty zip file
Parameters:
  zipFile - the zip file true for historic reasons
throws:
  BuildException - on error



execute
public void execute() throws BuildException(Code)
validate and build
throws:
  BuildException - on error



executeMain
public void executeMain() throws BuildException(Code)
Build the zip file. This is called twice if doubleFilePass is true.
throws:
  BuildException - on error



finalizeZipOutputStream
protected void finalizeZipOutputStream(ZipOutputStream zOut) throws IOException, BuildException(Code)
method for subclasses to override
Parameters:
  zOut - the zip output stream
throws:
  IOException - on output error
throws:
  BuildException - on other errors



getComment
public String getComment()(Code)
Comment of the archive Comment of the archive.
since:
   Ant 1.6.3



getDestFile
public File getDestFile()(Code)
The file to create. the destination file
since:
   Ant 1.5.2



getEncoding
public String getEncoding()(Code)
Encoding to use for filenames. the name of the encoding to use
since:
   Ant 1.5.2



getLevel
public int getLevel()(Code)
Get the compression level. compression level.
since:
   Ant 1.7



getNonFileSetResourcesToAdd
protected ArchiveState getNonFileSetResourcesToAdd(ResourceCollection[] rcs, File zipFile, boolean needsUpdate) throws BuildException(Code)
Collect the resources that are newer than the corresponding entries (or missing) in the original archive.

If we are going to recreate the archive instead of updating it, all resources should be considered as new, if a single one is. Because of this, subclasses overriding this method must call super.getResourcesToAdd and indicate with the third arg if they already know that the archive is out-of-date.


Parameters:
  rcs - The filesets to grab resources from
Parameters:
  zipFile - intended archive file (may or may not exist)
Parameters:
  needsUpdate - whether we already know that the archive isout-of-date. Subclasses overriding this method are supposed toset this value correctly in their call tosuper.getResourcesToAdd. an array of resources to add for each fileset passed in as wellas a flag that indicates whether the archive is uptodate.
exception:
  BuildException - if it likes



getResourcesToAdd
protected ArchiveState getResourcesToAdd(ResourceCollection[] rcs, File zipFile, boolean needsUpdate) throws BuildException(Code)
Collect the resources that are newer than the corresponding entries (or missing) in the original archive.

If we are going to recreate the archive instead of updating it, all resources should be considered as new, if a single one is. Because of this, subclasses overriding this method must call super.getResourcesToAdd and indicate with the third arg if they already know that the archive is out-of-date.

This method first delegates to getNonFileSetResourceToAdd and then invokes the FileSet-arg version. All this to keep backwards compatibility for subclasses that don't know how to deal with non-FileSet ResourceCollections.


Parameters:
  rcs - The resource collections to grab resources from
Parameters:
  zipFile - intended archive file (may or may not exist)
Parameters:
  needsUpdate - whether we already know that the archive isout-of-date. Subclasses overriding this method are supposed toset this value correctly in their call tosuper.getResourcesToAdd. an array of resources to add for each fileset passed in as wellas a flag that indicates whether the archive is uptodate.
exception:
  BuildException - if it likes
since:
   Ant 1.7



getResourcesToAdd
protected ArchiveState getResourcesToAdd(FileSet[] filesets, File zipFile, boolean needsUpdate) throws BuildException(Code)
Collect the resources that are newer than the corresponding entries (or missing) in the original archive.

If we are going to recreate the archive instead of updating it, all resources should be considered as new, if a single one is. Because of this, subclasses overriding this method must call super.getResourcesToAdd and indicate with the third arg if they already know that the archive is out-of-date.


Parameters:
  filesets - The filesets to grab resources from
Parameters:
  zipFile - intended archive file (may or may not exist)
Parameters:
  needsUpdate - whether we already know that the archive isout-of-date. Subclasses overriding this method are supposed toset this value correctly in their call tosuper.getResourcesToAdd. an array of resources to add for each fileset passed in as wellas a flag that indicates whether the archive is uptodate.
exception:
  BuildException - if it likes



grabNonFileSetResources
protected Resource[][] grabNonFileSetResources(ResourceCollection[] rcs)(Code)
Fetch all included and not excluded resources from the collections.

Included directories will precede included files.


Parameters:
  rcs - an array of resource collections the resources included
since:
   Ant 1.7



grabResources
protected Resource[][] grabResources(FileSet[] filesets)(Code)
Fetch all included and not excluded resources from the sets.

Included directories will precede included files.


Parameters:
  filesets - an array of filesets the resources included
since:
   Ant 1.5.2



initZipOutputStream
protected void initZipOutputStream(ZipOutputStream zOut) throws IOException, BuildException(Code)
method for subclasses to override
Parameters:
  zOut - the zip output stream
throws:
  IOException - on output error
throws:
  BuildException - on other errors



isAddingNewFiles
final protected boolean isAddingNewFiles()(Code)
Indicates if the task is adding new files into the archive as opposed to copying back unchanged files from the backup copy true if adding new files



isCompress
public boolean isCompress()(Code)
Whether we want to compress the files or only store them; true if the files are to be compressed
since:
   Ant 1.5.2



isEmpty
final protected static boolean isEmpty(Resource[][] r)(Code)
Check is the resource arrays are empty.
Parameters:
  r - the arrays to check true if all individual arrays are empty
since:
   Ant 1.5.2



isInUpdateMode
public boolean isInUpdateMode()(Code)
Are we updating an existing archive? true if updating an existing archive



reset
public void reset()(Code)
Makes this instance reset all attributes to their default values and forget all children.
since:
   Ant 1.5
See Also:   Zip.cleanUp



selectFileResources
protected Resource[] selectFileResources(Resource[] orig)(Code)
Drops all non-file resources from the given array.
Parameters:
  orig - the resources to filter the filters resources
since:
   Ant 1.6



setBasedir
public void setBasedir(File baseDir)(Code)
Directory from which to archive files; optional.
Parameters:
  baseDir - the base directory



setComment
public void setComment(String comment)(Code)
Comment to use for archive.
Parameters:
  comment - The content of the comment.
since:
   Ant 1.6.3



setCompress
public void setCompress(boolean c)(Code)
Whether we want to compress the files or only store them; optional, default=true;
Parameters:
  c - if true, compress the files



setDestFile
public void setDestFile(File destFile)(Code)
The file to create; required.
since:
   Ant 1.5
Parameters:
  destFile - The new destination File



setDuplicate
public void setDuplicate(Duplicate df)(Code)
Sets behavior for when a duplicate file is about to be added - one of add, preserve or fail. Possible values are: add (keep both of the files); preserve (keep the first version of the file found); fail halt a problem Default for zip tasks is add
Parameters:
  df - a Duplicate enumerated value



setEncoding
public void setEncoding(String encoding)(Code)
Encoding to use for filenames, defaults to the platform's default encoding.

For a list of possible values see http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html.


Parameters:
  encoding - the encoding name



setFile
public void setFile(File file)(Code)
This is the name/location of where to create the file.
Parameters:
  file - the path of the zipFile
since:
   Ant 1.5



setFilesonly
public void setFilesonly(boolean f)(Code)
If true, emulate Sun's jar utility by not adding parent directories; optional, defaults to false.
Parameters:
  f - if true, emulate sun's jar by not adding parent directories



setKeepCompression
public void setKeepCompression(boolean keep)(Code)
Whether the original compression of entries coming from a ZIP archive should be kept (for example when updating an archive). Default is false.
Parameters:
  keep - if true, keep the original compression
since:
   Ant 1.6



setLevel
public void setLevel(int level)(Code)
Set the compression level to use. Default is ZipOutputStream.DEFAULT_COMPRESSION.
Parameters:
  level - compression level.
since:
   Ant 1.7



setRoundUp
public void setRoundUp(boolean r)(Code)
Whether the file modification times will be rounded up to the next even number of seconds.

Zip archives store file modification times with a granularity of two seconds, so the times will either be rounded up or down. If you round down, the archive will always seem out-of-date when you rerun the task, so the default is to round up. Rounding up may lead to a different type of problems like JSPs inside a web archive that seem to be slightly more recent than precompiled pages, rendering precompilation useless.


Parameters:
  r - a boolean value
since:
   Ant 1.6.2



setUpdate
public void setUpdate(boolean c)(Code)
If true, updates an existing file, otherwise overwrite any existing one; optional defaults to false.
Parameters:
  c - if true, updates an existing zip file



setWhenempty
public void setWhenempty(WhenEmpty we)(Code)
Sets behavior of the task when no files match. Possible values are: fail (throw an exception and halt the build); skip (do not create any archive, but issue a warning); create (make an archive with no entries). Default for zip tasks is skip; for jar tasks, create.
Parameters:
  we - a WhenEmpty enumerated value



setZipfile
public void setZipfile(File zipFile)(Code)
This is the name/location of where to create the .zip file.
Parameters:
  zipFile - the path of the zipFile



zipDir
protected void zipDir(File dir, ZipOutputStream zOut, String vPath, int mode) throws IOException(Code)
Add a directory to the zip stream.
Parameters:
  dir - the directort to add to the archive
Parameters:
  zOut - the stream to write to
Parameters:
  vPath - the name this entry shall have in the archive
Parameters:
  mode - the Unix permissions to set.
throws:
  IOException - on error
since:
   Ant 1.5.2



zipDir
protected void zipDir(File dir, ZipOutputStream zOut, String vPath, int mode, ZipExtraField[] extra) throws IOException(Code)
Add a directory to the zip stream.
Parameters:
  dir - the directort to add to the archive
Parameters:
  zOut - the stream to write to
Parameters:
  vPath - the name this entry shall have in the archive
Parameters:
  mode - the Unix permissions to set.
Parameters:
  extra - ZipExtraFields to add
throws:
  IOException - on error
since:
   Ant 1.6.3



zipFile
protected void zipFile(InputStream in, ZipOutputStream zOut, String vPath, long lastModified, File fromArchive, int mode) throws IOException(Code)
Adds a new entry to the archive, takes care of duplicates as well.
Parameters:
  in - the stream to read data for the entry from.
Parameters:
  zOut - the stream to write to.
Parameters:
  vPath - the name this entry shall have in the archive.
Parameters:
  lastModified - last modification time for the entry.
Parameters:
  fromArchive - the original archive we are copying thisentry from, will be null if we are not copying from an archive.
Parameters:
  mode - the Unix permissions to set.
since:
   Ant 1.5.2
throws:
  IOException - on error



zipFile
protected void zipFile(File file, ZipOutputStream zOut, String vPath, int mode) throws IOException(Code)
Method that gets called when adding from java.io.File instances.

This implementation delegates to the six-arg version.


Parameters:
  file - the file to add to the archive
Parameters:
  zOut - the stream to write to
Parameters:
  vPath - the name this entry shall have in the archive
Parameters:
  mode - the Unix permissions to set.
throws:
  IOException - on error
since:
   Ant 1.5.2



Fields inherited from org.apache.tools.ant.taskdefs.MatchingTask
protected FileSet fileset(Code)(Java Doc)

Methods inherited from org.apache.tools.ant.taskdefs.MatchingTask
public void XsetIgnore(String ignoreString)(Code)(Java Doc)
public void XsetItems(String itemString)(Code)(Java Doc)
public void add(FileSelector selector)(Code)(Java Doc)
public void addAnd(AndSelector selector)(Code)(Java Doc)
public void addContains(ContainsSelector selector)(Code)(Java Doc)
public void addContainsRegexp(ContainsRegexpSelector selector)(Code)(Java Doc)
public void addCustom(ExtendSelector selector)(Code)(Java Doc)
public void addDate(DateSelector selector)(Code)(Java Doc)
public void addDepend(DependSelector selector)(Code)(Java Doc)
public void addDepth(DepthSelector selector)(Code)(Java Doc)
public void addDifferent(DifferentSelector selector)(Code)(Java Doc)
public void addFilename(FilenameSelector selector)(Code)(Java Doc)
public void addMajority(MajoritySelector selector)(Code)(Java Doc)
public void addModified(ModifiedSelector selector)(Code)(Java Doc)
public void addNone(NoneSelector selector)(Code)(Java Doc)
public void addNot(NotSelector selector)(Code)(Java Doc)
public void addOr(OrSelector selector)(Code)(Java Doc)
public void addPresent(PresentSelector selector)(Code)(Java Doc)
public void addSelector(SelectSelector selector)(Code)(Java Doc)
public void addSize(SizeSelector selector)(Code)(Java Doc)
public void addType(TypeSelector selector)(Code)(Java Doc)
public void appendSelector(FileSelector selector)(Code)(Java Doc)
public PatternSet.NameEntry createExclude()(Code)(Java Doc)
public PatternSet.NameEntry createExcludesFile()(Code)(Java Doc)
public PatternSet.NameEntry createInclude()(Code)(Java Doc)
public PatternSet.NameEntry createIncludesFile()(Code)(Java Doc)
public PatternSet createPatternSet()(Code)(Java Doc)
protected DirectoryScanner getDirectoryScanner(File baseDir)(Code)(Java Doc)
final protected FileSet getImplicitFileSet()(Code)(Java Doc)
public FileSelector[] getSelectors(Project p)(Code)(Java Doc)
public boolean hasSelectors()(Code)(Java Doc)
public int selectorCount()(Code)(Java Doc)
public Enumeration selectorElements()(Code)(Java Doc)
public void setCaseSensitive(boolean isCaseSensitive)(Code)(Java Doc)
public void setDefaultexcludes(boolean useDefaultExcludes)(Code)(Java Doc)
public void setExcludes(String excludes)(Code)(Java Doc)
public void setExcludesfile(File excludesfile)(Code)(Java Doc)
public void setFollowSymlinks(boolean followSymlinks)(Code)(Java Doc)
public void setIncludes(String includes)(Code)(Java Doc)
public void setIncludesfile(File includesfile)(Code)(Java Doc)
public void setProject(Project project)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.