Uses of Interface
org.apache.maven.index.util.zip.ZipHandle
-
Packages that use ZipHandle Package Description org.apache.maven.index.util.zip -
-
Uses of ZipHandle in org.apache.maven.index.util.zip
Classes in org.apache.maven.index.util.zip that implement ZipHandle Modifier and Type Class Description class
AbstractZipHandle
class
JavaZipFileHandle
Methods in org.apache.maven.index.util.zip that return ZipHandle Modifier and Type Method Description static ZipHandle
ZipFacade. getZipHandle(java.io.File targetFile)
Methods in org.apache.maven.index.util.zip with parameters of type ZipHandle Modifier and Type Method Description static void
ZipFacade. close(ZipHandle handle)
-