Uses of Interface
org.zeroturnaround.zip.timestamps.TimestampStrategy
Packages that use TimestampStrategy
-
Uses of TimestampStrategy in org.zeroturnaround.zip.timestamps
Classes in org.zeroturnaround.zip.timestamps that implement TimestampStrategyModifier and TypeClassDescriptionclass
This strategy will call lastModifiedTime, creationTime and lastAccessTime methods (added in Java 8).class
Setting the timestamp in pre-java-8 environments.Fields in org.zeroturnaround.zip.timestamps declared as TimestampStrategyModifier and TypeFieldDescriptionprivate static TimestampStrategy
TimestampStrategyFactory.INSTANCE
Methods in org.zeroturnaround.zip.timestamps that return TimestampStrategyModifier and TypeMethodDescriptionstatic TimestampStrategy
TimestampStrategyFactory.getInstance()
private static TimestampStrategy
TimestampStrategyFactory.getStrategy()