org.netbeans.modules.mercurial |
|
Java Source File Name | Type | Comment |
DiskMapTurboProvider.java | Class | Storage of file attributes with shortcut to retrieve all stored values. |
ExceptionHandler.java | Class | |
FileInformation.java | Class | Immutable class encapsulating status of a file. |
FileStatus.java | Class | Holds detailed information about status of a mercurial-managed file, ie repository URL, remote path, branch, etc. |
FileStatusCache.java | Class | Central part of status management, deduces and caches statuses of files under version control. |
HgException.java | Class | |
HgFileNode.java | Class | Represents real or virtual (non-local) file. |
HgMail.java | Class | |
HgModuleConfig.java | Class | Stores Mercurial module configuration. |
HgProgressSupport.java | Class | |
Mercurial.java | Class | Main entry point for Mercurial functionality, use getInstance() to get the Mercurial object. |
MercurialAnnotator.java | Class | Responsible for coloring file labels and file icons in the IDE and providing IDE with menu items. |
MercurialInterceptor.java | Class | Listens on file system changes and reacts appropriately, mainly refreshing affected files' status. |
MercurialVCS.java | Class | Extends framework VersioningSystem to Mercurial module functionality. |
OutputLogger.java | Class | |
VersionsCache.java | Class | File revisions cache. |