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
Method Summary |
URLFilter |
getURLFilter()
Get a URLFilter for the type of files this version control extension
handles. |
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.
Copyright © 1997, 2004, Oracle. All rights reserved.