S
- public static interface VCSSystemProvider.VersioningSystem<S>
Modifier and Type | Method and Description |
---|---|
boolean |
accept(VCSContext ctx) |
void |
addPropertyCL(PropertyChangeListener listener) |
CollocationQueryImplementation2 |
getCollocationQueryImplementation() |
S |
getDelegate() |
String |
getDisplayName() |
String |
getMenuLabel() |
void |
getOriginalFile(VCSFileProxy workingCopy,
VCSFileProxy originalFile) |
VCSFileProxy |
getTopmostManagedAncestor(VCSFileProxy file) |
VCSAnnotator |
getVCSAnnotator() |
VCSHistoryProvider |
getVCSHistoryProvider() |
VCSInterceptor |
getVCSInterceptor() |
VCSVisibilityQuery |
getVisibilityQuery() |
boolean |
isExcluded(VCSFileProxy file) |
boolean |
isLocalHistory() |
boolean |
isMetadataFile(VCSFileProxy file) |
void |
removePropertyCL(PropertyChangeListener listener) |
S getDelegate()
String getDisplayName()
String getMenuLabel()
boolean isLocalHistory()
VCSFileProxy getTopmostManagedAncestor(VCSFileProxy file)
VCSAnnotator getVCSAnnotator()
VCSInterceptor getVCSInterceptor()
VCSHistoryProvider getVCSHistoryProvider()
void getOriginalFile(VCSFileProxy workingCopy, VCSFileProxy originalFile)
CollocationQueryImplementation2 getCollocationQueryImplementation()
VCSVisibilityQuery getVisibilityQuery()
void addPropertyCL(PropertyChangeListener listener)
void removePropertyCL(PropertyChangeListener listener)
boolean isExcluded(VCSFileProxy file)
boolean accept(VCSContext ctx)
boolean isMetadataFile(VCSFileProxy file)