SourceControlSvc.SourceControlState Interface

com.bea.ide.sourcecontrol
SourceControlSvc.SourceControlState Interface

public static interface SourceControlSvc.SourceControlState

This interface is a marker interface used with the state objects for FileSystemEvent's generated by the source control service. By looking at the state object of a file system event for this interface, the callee can determine if the change was generated by a user source control action.

Related Topics

FileSystemEvent.getState()


All Known Implementing Classes
SCMAction.SCMState
Enclosing class

SourceControlSvc

Method Summary

public boolean
revertChanges()

Method Detail

revertChanges() Method

public boolean revertChanges()