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 java.lang.Object
implements ZIPUtil.ZipEntryHandler


Constructor Summary
ZIPUtil.FileSystemZipHandler(java.io.File sourceFolder, boolean excludeRoot)
           
 
Method Summary
protected  java.lang.String getName(java.io.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(java.io.File sourceFolder,
                                    boolean excludeRoot)
Method Detail

handleEntry

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

getName

protected java.lang.String getName(java.io.File file)

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.