Class SVNStatusEditor17
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17
-
- Direct Known Subclasses:
SVNRemoteStatusEditor17
public class SVNStatusEditor17 extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Field Summary
Fields Modifier and Type Field Description protected ISvnFileListHook
myDefaultFileListHook
protected SVNDepth
myDepth
protected java.util.Map<java.io.File,java.io.File>
myExternalsMap
protected ISvnFileListHook
myFileListHook
protected java.util.Collection<java.lang.String>
myGlobalIgnores
protected boolean
myIsGetExcluded
protected boolean
myIsNoIgnore
protected boolean
myIsReportAll
protected java.io.File
myPath
protected java.util.Map<java.lang.String,SVNLock>
myRepositoryLocks
protected SVNURL
myRepositoryRoot
protected ISvnObjectReceiver<SvnStatus>
myStatusHandler
protected long
myTargetRevision
protected SVNWCContext
myWCContext
protected java.lang.String
myWCRootPath
-
Constructor Summary
Constructors Constructor Description SVNStatusEditor17(java.io.File path, SVNWCContext wcContext, ISVNOptions options, boolean noIgnore, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> handler)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SvnStatus
assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock)
static SvnStatus
assembleUnversioned17(java.io.File localAbspath, SVNNodeKind pathKind, boolean treeConflicted, boolean isIgnored)
SVNCommitInfo
closeEdit()
protected void
collectExternals(java.io.File path)
protected ISvnObjectReceiver<SvnStatus>
getDefaultHandler()
SVNDepth
getDepth()
protected void
getDirStatus(java.io.File localAbsPath, java.lang.String selected, boolean skipThisDir, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo dirInfo, SVNFileType fileType, java.util.Collection<java.lang.String> ignorePatterns, SVNDepth depth, boolean getAll, boolean noIgnore, ISvnObjectReceiver<SvnStatus> handler)
static java.util.Collection<java.lang.String>
getGlobalIgnores(ISVNOptions options)
long
getTargetRevision()
static SvnStatus
internalStatus(SVNWCContext context, java.io.File localAbsPath)
protected boolean
isNoIgnore()
protected boolean
isReportAll()
void
setFileListHook(ISvnFileListHook filesListHook)
void
setRepositoryInfo(SVNURL repositoryRoot, java.util.HashMap<java.lang.String,SVNLock> repositoryLocks)
void
targetRevision(long revision)
void
walkStatus(java.io.File localAbsPath, SVNDepth depth, boolean getAll, boolean noIgnore, boolean ignoreTextMods, java.util.Collection<java.lang.String> ignorePatterns)
-
-
-
Field Detail
-
myWCContext
protected SVNWCContext myWCContext
-
myPath
protected java.io.File myPath
-
myIsReportAll
protected boolean myIsReportAll
-
myIsNoIgnore
protected boolean myIsNoIgnore
-
myDepth
protected SVNDepth myDepth
-
myStatusHandler
protected ISvnObjectReceiver<SvnStatus> myStatusHandler
-
myExternalsMap
protected java.util.Map<java.io.File,java.io.File> myExternalsMap
-
myGlobalIgnores
protected java.util.Collection<java.lang.String> myGlobalIgnores
-
myRepositoryRoot
protected SVNURL myRepositoryRoot
-
myRepositoryLocks
protected java.util.Map<java.lang.String,SVNLock> myRepositoryLocks
-
myTargetRevision
protected long myTargetRevision
-
myWCRootPath
protected java.lang.String myWCRootPath
-
myFileListHook
protected ISvnFileListHook myFileListHook
-
myDefaultFileListHook
protected ISvnFileListHook myDefaultFileListHook
-
myIsGetExcluded
protected boolean myIsGetExcluded
-
-
Constructor Detail
-
SVNStatusEditor17
public SVNStatusEditor17(java.io.File path, SVNWCContext wcContext, ISVNOptions options, boolean noIgnore, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> handler)
-
-
Method Detail
-
collectExternals
protected void collectExternals(java.io.File path) throws SVNException
- Throws:
SVNException
-
closeEdit
public SVNCommitInfo closeEdit() throws SVNException
- Throws:
SVNException
-
getTargetRevision
public long getTargetRevision()
-
targetRevision
public void targetRevision(long revision)
-
setFileListHook
public void setFileListHook(ISvnFileListHook filesListHook)
-
getDepth
public SVNDepth getDepth()
-
getDefaultHandler
protected ISvnObjectReceiver<SvnStatus> getDefaultHandler()
-
isReportAll
protected boolean isReportAll()
-
isNoIgnore
protected boolean isNoIgnore()
-
getGlobalIgnores
public static java.util.Collection<java.lang.String> getGlobalIgnores(ISVNOptions options)
-
assembleUnversioned17
public static SvnStatus assembleUnversioned17(java.io.File localAbspath, SVNNodeKind pathKind, boolean treeConflicted, boolean isIgnored) throws SVNException
- Throws:
SVNException
-
assembleStatus
public static SvnStatus assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock) throws SVNException
- Throws:
SVNException
-
setRepositoryInfo
public void setRepositoryInfo(SVNURL repositoryRoot, java.util.HashMap<java.lang.String,SVNLock> repositoryLocks)
-
walkStatus
public void walkStatus(java.io.File localAbsPath, SVNDepth depth, boolean getAll, boolean noIgnore, boolean ignoreTextMods, java.util.Collection<java.lang.String> ignorePatterns) throws SVNException
- Throws:
SVNException
-
getDirStatus
protected void getDirStatus(java.io.File localAbsPath, java.lang.String selected, boolean skipThisDir, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo dirInfo, SVNFileType fileType, java.util.Collection<java.lang.String> ignorePatterns, SVNDepth depth, boolean getAll, boolean noIgnore, ISvnObjectReceiver<SvnStatus> handler) throws SVNException
- Throws:
SVNException
-
internalStatus
public static SvnStatus internalStatus(SVNWCContext context, java.io.File localAbsPath) throws SVNException
- Throws:
SVNException
-
-