Class VersionControlAction

    • Constructor Detail

      • VersionControlAction

        public VersionControlAction​(java.lang.String name,
                                    java.lang.String owner,
                                    PluginTool tool)
    • Method Detail

      • isFileSystemBusy

        protected boolean isFileSystemBusy()
        True if the file system is locked by another thread for a long running operation
        Returns:
        true if locked
      • checkRepositoryConnected

        protected boolean checkRepositoryConnected()
        NOTE: do not call this from a non-Swing thread.
        Returns:
        true if the repository is null or is connected.