Class FileToTimestampTransformer

java.lang.Object
com.atlassian.crowd.manager.backup.FileToTimestampTransformer
All Implemented Interfaces:
com.google.common.base.Function<File,Date>, Function<File,Date>

public class FileToTimestampTransformer extends Object implements com.google.common.base.Function<File,Date>
Transforms a File into a Date, or null if the file is not a valid automated backup file. Note: this class is stateful and not thread safe.
Since:
v2.7
  • Constructor Details

    • FileToTimestampTransformer

      public FileToTimestampTransformer()
  • Method Details