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

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

public static class GroboReZipTask.AlterZipModifyEntry
extends GroboReZipTask.ModifyEntry

Recursively alter the inner zip file, by writing its contents to temporary files.


Constructor Summary
GroboReZipTask.AlterZipModifyEntry(GroboReZipTask.AlterZip az)
           
 
Method Summary
 void modify(GroboReZipTask grze, java.io.InputStream in, java.io.File outfile)
           
 
Methods inherited from class net.sourceforge.groboutils.codecoverage.v2.ant.GroboReZipTask.ModifyEntry
shouldModify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroboReZipTask.AlterZipModifyEntry

public GroboReZipTask.AlterZipModifyEntry(GroboReZipTask.AlterZip az)
Method Detail

modify

public void modify(GroboReZipTask grze,
                   java.io.InputStream in,
                   java.io.File outfile)
            throws java.io.IOException
Specified by:
modify in class GroboReZipTask.ModifyEntry
Throws:
java.io.IOException


Copyright © 2001-2003 by The GroboUtils Project