Uses of Interface
org.zeroturnaround.zip.timestamps.TimestampStrategy
-
Packages that use TimestampStrategy Package Description org.zeroturnaround.zip.timestamps -
-
Uses of TimestampStrategy in org.zeroturnaround.zip.timestamps
Classes in org.zeroturnaround.zip.timestamps that implement TimestampStrategy Modifier and Type Class Description class
Java8TimestampStrategy
This strategy will call lastModifiedTime, creationTime and lastAccessTime methods (added in Java 8).class
PreJava8TimestampStrategy
Setting the timestamp in pre-java-8 environments.Fields in org.zeroturnaround.zip.timestamps declared as TimestampStrategy Modifier and Type Field Description private static TimestampStrategy
TimestampStrategyFactory. INSTANCE
Methods in org.zeroturnaround.zip.timestamps that return TimestampStrategy Modifier and Type Method Description static TimestampStrategy
TimestampStrategyFactory. getInstance()
private static TimestampStrategy
TimestampStrategyFactory. getStrategy()
-