SourceControlSvc.IAdvanced Interface
- public static interface SourceControlSvc.IAdvanced
extends SourceControlSvc.I
Advanced interface not normally used.
-
All Superinterfaces
-
SourceControlSvc.I
-
Enclosing class
-
SourceControlSvc
getDriver(URI) Method
public ISCMDriver getDriver(URI path)
Returns the driver for a given URI.
performAction(SCMAction, SCMAction.ISCMActionCallback, ActionEvent) Method
public void performAction(SCMAction action,
SCMAction.ISCMActionCallback callback,
ActionEvent event)
Execute an SCM action. event can be null, as can callback.
stopCurrentAction() Method
public void stopCurrentAction()
Stops the currently-running SCM action, if any.