net.sourceforge.groboutils.codecoverage.v2.ant
Class GroboReZipTask.ModifyEntry

java.lang.Object
  extended bynet.sourceforge.groboutils.codecoverage.v2.ant.GroboReZipTask.ModifyEntry
Direct Known Subclasses:
GroboReZipTask.AlterZipModifyEntry
Enclosing class:
GroboReZipTask

public abstract static class GroboReZipTask.ModifyEntry
extends java.lang.Object

Tells the processing system that a particular file needs to be modified.


Constructor Summary
GroboReZipTask.ModifyEntry(java.lang.String src)
           
 
Method Summary
abstract  void modify(GroboReZipTask grze, java.io.InputStream in, java.io.File outfile)
           
 boolean shouldModify(java.lang.String r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroboReZipTask.ModifyEntry

public GroboReZipTask.ModifyEntry(java.lang.String src)
Method Detail

shouldModify

public boolean shouldModify(java.lang.String r)

modify

public abstract void modify(GroboReZipTask grze,
                            java.io.InputStream in,
                            java.io.File outfile)
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2003 by The GroboUtils Project