processing.app.tools
Class Archiver

java.lang.Object
  extended by processing.app.tools.Archiver
All Implemented Interfaces:
java.lang.Runnable, Tool

public class Archiver
extends java.lang.Object
implements Tool


Constructor Summary
Archiver()
           
 
Method Summary
 void buildZip(java.io.File dir, java.lang.String sofar, java.util.zip.ZipOutputStream zos)
           
 java.lang.String getMenuTitle()
           
 void init(Editor editor)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Archiver

public Archiver()
Method Detail

getMenuTitle

public java.lang.String getMenuTitle()
Specified by:
getMenuTitle in interface Tool

init

public void init(Editor editor)
Specified by:
init in interface Tool

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in interface Tool

buildZip

public void buildZip(java.io.File dir,
                     java.lang.String sofar,
                     java.util.zip.ZipOutputStream zos)
              throws java.io.IOException
Throws:
java.io.IOException