zipdiff.ant
Class ZipDiffTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
zipdiff.ant.ZipDiffTask
- public class ZipDiffTask
- extends org.apache.tools.ant.Task
- Author:
- Sean C. Sullivan
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipDiffTask
public ZipDiffTask()
setFilename1
public void setFilename1(java.lang.String name)
setFilename2
public void setFilename2(java.lang.String name)
setIgnoreTimestamps
public void setIgnoreTimestamps(boolean b)
getIgnoreTimestamps
public boolean getIgnoreTimestamps()
setIgnoreCVSFiles
public void setIgnoreCVSFiles(boolean b)
getIgnoreCVSFiles
public boolean getIgnoreCVSFiles()
setCompareCRCValues
public void setCompareCRCValues(boolean b)
getCompareCRCValues
public boolean getCompareCRCValues()
execute
public void execute()
throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
writeDestFile
protected void writeDestFile(Differences d)
throws java.io.IOException
- Throws:
java.io.IOException
getDestFile
public java.lang.String getDestFile()
setDestFile
public void setDestFile(java.lang.String name)
calculateDifferences
protected Differences calculateDifferences()
throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
validate
protected void validate()
throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
Copyright © 2004 zipdiff.sourceforge.net. All Rights Reserved.