Skip navigation links
SVNKit Home
org.tmatesoft.svn.core.wc2

Class SvnGetStatus

    • Method Detail

      • isRemote

        public boolean isRemote()
        Returns whether to check up the status of the item in the repository, that will tell if the local item is out-of-date (like '-u' option in the SVN client's 'svn status' command)
        Returns:
        true if the status should be checked up in repository, otherwise false
      • isDepthAsSticky

        public boolean isDepthAsSticky()
        Returns whether depth is sticky. If depthIsSticky is set and depth is not SVNDepth.UNKNOWN, then in addition to switching target's path , also sets its sticky ambient depth value to depth.
        Returns:
        true if the depth is sticky, otherwise false
      • isReportIgnored

        public boolean isReportIgnored()
        Returns whether to force the operation to collect information on items that were set to be ignored (like '--no-ignore' option in the SVN client's 'svn status' command to disregard default and 'svn:ignore' property ignores).
        Returns:
        true if default and svn:ignore property ignores should be disregarded, otherwise false
      • isReportAll

        public boolean isReportAll()
        Returns whether to collect status information on all items including those ones that are in a 'normal' state (unchanged).
        Returns:
        true if all items are reported, if false only items with unchanged state
      • isReportExternals

        public boolean isReportExternals()
        Returns whether to report externals.
        Returns:
        true if externals should be reported, otherwise false
      • setRemote

        public void setRemote(boolean remote)
        Sets whether to check up the status of the item in the repository, that will tell if the local item is out-of-date (like '-u' option in the SVN client's 'svn status' command)
        Parameters:
        remote - true if the status should be checked up in repository, otherwise false
      • setDepthAsSticky

        public void setDepthAsSticky(boolean depthAsSticky)
        Parameters:
        depthAsSticky -
      • setReportIgnored

        public void setReportIgnored(boolean reportIgnored)
        Sets whether to force the operation to collect information on items that were set to be ignored (like '--no-ignore' option in the SVN client's 'svn status' command to disregard default and 'svn:ignore' property ignores).
        Parameters:
        reportIgnored - true if default and svn:ignore property ignores should be disregarded, otherwise false
      • setReportAll

        public void setReportAll(boolean reportAll)
        Sets whether to collect status information on all items including those ones that are in a 'normal' state (unchanged).
        Parameters:
        reportAll - true if all items are reported, if false only items with unchanged state
      • setReportExternals

        public void setReportExternals(boolean reportExternals)
        Sets whether to report externals.
        Parameters:
        reportExternals - true if externals should be reported, otherwise false
      • setFileListHook

        public void setFileListHook(ISvnFileListHook fileListHook)
        Sets client's file list hook. Used for 1.6 only, former ISVNStatusFileProvider.
        Parameters:
        fileListHook - file list hook
      • isCollectParentExternals

        public boolean isCollectParentExternals()
        Only relevant for 1.6 working copies, obsolete (not used).
      • setCollectParentExternals

        public void setCollectParentExternals(boolean collect)
        Only relevant for 1.6 working copies, obsolete (not used).
      • setRemoteRevision

        public void setRemoteRevision(long revision)
        Sets the remove revision of the target.
        Parameters:
        revision - remote revision
      • getRemoteRevision

        public long getRemoteRevision()
        Returns the remove revision of the target. This value can be accessed after operation is executed.
        Returns:
        revision remote revision
      • isUseParentWcFormat

        public boolean isUseParentWcFormat()
        Description copied from class: SvnOperation
        Gets whether or not to use parent working copy format.
        Overrides:
        isUseParentWcFormat in class SvnOperation<SvnStatus>
        Returns:
        true if parent working copy format should be used, otherwise false
      • isChangesWorkingCopy

        public boolean isChangesWorkingCopy()
        Gets whether the operation changes working copy
        Overrides:
        isChangesWorkingCopy in class SvnOperation<SvnStatus>
        Returns:
        true if the operation changes the working copy, otherwise false

Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.