Package org.apache.maven.index.util.zip
Class ZipFacade
- java.lang.Object
-
- org.apache.maven.index.util.zip.ZipFacade
-
public class ZipFacade extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longJAVA_ZIPFILE_SIZE_THRESHOLDstatic longMEGABYTEprivate static booleanTRUEZIP_AVAILABLE
-
Constructor Summary
Constructors Constructor Description ZipFacade()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclose(ZipHandle handle)static ZipHandlegetZipHandle(java.io.File targetFile)
-
-
-
Field Detail
-
MEGABYTE
public static final long MEGABYTE
- See Also:
- Constant Field Values
-
JAVA_ZIPFILE_SIZE_THRESHOLD
public static final long JAVA_ZIPFILE_SIZE_THRESHOLD
-
TRUEZIP_AVAILABLE
private static final boolean TRUEZIP_AVAILABLE
-
-