Package org.eclipse.net4j.util.io
Class ZIPUtil.FileSystemZipHandler
- java.lang.Object
- 
- org.eclipse.net4j.util.io.ZIPUtil.FileSystemZipHandler
 
- 
- All Implemented Interfaces:
- ZIPUtil.ZipEntryHandler
 - Enclosing class:
- ZIPUtil
 
 public static class ZIPUtil.FileSystemZipHandler extends java.lang.Object implements ZIPUtil.ZipEntryHandler - Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description FileSystemZipHandler(java.io.File sourceFolder, boolean excludeRoot)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetName(java.io.File file)voidhandleEntry(ZIPUtil.EntryContext context)
 
- 
- 
- 
Method Detail- 
handleEntrypublic void handleEntry(ZIPUtil.EntryContext context) throws java.io.IOException - Specified by:
- handleEntryin interface- ZIPUtil.ZipEntryHandler
- Throws:
- java.io.IOException
 
 - 
getNameprotected java.lang.String getName(java.io.File file) 
 
- 
 
-