org.netbeans.modules.versioning.system.cvss |
|
Java Source File Name | Type | Comment |
Annotator.java | Class | Annotates names for display in Files and Projects view (and possible elsewhere). |
ClientRuntime.java | Class | Defines a runtime environment for one CVSRoot. |
CommandRunnable.java | Class | Runnable that actually performs a command and stores
an exception it may throw and its isFinished state. |
CVS.java | Class | CVS registration class. |
CvsFileNode.java | Class | Represents real or virtual (non-local) file. |
CvsFileTableModel.java | Class | Provides support for listing files that have a common parent and a given versioning status. |
CvsLiteAdminHandler.java | Class | Behaves as standard admin handler except for deleted files and directories where it acts as if the files
were removed with 'cvs remove'. |
CvsLiteFileHandler.java | Class | Cvs client library FileHandler that performs
operations using openide filesystems.
It writes user's data files. |
CvsLiteGzippedFileHandler.java | Class | Cvs client library FileHandler that performs
operations using openide filesystems. |
CvsModuleConfig.java | Class | Stores CVS module configuration. |
CvsVersioningSystem.java | Class | A singleton CVS manager class, center of CVS module. |
CvsVisibilityQuery.java | Class | Hides folders that have 'Localy removed' status. |
DiskMapTurboProvider.java | Class | Storage of file attributes with shortcut to retrieve all stored values. |
ExecutorGroup.java | Class | Support for actions that run multiple commands.
Represents context that carry data shared by
action commands executors. |
ExecutorGroupBar.java | Class | Allows to synchronize tasks (performed in multiple
ClientRuntime threads) in ExecutorSupport group. |
ExecutorSupport.java | Class | Support class for command executors:
- asynchronously executes command using
one thread per repository thread pool
- logs server output to console
- supports execution retry on I/O or authentification errors
- reliably detects command termination
Static method
ExecutorSupport.prepareBasicCommand splits command
operating over files in multiple repositories as necessary. |
FileInformation.java | Class | Immutable class encapsulating status of a file. |
FileStatusCache.java | Class | Central part of CVS status management, deduces and caches statuses of files under version control. |
FileStatusProvider.java | Class | Contract specific for Filesystem <-> UI interaction, to be replaced later with something more
sophisticated (hopefuly). |
FilesystemHandler.java | Class | Handles events fired from the filesystem such as file/folder create/delete/move. |
IllegalCommandException.java | Class | |
ModuleLifecycleManager.java | Class | Handles module events distributed by NetBeans module
framework. |
NotVersionedException.java | Class | |
SSHConnection.java | Class | Provides SSH tunnel for :ext: connection method. |
VersionsCache.java | Class | Takes care about retrieving various revisions of a file and caching them locally. |
VersionsCacheExecutor.java | Class | Fetches given revision. |