public final class VcsContentAnnotationImpl extends java.lang.Object implements VcsContentAnnotation
VcsContentAnnotation.Details| Constructor and Description |
|---|
VcsContentAnnotationImpl(Project project) |
| Modifier and Type | Method and Description |
|---|---|
VcsRevisionNumber |
fileRecentlyChanged(VirtualFile vf) |
static VcsContentAnnotation |
getInstance(Project project) |
boolean |
intervalRecentlyChanged(VirtualFile file,
TextRange lineInterval,
VcsRevisionNumber currentRevisionNumber) |
public VcsContentAnnotationImpl(Project project)
public static VcsContentAnnotation getInstance(Project project)
public VcsRevisionNumber fileRecentlyChanged(VirtualFile vf)
fileRecentlyChanged in interface VcsContentAnnotationpublic boolean intervalRecentlyChanged(VirtualFile file, TextRange lineInterval, VcsRevisionNumber currentRevisionNumber)
intervalRecentlyChanged in interface VcsContentAnnotation