public class VCSHistoryGraphProvider
extends java.lang.Object
| Constructor and Description | 
|---|
VCSHistoryGraphProvider(VCSProfile profile,
                       oracle.jdevimpl.vcs.generic.profile.HistoryGraphProviderInfo providerInfo)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getBranchLabelFor(java.net.URL root,
                 GraphNode node)  | 
java.lang.String | 
getCommitLabel(java.net.URL root)  | 
ContextMenuListener | 
getContextMenuListener()  | 
int | 
getDateDuration(java.net.URL url)  | 
GraphNode[] | 
getEntries(java.net.URL url)  | 
HighLightListener | 
getHighLightListener()  | 
java.time.LocalDate | 
getStartDate(java.net.URL url)  | 
java.net.URL[] | 
getURLs(java.net.URL root,
       java.lang.String revision)  | 
java.time.LocalDate | 
getUserEnteredDate(java.net.URL url)  | 
void | 
setStartDate(java.net.URL url,
            java.time.LocalDate localDate,
            boolean userEntered)  | 
public VCSHistoryGraphProvider(VCSProfile profile, oracle.jdevimpl.vcs.generic.profile.HistoryGraphProviderInfo providerInfo)
public GraphNode[] getEntries(java.net.URL url) throws VCSException
VCSExceptionpublic int getDateDuration(java.net.URL url)
public java.time.LocalDate getUserEnteredDate(java.net.URL url)
public java.time.LocalDate getStartDate(java.net.URL url)
public void setStartDate(java.net.URL url,
                         java.time.LocalDate localDate,
                         boolean userEntered)
public java.net.URL[] getURLs(java.net.URL root,
                              java.lang.String revision)
                       throws VCSException
VCSExceptionpublic java.lang.String getBranchLabelFor(java.net.URL root,
                                          GraphNode node)
                                   throws VCSException
VCSExceptionpublic java.lang.String getCommitLabel(java.net.URL root)
                                throws VCSException
VCSExceptionpublic ContextMenuListener getContextMenuListener()
public HighLightListener getHighLightListener()