org.eclipse.net4j.util.io
Class ZIPUtil.FileSystemZipHandler

java.lang.Object
  extended by org.eclipse.net4j.util.io.ZIPUtil.FileSystemZipHandler
All Implemented Interfaces:
ZIPUtil.ZipEntryHandler
Enclosing class:
ZIPUtil

public static final class ZIPUtil.FileSystemZipHandler
extends Object
implements ZIPUtil.ZipEntryHandler


Constructor Summary
ZIPUtil.FileSystemZipHandler(File sourceFolder, boolean excludeRoot)
           
 
Method Summary
protected  String getName(File file)
           
 void handleEntry(ZIPUtil.EntryContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZIPUtil.FileSystemZipHandler

public ZIPUtil.FileSystemZipHandler(File sourceFolder,
                                    boolean excludeRoot)
Method Detail

handleEntry

public void handleEntry(ZIPUtil.EntryContext context)
                 throws IOException
Specified by:
handleEntry in interface ZIPUtil.ZipEntryHandler
Throws:
IOException

getName

protected String getName(File file)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.