Extension SDK 10.1.2


oracle.jdeveloper.vcs.spi
Interface VCSExtension

All Superinterfaces:
Addin, Extension, Module, VCS
All Known Implementing Classes:
VCSAbstractExtension

public interface VCSExtension
extends VCS, Extension

Interface to a version control system extension.

Since:
9.0.5

Field Summary

 

Fields inherited from interface oracle.ide.vcs.VCS
COMMAND_VCS_ADD, COMMAND_VCS_CHECK_OUT, COMMAND_VCS_CHECK_OUT_DOCUMENT, COMMAND_VCS_REMOVE

 

Method Summary
 URLFilter getURLFilter()
          Get a URLFilter for the type of files this version control extension handles.

 

Methods inherited from interface oracle.ide.vcs.VCS
getCommand, getStatus

 

Methods inherited from interface oracle.ide.addin.Extension
canDeInitialize, canInitialize, deInitialize

 

Methods inherited from interface oracle.ide.addin.Addin
canShutdown, ideVersion, initialize, shutdown, version

 

Method Detail

getURLFilter

public URLFilter getURLFilter()
Get a URLFilter for the type of files this version control extension handles.
Returns:
a filter which returns only those URLs that can be handled by this extension. Null-capable.

Extension SDK


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