public interface HistoryGraphEntryProducer
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getBranchLabelFor(java.net.URL root,
                 GraphNode lnode)  | 
java.lang.String | 
getCommitLabel(java.net.URL root)  | 
ContextMenuListener | 
getContextMenuListener()  | 
HighLightListener | 
getHighLightListener()  | 
java.net.URL[] | 
getURLs(java.net.URL root,
       java.lang.String revision)  | 
GraphNode[] | 
produceEntries(java.net.URL root,
              java.time.LocalDate ldate)
produce the commit node entries 
 | 
GraphNode[] produceEntries(java.net.URL root, java.time.LocalDate ldate) throws VCSException
root - working tree / copy rootldate - produce entries from dateVCSExceptionjava.net.URL[] getURLs(java.net.URL root,
                       java.lang.String revision)
                throws VCSException
VCSExceptionjava.lang.String getBranchLabelFor(java.net.URL root,
                                   GraphNode lnode)
                            throws VCSException
VCSExceptionjava.lang.String getCommitLabel(java.net.URL root)
                         throws VCSException
VCSExceptionContextMenuListener getContextMenuListener()
HighLightListener getHighLightListener()