Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdeveloper.vcs.spi
Class VCSFileEventSender

java.lang.Object
  extended by oracle.jdeveloper.vcs.spi.VCSFileEventSender

public abstract class VCSFileEventSender
extends java.lang.Object

Class for issuing filesystem-related event notifications to the IDE.

Since:
10.1.3.0.3

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

VCSFileEventSender

public VCSFileEventSender()
Method Detail

setFileEventSender

public static final void setFileEventSender(VCSFileEventSender sender)

getFileEventSender

public static final VCSFileEventSender getFileEventSender()

fireVCSEvent

protected abstract void fireVCSEvent(java.net.URL[] urls,
                                     int eventType)

fireFilesCreated

public static final void fireFilesCreated(java.net.URL[] urls)
Fires notification that the given URLs have been created.

Parameters:
the - URLs for the event.

fireFilesDeleted

public static final void fireFilesDeleted(java.net.URL[] urls)
Fires notification that the given URLs have been deleted.

Parameters:
the - URLs for the event.

fireFilesModified

public static final void fireFilesModified(java.net.URL[] urls)
Fires notification that the given URLs have modified.

Parameters:
the - URLs for the event.

fireFileStructureChanged

public static final void fireFileStructureChanged(java.net.URL[] urls)
Fires notification that the structure of the given URLs has changed.

Parameters:
the - URLs for the event.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.