Class FileToTimestampTransformer
java.lang.Object
com.atlassian.crowd.manager.backup.FileToTimestampTransformer
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