|
org.netbeans.modules.versioning/1 1.32.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.versioning.spi.VCSHistoryProvider.HistoryEvent
public static final class VCSHistoryProvider.HistoryEvent
Event notifying a change in the history of some files.
| Constructor Summary | |
|---|---|
VCSHistoryProvider.HistoryEvent(VCSHistoryProvider source,
File[] files)
Creates a new HistoryEvent |
|
| Method Summary | |
|---|---|
File[] |
getFiles()
Returns files which history has changed. |
VCSHistoryProvider |
getSource()
Returns the VCSHistoryProvider representing the versioning system in which a history change happened. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 changed| Method Detail |
|---|
public 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.
|
org.netbeans.modules.versioning/1 1.32.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||