| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.vcs.spi.VCSFileEventSender
public abstract class VCSFileEventSender
Class for issuing filesystem-related event notifications to the IDE.
| Constructor Summary | |
|---|---|
| VCSFileEventSender() | |
| Method Summary | |
|---|---|
| static void | fireFilesCreated(java.net.URL[] urls)Fires notification that the given URLs have been created. | 
| static void | fireFilesDeleted(java.net.URL[] urls)Fires notification that the given URLs have been deleted. | 
| static void | fireFilesModified(java.net.URL[] urls)Fires notification that the given URLs have modified. | 
| static void | fireFileStructureChanged(java.net.URL[] urls)Fires notification that the structure of the given URLs has changed. | 
| protected abstract  void | fireVCSEvent(java.net.URL[] urls,
             int eventType) | 
| static VCSFileEventSender | getFileEventSender() | 
| static void | setFileEventSender(VCSFileEventSender sender) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public VCSFileEventSender()
| Method Detail | 
|---|
public static final void setFileEventSender(VCSFileEventSender sender)
public static final VCSFileEventSender getFileEventSender()
protected abstract void fireVCSEvent(java.net.URL[] urls,
                                     int eventType)
public static final void fireFilesCreated(java.net.URL[] urls)
the - URLs for the event.public static final void fireFilesDeleted(java.net.URL[] urls)
the - URLs for the event.public static final void fireFilesModified(java.net.URL[] urls)
the - URLs for the event.public static final void fireFileStructureChanged(java.net.URL[] urls)
the - URLs for the event.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||