org.netbeans.modules.versioning.spi |
|
Java Source File Name | Type | Comment |
AccessorImpl.java | Class | Make it possible to hide contructors and factory methods in VCSContext. |
VCSAnnotator.java | Class | |
VCSAnnotatorTest.java | Class | Versioning SPI unit tests of VCSAnnotator. |
VCSContext.java | Class | This encapsulates a context, typically set of selected files or nodes. |
VCSContextTest.java | Class | Versioning SPI unit tests of VCSContext. |
VCSInterceptor.java | Class | Versioning systems that need to intercept or listen to file system operations implement this class. |
VCSInterceptorTest.java | Class | Versioning SPI unit tests of VCSInterceptor. |
VersioningSupport.java | Class | Collection of utility methods for Versioning systems implementors. |
VersioningSupportTest.java | Class | Versioning SPI unit tests. |
VersioningSystem.java | Class | Base class for a versioning system that integrates into IDE.
A versioning system provides these services:
- annotations (coloring, actions)
- file system handler
- diff provider
Versioning system registration is done via META-INF/services (default Lookup). |