public static final class VCSHistoryProvider.HistoryEvent extends Object
| Constructor and Description |
|---|
VCSHistoryProvider.HistoryEvent(VCSHistoryProvider source,
File[] files)
Creates a new HistoryEvent
|
| Modifier and Type | Method and Description |
|---|---|
File[] |
getFiles()
Returns files which history has changed.
|
VCSHistoryProvider |
getSource()
Returns the
VCSHistoryProvider representing the versioning system in which a history change happened. |
public VCSHistoryProvider.HistoryEvent(VCSHistoryProvider source, File[] files)
source - VCSHistoryProvider representing the versioning system in which a history change happened.files - the files which history has changedpublic File[] getFiles()
public VCSHistoryProvider getSource()
VCSHistoryProvider representing the versioning system in which a history change happened.VCSHistoryProvider representing the versioning system in which a history change happened.Built on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.