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 classJava8TimestampStrategyThis strategy will call lastModifiedTime, creationTime and lastAccessTime methods (added in Java 8).classPreJava8TimestampStrategySetting the timestamp in pre-java-8 environments.Fields in org.zeroturnaround.zip.timestamps declared as TimestampStrategy Modifier and Type Field Description private static TimestampStrategyTimestampStrategyFactory. INSTANCEMethods in org.zeroturnaround.zip.timestamps that return TimestampStrategy Modifier and Type Method Description static TimestampStrategyTimestampStrategyFactory. getInstance()private static TimestampStrategyTimestampStrategyFactory. getStrategy()
-