public static final class VCSHistoryProvider.HistoryEvent extends Object
Constructor and Description |
---|
HistoryEvent(VCSHistoryProvider source,
VCSFileProxy[] files)
Creates a new HistoryEvent
|
Modifier and Type | Method and Description |
---|---|
VCSFileProxy[] |
getFiles()
Returns files which history has changed.
|
VCSHistoryProvider |
getSource()
Returns history provider owning the changed files.
|
public HistoryEvent(VCSHistoryProvider source, VCSFileProxy[] files)
source
- VCSHistoryProvider
representing the versioning system in which a history change happened.files
- the files which history has changedpublic VCSFileProxy[] getFiles()
public VCSHistoryProvider getSource()