Uses of Class
org.tmatesoft.svn.core.SVNNodeKind
-
Packages that use SVNNodeKind Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core This package mostly contains common classes as well as interfaces used throughout all the library.org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin org.tmatesoft.svn.core.internal.wc.patch org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.patch org.tmatesoft.svn.core.internal.wc2.remote org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine.org.tmatesoft.svn.core.wc2 NEW: this package contains command-style API to perform most of Subversion operations on the level of abstraction similar to that of the command line client. -
-
Uses of SVNNodeKind in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNNodeKind Modifier and Type Method Description static intJavaHLObjectFactory. getNodeKind(SVNNodeKind svnKind) -
Uses of SVNNodeKind in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNNodeKind Modifier and Type Field Description static SVNNodeKindSVNNodeKind. DIRDefines the directory node kindstatic SVNNodeKindSVNNodeKind. FILEDefines the file node kindstatic SVNNodeKindSVNNodeKind. NONEThis node kind is used to say that a node is missingstatic SVNNodeKindSVNNodeKind. UNKNOWNThis node kind is used to say that the kind of a node is actually unknownMethods in org.tmatesoft.svn.core that return SVNNodeKind Modifier and Type Method Description SVNNodeKindSVNDirEntry. getKind()Returns the entry node kind.SVNNodeKindSVNLogEntryPath. getKind()Returns the node kind of the changed path, represented by this object.static SVNNodeKindSVNNodeKind. getNodeKindById(int id)static SVNNodeKindSVNNodeKind. parseKind(java.lang.String kind)Parses the passed string and finds out the node kind.Methods in org.tmatesoft.svn.core with parameters of type SVNNodeKind Modifier and Type Method Description protected voidSVNLogEntryPath. setNodeKind(SVNNodeKind nodeKind)Constructors in org.tmatesoft.svn.core with parameters of type SVNNodeKind Constructor Description SVNDirEntry(SVNURL url, SVNURL repositoryRoot, java.lang.String name, SVNNodeKind kind, long size, boolean hasProperties, long revision, java.util.Date createdDate, java.lang.String lastAuthor)Constructs an instance of SVNDirEntry.SVNDirEntry(SVNURL url, SVNURL repositoryRoot, java.lang.String name, SVNNodeKind kind, long size, boolean hasProperties, long revision, java.util.Date createdDate, java.lang.String lastAuthor, java.lang.String commitMessage)Constructs an instance of SVNDirEntry.SVNLogEntryPath(java.lang.String path, char type, java.lang.String copyPath, long copyRevision, SVNNodeKind kind)Constructs an SVNLogEntryPath object. -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that return SVNNodeKind Modifier and Type Method Description SVNNodeKindDAVRepository. checkPath(java.lang.String path, long revision) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNNodeKind Modifier and Type Method Description SVNNodeKindFSRoot. checkNodeKind(java.lang.String path)SVNNodeKindFSRepository. checkPath(java.lang.String path, long revision)SVNNodeKindFSEntry. getType()SVNNodeKindFSRevisionNode. getType()Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNNodeKind Modifier and Type Method Description voidFSCommitter. addChange(java.lang.String path, FSID id, FSPathChangeKind changeKind, boolean textModified, boolean propsModified, boolean mergeInfoModified, long copyFromRevision, java.lang.String copyFromPath, SVNNodeKind kind)static SVNErrorMessageFSErrors. errorOutOfDate(java.lang.String path, SVNNodeKind kind)voidFSTransactionRoot. setEntry(FSRevisionNode parentRevNode, java.lang.String entryName, FSID entryId, SVNNodeKind kind)voidFSPathChange. setNodeKind(SVNNodeKind nodeKind)voidFSEntry. setType(SVNNodeKind type)voidFSRevisionNode. setType(SVNNodeKind nodeKind)Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNNodeKind Constructor Description FSEntry(FSID id, SVNNodeKind type, java.lang.String name)FSPathChange(java.lang.String path, FSID id, FSPathChangeKind kind, boolean textModified, boolean propsModified, java.lang.Boolean mergeInfoModified, java.lang.String copyfromPath, long copyfromRevision, SVNNodeKind pathKind) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn that return SVNNodeKind Modifier and Type Method Description SVNNodeKindSVNRepositoryImpl. checkPath(java.lang.String path, long revision) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNNodeKind Modifier and Type Field Description protected SVNNodeKindSVNRemoteDiffEditor.KindActionState. myKindMethods in org.tmatesoft.svn.core.internal.wc that return SVNNodeKind Modifier and Type Method Description SVNNodeKindSVNConflictVersion. getKind()Returns the node kind.static SVNNodeKindSVNFileType. getNodeKind(SVNFileType type)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNNodeKind Modifier and Type Method Description protected voidSVNRemoteDiffEditor. addDeletedPath(java.lang.String path, SVNNodeKind nodeKind, SVNStatusType type, SVNEventAction action, SVNEventAction expectedAction, boolean isTreeConflicted)protected SVNStatusSVNStatusEditor. assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored)static SVNStatusSVNStatusUtil. assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored, java.util.Map repositoryLocks, SVNURL reposRoot, SVNWCAccess wcAccess)static SVNEventSVNEventFactory. createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range)static SVNEventSVNEventFactory. createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount)static SVNEventSVNEventFactory. createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, java.lang.String propertyName)static SVNEventSVNEventFactory. createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, SVNProperties revisionProperties, java.lang.String propertyName)static SVNEventSVNEventFactory. createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range)static SVNEventSVNEventFactory. createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, java.lang.String changelistName)protected voidSVNRemoteDiffEditor. deleteEntry(java.lang.String path, SVNNodeKind nodeKind, SVNAdminArea dir)static voidSVNWCManager. doEraseFromWC(java.io.File path, SVNAdminArea dir, SVNNodeKind kind, boolean deleteFiles)static booleanSVNFileType. equals(SVNFileType type, SVNNodeKind nodeKind)static java.lang.StringSVNAdminUtil. getPropBasePath(java.lang.String name, SVNNodeKind kind, boolean tmp)static java.lang.StringSVNAdminUtil. getPropPath(java.lang.String name, SVNNodeKind kind, boolean tmp)static java.lang.StringSVNAdminUtil. getPropRevertPath(java.lang.String name, SVNNodeKind kind, boolean tmp)static java.lang.StringSVNAdminUtil. getWCPropPath(java.lang.String name, SVNNodeKind kind, boolean tmp)protected SVNTreeConflictDescriptionSVNMergeDriver. makeTreeConflict(java.io.File victim, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)protected voidSVNMergeDriver. recordTreeConflict(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)protected voidSVNMergeDriver. recordTreeConflictOnAdd(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)static SVNPropertyValueSVNPropertiesManager. validatePropertyValue(java.lang.Object path, SVNNodeKind kind, java.lang.String name, SVNPropertyValue value, boolean force, ISVNOptions options, ISVNFileContentFetcher fileContentFetcher)Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNNodeKind Constructor Description SVNConflictVersion(SVNURL repositoryRoot, java.lang.String path, long pegRevision, SVNNodeKind kind)Creates a newSVNConflictVersion.SVNEventExt(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, java.lang.String changelistName, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, java.lang.String propertyName) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNNodeKind Modifier and Type Method Description SVNNodeKindSVNEntry. getKind()Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNNodeKind Modifier and Type Method Description voidSVNEntry. setKind(SVNNodeKind kind) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc.patch
Methods in org.tmatesoft.svn.core.internal.wc.patch that return SVNNodeKind Modifier and Type Method Description SVNNodeKindSVNPatchTarget. getKind() -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNNodeKind Modifier and Type Field Description SVNNodeKindSVNWCContext.CheckSpecialInfo. kindSVNNodeKindSVNWCContext.CommittableExternalInfo. kindSVNNodeKindSVNWCContext.ObstructionData. kindMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNNodeKind Modifier and Type Method Description SVNNodeKindSVNWCConflictDescription17. getNodeKind()SVNNodeKindSVNWCContext. readKind(java.io.File localAbsPath, boolean showHidden)Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNNodeKind Modifier and Type Method Description voidISVNEditor2. addAbsent(java.lang.String path, SVNNodeKind kind, long replacesRev)voidSVNTreeConflictEditor. addAbsent(java.lang.String path, SVNNodeKind kind, long replacesRev)static SvnStatusSVNStatusEditor17. assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock)static SvnStatusSVNStatusEditor17. assembleUnversioned17(java.io.File localAbspath, SVNNodeKind pathKind, boolean treeConflicted, boolean isIgnored)voidSVNUpdateEditor17. completeConflict(SVNSkel conflict, java.io.File localAbsPath, java.io.File oldReposRelPath, long oldRevision, java.io.File newReposRelPath, SVNNodeKind localKind, SVNNodeKind targetKind)static SVNWCConflictDescription17SVNWCConflictDescription17. createProp(java.io.File localAbspath, SVNNodeKind nodeKind, java.lang.String propertyName)static SVNWCConflictDescription17SVNWCConflictDescription17. createTree(java.io.File localAbspath, SVNNodeKind nodeKind, SVNOperation operation, SVNConflictVersion srcLeftVersion, SVNConflictVersion srcRightVersion)SvnMergeResultDefaultSvnMerger. mergeProperties(ISvnMerger baseMerger, java.io.File localAbsPath, SVNNodeKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver)voidSVNWCConflictDescription17. setNodeKind(SVNNodeKind nodeKind) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return SVNNodeKind Modifier and Type Method Description static SVNNodeKindSvnWcDbStatementUtil. getColumnNodeKind(SVNSqlJetStatement stmt, java.lang.Enum<?> f)SVNNodeKindISVNWCDb. readKind(java.io.File localAbsPath, boolean allowMissing, boolean showDeleted, boolean showHidden)SVNNodeKindSVNWCDb. readKind(java.io.File localAbsPath, boolean allowMissing, boolean showDeleted, boolean showHidden)static SVNNodeKindSvnWcDbCopy. readKind(ISVNWCDb db, java.io.File path, boolean showDeleted, boolean showHidden)SVNNodeKindISVNWCDb.SVNWCDbKind. toNodeKind()SVNNodeKindISVNWCDb.SVNWCDbKind. toNodeKind(ISVNWCDb.SVNWCDbStatus status, boolean showHidden)Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNNodeKind Modifier and Type Method Description voidSVNWCDb. extendParentDelete(SVNSqlJetDb db, long wcId, java.io.File localRelPath, SVNNodeKind kind, int opDepth)voidISVNWCDb. registerExternal(java.io.File definingAbsPath, java.io.File localAbsPath, SVNNodeKind kind, SVNURL reposRootUrl, java.lang.String reposUuid, java.io.File reposRelPath, long operationalRevision, long revision)voidSVNWCDb. registerExternal(java.io.File definingAbsPath, java.io.File localAbsPath, SVNNodeKind kind, SVNURL reposRootUrl, java.lang.String reposUuid, java.io.File reposRelPath, long operationalRevision, long revision)static voidSVNWCDb. updateMoveListAdd(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNEventAction eventAction, SVNNodeKind kind, SVNStatusType contentState, SVNStatusType propState)voidISVNWCDb. upgradeInsertExternal(java.io.File localAbsPath, SVNNodeKind kind, java.io.File parentAbsPath, java.io.File defLocalAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long defPegRevision, long defRevision)voidSVNWCDb. upgradeInsertExternal(java.io.File localAbsPath, SVNNodeKind kind, java.io.File parentAbsPath, java.io.File defLocalAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long defPegRevision, long defRevision) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNNodeKind Modifier and Type Method Description SVNNodeKindSvnNgCommit. getUrlKind(SVNURL url, long revision)SVNNodeKindSvnNgWcToReposCopy. getUrlKind(SVNURL url, long revision)Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNNodeKind Modifier and Type Method Description SvnNgMergeDriver.ObstructionStateSvnNgMergeDriver. performObstructionCheck(java.io.File localAbsPath, SVNNodeKind expectedKind)static voidSvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, SVNNodeKind kind, java.lang.String propertyName, SVNPropertyValue value, ISvnPropertyValueProvider pvProvider, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver)voidSvnNgUpgrade. upgradeAddExternalInfo(java.io.File localAbsPath, SVNNodeKind kind, java.io.File defLocalAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long defPegRevision, long defRevision) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc2.patch
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SVNNodeKind Modifier and Type Method Description SVNNodeKindSvnPatchTarget. getDbKind()SVNNodeKindSvnPatchTarget. getKindOnDisk()Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SVNNodeKind Modifier and Type Method Description voidSvnPatchTarget. setDbKind(SVNNodeKind dbKind)voidSvnPatchTarget. setKindOnDisk(SVNNodeKind kindOnDisk) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNNodeKind Modifier and Type Method Description static voidSvnRemoteGetProperties. remotePropertyGet(SVNURL url, SVNNodeKind kind, java.lang.String path, SVNRepository repos, long revNumber, SVNDepth depth, ISvnObjectReceiver<SVNProperties> receiver) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return SVNNodeKind Modifier and Type Method Description abstract SVNNodeKindSVNRepository. checkPath(java.lang.String path, long revision)Returns the kind of an item located at the specified path in a particular revision. -
Uses of SVNNodeKind in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNNodeKind Modifier and Type Method Description SVNNodeKindSVNCommitItem. getKind()Gets the node kind of the versioned item.SVNNodeKindSVNDiffStatus. getKind()Returns the node kind of the Working Copy item.SVNNodeKindSVNInfo. getKind()Gets the item's node kind.SVNNodeKindSVNStatus. getKind()Gets the item's node kind characterizing it as an entry.SVNNodeKindSVNConflictDescription. getNodeKind()Returns the node kind of the item which the conflict occurred on.SVNNodeKindSVNEvent. getNodeKind()Gets the node kind of the item characterizing it as an entry - whether it's a directory, file, etc.SVNNodeKindSVNStatus. getRemoteKind()Returns the kind of the item got from the repository.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNNodeKind Modifier and Type Method Description voidSVNStatus. setKind(SVNNodeKind kind)voidSVNStatus. setRemoteKind(SVNNodeKind remoteKind)voidSVNStatus. setRemoteStatus(SVNURL url, SVNStatusType contents, SVNStatusType props, SVNLock lock, SVNNodeKind kind, SVNRevision revision, java.util.Date date, java.lang.String author)Sets the item's remote status.voidSVNStatus. setRemoteStatus(SVNStatusType contents, SVNStatusType props, SVNLock lock, SVNNodeKind kind)Sets the item's remote status.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNNodeKind Constructor Description SVNCommitItem(java.io.File file, SVNURL URL, SVNURL copyFromURL, SVNNodeKind kind, SVNRevision revision, SVNRevision copyFromRevision, boolean isAdded, boolean isDeleted, boolean isPropertiesModified, boolean isContentsModified, boolean isCopied, boolean locked)Constructs and initializes an SVNCommitItem object.SVNConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason)Creates a newSVNConflictDescriptionobject.SVNDiffStatus(java.io.File file, SVNURL url, java.lang.String path, SVNStatusType type, boolean propsModified, SVNNodeKind kind)Instantiates a new object.SVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, java.lang.String changelistName, SVNProperties revisionProperties, java.lang.String propertyName)Constructs an SVNEvent object.SVNInfo(java.io.File file, SVNURL url, SVNURL rootURL, long revision, SVNNodeKind kind, java.lang.String uuid, long committedRevision, java.lang.String committedDate, java.lang.String author, java.lang.String schedule, SVNURL copyFromURL, long copyFromRevision, java.lang.String textTime, java.lang.String propTime, java.lang.String checksum, java.lang.String conflictOld, java.lang.String conflictNew, java.lang.String conflictWorking, java.lang.String propRejectFile, SVNLock lock, SVNDepth depth, java.lang.String changelistName, long wcSize, SVNTreeConflictDescription treeConflict)SVNInfo(java.lang.String path, SVNURL url, SVNRevision revision, SVNNodeKind kind, java.lang.String uuid, SVNURL reposRootURL, long comittedRevision, java.util.Date date, java.lang.String author, SVNLock lock, SVNDepth depth, long size)SVNPropertyConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, java.lang.String propertyName, SVNConflictAction conflictAction, SVNConflictReason conflictReason)Creates a newSVNPropertyConflictDescriptionobject.SVNStatus(SVNURL url, java.io.File file, SVNNodeKind kind, SVNRevision revision, SVNRevision committedRevision, java.util.Date committedDate, java.lang.String author, SVNStatusType contentsStatus, SVNStatusType propertiesStatus, SVNStatusType remoteContentsStatus, SVNStatusType remotePropertiesStatus, boolean isLocked, boolean isCopied, boolean isSwitched, boolean isFileExternal, java.io.File conflictNewFile, java.io.File conflictOldFile, java.io.File conflictWrkFile, java.io.File projRejectFile, java.lang.String copyFromURL, SVNRevision copyFromRevision, SVNLock remoteLock, SVNLock localLock, java.util.Map entryProperties, java.lang.String changelistName, int wcFormatVersion, SVNTreeConflictDescription treeConflict)Constructs an SVNStatus object filling it with status information details.SVNTextConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason)Creates a newSVNTextConflictDescriptionobject.SVNTreeConflictDescription(java.io.File path, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason, SVNOperation operation, SVNConflictVersion sourceLeftVersion, SVNConflictVersion sourceRightVersion)Creates a newSVNTreeConflictDescription. -
Uses of SVNNodeKind in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin that return SVNNodeKind Modifier and Type Method Description SVNNodeKindSVNChangeEntry. getKind()Returns the node kind of the item.Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type SVNNodeKind Constructor Description SVNChangeEntry(java.lang.String path, SVNNodeKind kind, char type, java.lang.String copyFromPath, long copyFromRevision, boolean hasTextModifications, boolean hasPropModifications)Constructs a change entry object. -
Uses of SVNNodeKind in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SVNNodeKind Modifier and Type Method Description SVNNodeKindSvnCommitItem. getKind()Returns commit item's node kind.SVNNodeKindSvnDiffStatus. getKind()Returns the node kind of the working copy item.SVNNodeKindSvnInfo. getKind()Gets the item's node kind.SVNNodeKindSvnStatus. getKind()Gets the item's node kind characterizing it as an entry.SVNNodeKindSvnStatus. getRepositoryKind()Returns the kind of the item got from the repository.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNNodeKind Modifier and Type Method Description SvnCommitItemSvnCommitPacket. addItem(java.io.File path, SVNNodeKind kind, SVNURL repositoryRoot, java.lang.String repositoryPath, long revision, java.lang.String copyFromPath, long copyFromRevision, java.io.File movedFromAbsPath, int flags)Adds commit item with the path, kind, repository root URL, repository path, revision number, copied from path, copied from revision number, flags to the commit packet.SvnCommitItemSvnCommitPacket. addItem(java.io.File path, SVNURL rootUrl, SVNNodeKind kind, SVNURL url, long revision, SVNURL copyFromUrl, long copyFromRevision, int flags)Adds commit item with the path, repository root URL, kind, URL, revision number, revision number, copied from path, copied from revision number, flags to the commit packet.SvnMergeResultISvnMerger. mergeProperties(ISvnMerger baseMerger, java.io.File localAbsPath, SVNNodeKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver)Merges the property changespropChangesbased onserverBasePropertiesinto the working copylocalAbsPathvoidSvnCommitItem. setKind(SVNNodeKind kind)Sets commit item's node kind.voidSvnDiffStatus. setKind(SVNNodeKind kind)Sets the node kind of the working copy item.voidSvnInfo. setKind(SVNNodeKind kind)Sets the item's node kind.voidSvnStatus. setKind(SVNNodeKind kind)Sets item's node kind.voidSvnStatus. setRepositoryKind(SVNNodeKind repositoryKind)Sets the kind of the item got from the repository.
-