org.netbeans.modules.versioning/1 1.32.0 1

org.netbeans.modules.versioning.spi
Class VCSHistoryProvider.HistoryEvent

java.lang.Object
  extended by org.netbeans.modules.versioning.spi.VCSHistoryProvider.HistoryEvent
Enclosing interface:
VCSHistoryProvider

public static final class VCSHistoryProvider.HistoryEvent
extends Object

Event notifying a change in the history of some files.

Since:
1.29

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

VCSHistoryProvider.HistoryEvent

public VCSHistoryProvider.HistoryEvent(VCSHistoryProvider source,
                                       File[] files)
Creates a new HistoryEvent

Parameters:
source - VCSHistoryProvider representing the versioning system in which a history change happened.
files - the files which history has changed
Since:
1.29
Method Detail

getFiles

public File[] getFiles()
Returns files which history has changed.

Returns:
files
Since:
1.29

getSource

public VCSHistoryProvider getSource()
Returns the VCSHistoryProvider representing the versioning system in which a history change happened.

Returns:
VCSHistoryProvider representing the versioning system in which a history change happened.
Since:
1.29

org.netbeans.modules.versioning/1 1.32.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.