Interface TimestampStrategy

All Known Implementing Classes:
Java8TimestampStrategy, PreJava8TimestampStrategy

public interface TimestampStrategy
Strategy that we use to differentiate between JDK8 and older JDK ZipEntry method calls.
Since:
1.9
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setTime(ZipEntry newInstance, ZipEntry oldInstance)
     
  • Method Details