Class AbstractSvnUpdate<V>

    • Field Detail

      • ignoreExternals

        private boolean ignoreExternals
      • updateLocksOnDemand

        private boolean updateLocksOnDemand
      • allowUnversionedObstructions

        private boolean allowUnversionedObstructions
    • Method Detail

      • isIgnoreExternals

        public boolean isIgnoreExternals()
        Gets whether or not externals definitions should be ignored.
        Returns:
        true if externals definitions should be ignored, otherwise false
      • setIgnoreExternals

        public void setIgnoreExternals​(boolean ignoreExternals)
        Sets whether or not externals definitions should be ignored.
        Parameters:
        ignoreExternals - code>true if externals definitions should be ignored, otherwise false
      • isUpdateLocksOnDemand

        public boolean isUpdateLocksOnDemand()
        Gets whether or not locks should be updated on demand. Only relevant for 1.6 working copies.
        Returns:
        true if locks should be updated on demand, otherwise false
      • setUpdateLocksOnDemand

        public void setUpdateLocksOnDemand​(boolean updateLocksOnDemand)
        Sets whether or not locks should be updated on demand. Only relevant for 1.6 working copies.
        Parameters:
        updateLocksOnDemand - true if locks should be updated on demand, otherwise false
      • isAllowUnversionedObstructions

        public boolean isAllowUnversionedObstructions()
        Gets whether or not to allow tolerating unversioned items during update.
        Returns:
        true if allow tolerating unversioned items during update, otherwise false
      • setAllowUnversionedObstructions

        public void setAllowUnversionedObstructions​(boolean allowUnversionedObstructions)
        Set whether or not to allow tolerating unversioned items during update.
        Parameters:
        allowUnversionedObstructions - true if allow tolerating unversioned items during update, otherwise false
      • getExternalsHandler

        public ISvnExternalsHandler getExternalsHandler()
        Gets externals handler.
        Returns:
        externals handler
      • setExternalsHandler

        public void setExternalsHandler​(ISvnExternalsHandler externalsHandler)
        Sets externals handler.
        Parameters:
        externalsHandler - object to handle the externals