get_by_file


Description:

public IndexEntryResolveUndo? get_by_file (File file)

Get an resolve_undo entry specified by path.

The returned entry is read only and should not be modified by the caller. If the entry could not be found, null is returned.

Parameters:

this

a IndexEntriesResolveUndo.

file

a File.

Returns:

a IndexEntryResolveUndo or null .