Package org.apache.maven.index.util.zip
Class AbstractZipHandle
- java.lang.Object
-
- org.apache.maven.index.util.zip.AbstractZipHandle
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,ZipHandle
- Direct Known Subclasses:
JavaZipFileHandle
public abstract class AbstractZipHandle extends java.lang.Object implements ZipHandle
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
targetFile
-
Constructor Summary
Constructors Constructor Description AbstractZipHandle(java.io.File targetFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getTargetFile()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.maven.index.util.zip.ZipHandle
close, getEntries, getEntries, getEntryContent, hasEntry
-
-