Interface | Description |
---|---|
TimestampStrategy |
Strategy that we use to differentiate between JDK8 and older JDK
ZipEntry method calls.
|
Class | Description |
---|---|
Java8TimestampStrategy |
This strategy will call lastModifiedTime, creationTime and
lastAccessTime methods (added in Java 8).
|
PreJava8TimestampStrategy |
Setting the timestamp in pre-java-8 environments.
|
TimestampStrategyFactory |
The getInstance() of this method will return a JDK8 implementation when
running on JVM 8 and a no operation instance when running on older JVM.
|
Copyright © 2017 ZeroTurnaround. All rights reserved.