Class SVNStatusEditor

  • Direct Known Subclasses:
    SVNRemoteStatusEditor

    public class SVNStatusEditor
    extends java.lang.Object
    Version:
    1.3
    • Field Detail

      • myIsReportAll

        private boolean myIsReportAll
      • myIsNoIgnore

        private boolean myIsNoIgnore
      • myExternalsMap

        private java.util.Map myExternalsMap
      • myGlobalIgnores

        private java.util.Collection myGlobalIgnores
      • myRepositoryRoot

        protected SVNURL myRepositoryRoot
      • myRepositoryLocks

        private java.util.Map myRepositoryLocks
      • myTargetRevision

        private long myTargetRevision
      • myWCRootPath

        private java.lang.String myWCRootPath
    • Method Detail

      • getTargetRevision

        public long getTargetRevision()
      • targetRevision

        public void targetRevision​(long revision)
      • setRepositoryInfo

        public void setRepositoryInfo​(SVNURL root,
                                      java.util.Map repositoryLocks)
      • isNameConflict

        public static boolean isNameConflict​(SVNEntry entry)
      • cleanup

        protected void cleanup()
      • getDepth

        protected SVNDepth getDepth()
      • isReportAll

        protected boolean isReportAll()
      • isNoIgnore

        protected boolean isNoIgnore()
      • hasTarget

        protected boolean hasTarget()
      • getWCRootPath

        protected java.lang.String getWCRootPath()
      • getWCRootRelativePath

        protected java.lang.String getWCRootRelativePath​(java.util.Collection ignorePatterns,
                                                         java.io.File file)
      • isExternal

        private boolean isExternal​(java.lang.String path)
      • getGlobalIgnores

        public static java.util.Collection getGlobalIgnores​(ISVNOptions options)
      • isIgnored

        public static boolean isIgnored​(java.util.Collection patterns,
                                        java.io.File file)
      • isIgnored

        public static boolean isIgnored​(java.util.Collection patterns,
                                        java.io.File file,
                                        java.lang.String relativePath)