org.apache.maven.index.util.zip
Class AbstractZipHandle

java.lang.Object
  extended by org.apache.maven.index.util.zip.AbstractZipHandle
All Implemented Interfaces:
ZipHandle
Direct Known Subclasses:
JavaZipFileHandle, TrueZipZipFileHandle

public abstract class AbstractZipHandle
extends Object
implements ZipHandle


Constructor Summary
AbstractZipHandle(File targetFile)
           
 
Method Summary
 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
 

Constructor Detail

AbstractZipHandle

public AbstractZipHandle(File targetFile)
Method Detail

getTargetFile

public File getTargetFile()


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.