Package | Description |
---|---|
org.netbeans.modules.versioning.core.spi |
SPI to integrate a VCS module into the NetBeans IDE
|
org.netbeans.modules.versioning.core.util |
Modifier and Type | Method and Description |
---|---|
VCSHistoryProvider |
VCSHistoryProvider.HistoryEvent.getSource()
Returns history provider owning the changed files.
|
VCSHistoryProvider |
VersioningSystem.getVCSHistoryProvider()
Retrieves a VCSHistoryProvider implementation if this versioning system provides one.
|
Constructor and Description |
---|
HistoryEvent(VCSHistoryProvider source,
VCSFileProxy[] files)
Creates a new HistoryEvent
|
Modifier and Type | Method and Description |
---|---|
VCSHistoryProvider |
VCSSystemProvider.VersioningSystem.getVCSHistoryProvider() |