Java org.eclipse.jgit.internal.storage.file FileSnapshot fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.internal.storage.file FileSnapshot fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.internal.storage.file FileSnapshot.

The text is from its open source code.

Method

booleanisModified(File path)
Check if the path may have been modified since the snapshot was saved.
booleanisModified(Instant currLastModified)
FileSnapshotsave(File path)
Record a snapshot for a specific file path.
FileSnapshotsave(long modified)
Record a snapshot for a file for which the last modification time is already known.
FileSnapshotsave(Instant modified)
Record a snapshot for a file for which the last modification time is already known.