Uses of Class
org.tmatesoft.svn.core.SVNNodeKind
Packages that use SVNNodeKind
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package provides API for administrative managing Subversion repositories on a local machine.
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 SVNNodeKindModifier and TypeMethodDescriptionstatic int
JavaHLObjectFactory.getNodeKind
(SVNNodeKind svnKind) -
Uses of SVNNodeKind in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNNodeKindModifier and TypeFieldDescriptionstatic final SVNNodeKind
SVNNodeKind.DIR
Defines the directory node kindstatic final SVNNodeKind
SVNNodeKind.FILE
Defines the file node kindprivate SVNNodeKind
SVNDirEntry.myKind
private SVNNodeKind
SVNLogEntryPath.myNodeKind
static final SVNNodeKind
SVNNodeKind.NONE
This node kind is used to say that a node is missingstatic final SVNNodeKind
SVNNodeKind.UNKNOWN
This node kind is used to say that the kind of a node is actually unknownMethods in org.tmatesoft.svn.core that return SVNNodeKindModifier and TypeMethodDescriptionprivate static SVNNodeKind
SVNNodeKind.fromID
(int id) SVNDirEntry.getKind()
Returns the entry node kind.SVNLogEntryPath.getKind()
Returns the node kind of the changed path, represented by this object.static SVNNodeKind
SVNNodeKind.getNodeKindById
(int id) static SVNNodeKind
Parses the passed string and finds out the node kind.Methods in org.tmatesoft.svn.core with parameters of type SVNNodeKindModifier and TypeMethodDescriptionprotected void
SVNLogEntryPath.setNodeKind
(SVNNodeKind nodeKind) Constructors in org.tmatesoft.svn.core with parameters of type SVNNodeKindModifierConstructorDescriptionSVNDirEntry
(SVNURL url, SVNURL repositoryRoot, String name, SVNNodeKind kind, long size, boolean hasProperties, long revision, Date createdDate, String lastAuthor) Constructs an instance of SVNDirEntry.SVNDirEntry
(SVNURL url, SVNURL repositoryRoot, String name, SVNNodeKind kind, long size, boolean hasProperties, long revision, Date createdDate, String lastAuthor, String commitMessage) Constructs an instance of SVNDirEntry.SVNLogEntryPath
(String path, char type, 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 SVNNodeKindModifier and TypeMethodDescription -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as SVNNodeKindModifier and TypeFieldDescriptionprivate SVNNodeKind
FSEntry.myType
private SVNNodeKind
FSRevisionNode.myType
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNNodeKindModifier and TypeMethodDescriptionFSRoot.checkNodeKind
(String path) FSEntry.getType()
FSRevisionNode.getType()
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNNodeKindModifier and TypeMethodDescriptionvoid
FSCommitter.addChange
(String path, FSID id, FSPathChangeKind changeKind, boolean textModified, boolean propsModified, boolean mergeInfoModified, long copyFromRevision, String copyFromPath, SVNNodeKind kind) static SVNErrorMessage
FSErrors.errorOutOfDate
(String path, SVNNodeKind kind) private boolean
FSUpdateContext.isDepthUpgrade
(SVNDepth wcDepth, SVNDepth requestedDepth, SVNNodeKind kind) void
FSTransactionRoot.setEntry
(FSRevisionNode parentRevNode, String entryName, FSID entryId, SVNNodeKind kind) void
FSPathChange.setNodeKind
(SVNNodeKind nodeKind) void
FSEntry.setType
(SVNNodeKind type) void
FSRevisionNode.setType
(SVNNodeKind nodeKind) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNNodeKindModifierConstructorDescriptionFSEntry
(FSID id, SVNNodeKind type, String name) FSPathChange
(String path, FSID id, FSPathChangeKind kind, boolean textModified, boolean propsModified, Boolean mergeInfoModified, 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 SVNNodeKindModifier and TypeMethodDescription -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNNodeKindModifier and TypeFieldDescription(package private) SVNNodeKind
DefaultLoadHandler.NodeBaton.myKind
private final SVNNodeKind
SVNConflictVersion.myKind
private SVNNodeKind
SVNDiffStatusEditor.SVNSummarize.myKind
(package private) SVNNodeKind
SVNNodeEditor.Node.myKind
protected SVNNodeKind
SVNRemoteDiffEditor.KindActionState.myKind
SVNRemoteStatusEditor.DirectoryInfo.myRemoteKind
SVNRemoteStatusEditor.FileInfo.myRemoteKind
SVNCopyDriver.CopyPair.mySourceKind
SVNCopyDriver.CopyPathInfo.mySourceKind
Methods in org.tmatesoft.svn.core.internal.wc that return SVNNodeKindModifier and TypeMethodDescriptionprivate SVNNodeKind
SVNMergeCallback.getDiskKind
(String path) SVNConflictVersion.getKind()
Returns the node kind.static SVNNodeKind
SVNFileType.getNodeKind
(SVNFileType type) private static SVNNodeKind
SVNTreeConflictUtil.getNodeKind
(String name) private SVNNodeKind
DefaultDumpFilterHandler.getNodeKindFromHeaders
(String header, Map headers) private SVNNodeKind
SVNMergeCallback.getWorkingNodeKind
(SVNEntry entry, String path) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNNodeKindModifier and TypeMethodDescriptionprivate void
SVNUpdateEditor.absentEntry
(String path, SVNNodeKind kind) private void
SVNUpdateEditor15.absentEntry
(String path, SVNNodeKind kind) protected void
SVNRemoteDiffEditor.addDeletedPath
(String path, SVNNodeKind nodeKind, SVNStatusType type, SVNEventAction action, SVNEventAction expectedAction, boolean isTreeConflicted) private void
SVNAdminDeltifier.addFileOrDir
(FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, String tgtPath, String editPath, SVNNodeKind tgtKind) private static void
SVNAdminHelper.addFileOrDir
(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, String tgtPath, String editPath, SVNNodeKind tgtKind) private SVNNodeEditor.Node
SVNNodeEditor.addOrOpen
(String path, char action, SVNNodeKind kind, SVNNodeEditor.Node parent, String copyFromPath, long copyFromRevision) protected SVNStatus
SVNStatusEditor.assembleStatus
(File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored) static SVNStatus
SVNStatusUtil.assembleStatus
(File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored, Map repositoryLocks, SVNURL reposRoot, SVNWCAccess wcAccess) boolean
SVNDepthFilterEditor.NodeBaton.canEdit
(SVNNodeKind entryKind) private SVNTreeConflictDescription
SVNUpdateEditor.checkTreeConflict
(File path, SVNEntry entry, SVNAdminArea parentArea, SVNLog log, SVNConflictAction action, SVNNodeKind theirKind, SVNURL theirURL) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, String propertyName) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, SVNProperties revisionProperties, String propertyName) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName) protected void
SVNRemoteDiffEditor.deleteEntry
(String path, SVNNodeKind nodeKind, SVNAdminArea dir) static void
SVNWCManager.doEraseFromWC
(File path, SVNAdminArea dir, SVNNodeKind kind, boolean deleteFiles) private void
SVNDumpEditor.dumpNode
(String path, SVNNodeKind kind, int nodeAction, boolean isCopy, String cmpPath, long cmpRev) private boolean
SVNUpdateEditor.entryHasLocalModifications
(SVNAdminArea adminArea, File path, SVNNodeKind kind, String schedule) static boolean
SVNFileType.equals
(SVNFileType type, SVNNodeKind nodeKind) private void
SVNCommitter.fixError
(String path, SVNException e, SVNNodeKind kind) private static String
SVNTreeConflictUtil.getNodeKindString
(SVNNodeKind kind) static String
SVNAdminUtil.getPropBasePath
(String name, SVNNodeKind kind, boolean tmp) static String
SVNAdminUtil.getPropPath
(String name, SVNNodeKind kind, boolean tmp) static String
SVNAdminUtil.getPropRevertPath
(String name, SVNNodeKind kind, boolean tmp) static String
SVNAdminUtil.getWCPropPath
(String name, SVNNodeKind kind, boolean tmp) private void
SVNStatusEditor.handleDirEntry
(SVNAdminArea dir, String entryName, SVNEntry dirEntry, SVNEntry entry, SVNNodeKind fileKind, boolean special, SVNDepth depth, boolean getAll, boolean noIgnore, ISVNStatusHandler handler) protected SVNTreeConflictDescription
SVNMergeDriver.makeTreeConflict
(File victim, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) protected void
SVNMergeDriver.recordTreeConflict
(File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) protected void
SVNMergeDriver.recordTreeConflictOnAdd
(File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) private void
SVNAdminDeltifier.replaceFileOrDir
(FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, String srcPath, String tgtPath, String editPath, SVNNodeKind tgtKind) private static void
SVNAdminHelper.replaceFileOrDir
(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, String srcPath, String tgtPath, String editPath, SVNNodeKind tgtKind) private void
SVNStatusEditor.sendUnversionedStatus
(File file, String name, SVNNodeKind fileType, boolean special, SVNAdminArea dir, Collection ignorePatterns, boolean noIgnore, ISVNStatusHandler handler) private static void
SVNPropertiesManager.validatePropertyName
(Object path, String name, SVNNodeKind kind) static SVNPropertyValue
SVNPropertiesManager.validatePropertyValue
(Object path, SVNNodeKind kind, String name, SVNPropertyValue value, boolean force, ISVNOptions options, ISVNFileContentFetcher fileContentFetcher) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNNodeKindModifierConstructorDescriptionSVNConflictVersion
(SVNURL repositoryRoot, String path, long pegRevision, SVNNodeKind kind) Creates a newSVNConflictVersion
.SVNEventExt
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, String propertyName) SVNSummarize
(SVNDiffStatusEditor.SVNSummarize parent, String path, SVNNodeKind kind) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc.admin
Fields in org.tmatesoft.svn.core.internal.wc.admin declared as SVNNodeKindMethods in org.tmatesoft.svn.core.internal.wc.admin that return SVNNodeKindMethods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNNodeKind -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc.patch
Fields in org.tmatesoft.svn.core.internal.wc.patch declared as SVNNodeKindMethods in org.tmatesoft.svn.core.internal.wc.patch that return SVNNodeKind -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as SVNNodeKindModifier and TypeFieldDescriptionprivate SVNNodeKind
SVNBasicDelegate.LocationsLogEntryHandler.myKind
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNNodeKindModifier and TypeMethodDescriptionprivate static String
SVNBasicDelegate.getPreviousLogPath
(String path, SVNLogEntry logEntry, SVNNodeKind kind) Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNNodeKindModifierConstructorDescriptionprivate
LocationsLogEntryHandler
(String path, long startRevision, long endRevision, long pegRevision, SVNNodeKind kind, ISVNEventHandler eventHandler) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNNodeKindModifier and TypeFieldDescriptionSVNWCContext.CheckSpecialInfo.kind
SVNWCContext.CommittableExternalInfo.kind
SVNWCContext.ObstructionData.kind
private SVNNodeKind
SVNWCConflictDescription17.nodeKind
private SVNNodeKind
SVNRemoteStatusEditor17.DirectoryInfo.ood_kind
private SVNNodeKind
SVNRemoteStatusEditor17.FileInfo.ood_kind
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNNodeKindModifier and TypeMethodDescriptionprivate SVNNodeKind
SVNWCContext.convertDbKindToNodeKind
(SVNNodeKind dbKind, ISVNWCDb.SVNWCDbStatus dbStatus, boolean showHidden) SVNWCConflictDescription17.getNodeKind()
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNNodeKindModifier and TypeMethodDescriptionprivate void
SVNUpdateEditor17.absentEntry
(String path, SVNNodeKind nodeKind) void
ISVNEditor2.addAbsent
(String path, SVNNodeKind kind, long replacesRev) void
SVNTreeConflictEditor.addAbsent
(String path, SVNNodeKind kind, long replacesRev) static SvnStatus
SVNStatusEditor17.assembleStatus
(SVNWCContext context, File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock) static SvnStatus
SVNStatusEditor17.assembleUnversioned17
(File localAbspath, SVNNodeKind pathKind, boolean treeConflicted, boolean isIgnored) private boolean
SVNTreeConflictEditor.checkTreeConflict
(File localRelPath, SVNNodeKind oldKind, SVNNodeKind newKind, File oldReposRelPath, SVNConflictAction action) private SVNSkel
SVNUpdateEditor17.checkTreeConflict
(File localAbspath, ISVNWCDb.SVNWCDbStatus workingStatus, boolean existsInRepos, SVNNodeKind expectedKind, SVNConflictAction action) void
SVNUpdateEditor17.completeConflict
(SVNSkel conflict, File localAbsPath, File oldReposRelPath, long oldRevision, File newReposRelPath, SVNNodeKind localKind, SVNNodeKind targetKind) private SVNNodeKind
SVNWCContext.convertDbKindToNodeKind
(SVNNodeKind dbKind, ISVNWCDb.SVNWCDbStatus dbStatus, boolean showHidden) private SVNSkel
SVNTreeConflictEditor.createConflictMarkers
(File localAbsPath, File reposRelPath, SVNSkel conflictSkel, SVNOperation operation, SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion, SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion, SVNNodeKind kind) static SVNWCConflictDescription17
SVNWCConflictDescription17.createProp
(File localAbspath, SVNNodeKind nodeKind, String propertyName) static SVNWCConflictDescription17
SVNWCConflictDescription17.createTree
(File localAbspath, SVNNodeKind nodeKind, SVNOperation operation, SVNConflictVersion srcLeftVersion, SVNConflictVersion srcRightVersion) private SVNTreeConflictDescription
SVNUpdateEditor17.createTreeConflict
(File localAbspath, SVNConflictReason reason, SVNConflictAction action, SVNNodeKind theirNodeKind, File theirRelpath) private void
SVNUpdateEditor17.doNotification
(File localAbspath, SVNNodeKind kind, SVNEventAction action, SVNURL url, SVNURL previousURL) private void
SVNCommitter17.fixError
(File localAbspath, String path, SVNException e, SVNNodeKind kind) private void
SVNTreeConflictEditor.markTreeConflict
(File localRelPath, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, File moveRootDstRelPath, SVNOperation operation, SVNNodeKind oldKind, SVNNodeKind newKind, File oldReposRelPath, SVNConflictReason reason, SVNConflictAction action, File moveSrcOpRootRelPath) DefaultSvnMerger.mergeProperties
(ISvnMerger baseMerger, File localAbsPath, SVNNodeKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver) private void
SVNStatusEditor17.sendStatusStructure
(File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, ISvnObjectReceiver<SvnStatus> handler) private void
SVNStatusEditor17.sendUnversionedItem
(File nodeAbsPath, SVNNodeKind pathKind, boolean treeConflicted, Collection<String> patterns, boolean noIgnore, int workingCopyFormat, ISvnObjectReceiver<SvnStatus> handler) void
SVNWCConflictDescription17.setNodeKind
(SVNNodeKind nodeKind) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNNodeKindMethods in org.tmatesoft.svn.core.internal.wc17.db that return SVNNodeKindModifier and TypeMethodDescriptionstatic SVNNodeKind
SvnWcDbStatementUtil.getColumnNodeKind
(SVNSqlJetStatement stmt, Enum<?> f) static SVNNodeKind
ISVNWCDb.SVNWCDbKind.toNodeKind()
ISVNWCDb.SVNWCDbKind.toNodeKind
(ISVNWCDb.SVNWCDbStatus status, boolean showHidden) Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNNodeKindModifier and TypeMethodDescriptionvoid
SVNWCDb.extendParentDelete
(SVNSqlJetDb db, long wcId, File localRelPath, SVNNodeKind kind, int opDepth) private void
SVNWCDb.markTreeConflict
(File localRelPath, SVNWCDbRoot wcRoot, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, File moveRootDstRelPath, SVNOperation operation, SVNNodeKind oldKind, SVNNodeKind newKind, File oldReposRelPath, SVNConflictReason reason, SVNConflictAction action, File moveSrcOpRootRelPath) void
ISVNWCDb.registerExternal
(File definingAbsPath, File localAbsPath, SVNNodeKind kind, SVNURL reposRootUrl, String reposUuid, File reposRelPath, long operationalRevision, long revision) void
SVNWCDb.registerExternal
(File definingAbsPath, File localAbsPath, SVNNodeKind kind, SVNURL reposRootUrl, String reposUuid, File reposRelPath, long operationalRevision, long revision) static void
SVNWCDb.updateMoveListAdd
(SVNWCDbRoot wcRoot, File localRelPath, SVNEventAction eventAction, SVNNodeKind kind, SVNStatusType contentState, SVNStatusType propState) void
ISVNWCDb.upgradeInsertExternal
(File localAbsPath, SVNNodeKind kind, File parentAbsPath, File defLocalAbsPath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long defPegRevision, long defRevision) void
SVNWCDb.upgradeInsertExternal
(File localAbsPath, SVNNodeKind kind, File parentAbsPath, File defLocalAbsPath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long defPegRevision, long defRevision) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SVNNodeKindModifier and TypeFieldDescriptionSvnNgAdd.CheckCanAddNode.kind
(package private) SVNNodeKind
SvnNgMergeDriver.ObstructionState.kind
(package private) SVNNodeKind
SvnNgRemoteDiffEditor.DeletedPath.kind
(package private) SVNNodeKind
SvnNgWcToWcCopy.CopyToTmpDir.kind
(package private) SVNNodeKind
SvnNgReposToWcCopy.SvnCopyPair.srcKind
Fields in org.tmatesoft.svn.core.internal.wc2.ng with type parameters of type SVNNodeKindModifier and TypeFieldDescriptionprivate Map<File,
SVNNodeKind> SvnNgMergeCallback2.DirectoryBaton.pendingDeletes
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNNodeKindModifier and TypeMethodDescriptionprivate SVNNodeKind
SvnNgAdd.checkCanAddNode
(File path) SvnNgCommit.getUrlKind
(SVNURL url, long revision) SvnNgCommitUtil.ISvnUrlKindCallback.getUrlKind
(SVNURL url, long revision) SvnNgWcToReposCopy.getUrlKind
(SVNURL url, long revision) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNNodeKindModifier and TypeMethodDescriptionprivate static void
SvnNgCommitUtil.bailOnTreeConflictedChildren
(SVNWCContext context, File localAbsPath, SVNNodeKind kind, SVNDepth depth, Collection<String> changelistsSet) private boolean
SvnNgGetInfo.isDepthIncludes
(File rootPath, SVNDepth depth, File childPath, SVNNodeKind childKind) private SVNConflictVersion[]
SvnNgMergeCallback.makeConflictVersions
(File target, SVNNodeKind kind) private SVNConflictVersion[]
SvnNgMergeCallback2.makeConflictVersions
(File victimAbsPath, SVNNodeKind nodeKind, SVNURL rootUrl, SvnNgMergeDriver.MergeSource mergeSource, File targetAbsPath) private SVNTreeConflictDescription
SvnNgMergeCallback.makeTreeConflict
(File path, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) SvnNgMergeDriver.performObstructionCheck
(File localAbsPath, SVNNodeKind expectedKind) private void
SvnNgMergeCallback2.recordSkip
(File localAbsPath, SVNNodeKind kind, SVNEventAction action, SVNStatusType state) private void
SvnNgMergeCallback2.recordTreeConflict
(File localAbsPath, SvnNgMergeCallback2.DirectoryBaton parentBaton, SVNNodeKind nodeKind, SVNConflictAction action, SVNConflictReason reason, SVNWCConflictDescription17 existingConflict, boolean notifyTreeConflict) private void
SvnNgMergeCallback2.recordUpdateAdd
(File localAbsPath, SVNNodeKind kind, boolean notifyReplaced) private void
SvnNgMergeCallback2.recordUpdateDelete
(File localAbsPath, SVNNodeKind kind, SvnNgMergeCallback2.DirectoryBaton parentBaton) private void
SvnNgMergeCallback2.recordUpdateUpdate
(File localAbsPath, SVNNodeKind kind, SVNStatusType contentState, SVNStatusType propState) private void
SvnDiffSummarizeCallback.sendSummary
(File path, SVNStatusType summarizeKind, boolean propChanged, SVNNodeKind nodeKind) static void
SvnNgPropertiesManager.setProperty
(SVNWCContext context, File path, SVNNodeKind kind, String propertyName, SVNPropertyValue value, ISvnPropertyValueProvider pvProvider, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver) private void
SvnNgMergeCallback.treeConflict
(File path, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) private void
SvnNgMergeCallback.treeConflictOnAdd
(File path, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) void
SvnNgUpgrade.upgradeAddExternalInfo
(File localAbsPath, SVNNodeKind kind, File defLocalAbsPath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long defPegRevision, long defRevision) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc2.old
Fields in org.tmatesoft.svn.core.internal.wc2.old declared as SVNNodeKind -
Uses of SVNNodeKind in org.tmatesoft.svn.core.internal.wc2.patch
Fields in org.tmatesoft.svn.core.internal.wc2.patch declared as SVNNodeKindModifier and TypeFieldDescriptionprivate SVNNodeKind
SvnPatchTarget.dbKind
private SVNNodeKind
SvnPatchTarget.kindOnDisk
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SVNNodeKindMethods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SVNNodeKindModifier and TypeMethodDescriptionvoid
SvnPatchTarget.setDbKind
(SVNNodeKind dbKind) void
SvnPatchTarget.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 SVNNodeKindModifier and TypeMethodDescriptionstatic void
SvnRemoteGetProperties.remotePropertyGet
(SVNURL url, SVNNodeKind kind, String path, SVNRepository repos, long revNumber, SVNDepth depth, ISvnObjectReceiver<SVNProperties> receiver) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as SVNNodeKindModifier and TypeFieldDescription(package private) SVNNodeKind
SVNRepository.LocationSegmentsLogHandler.myNodeKind
(package private) SVNNodeKind
SVNRepository.LocationsLogHandler.myNodeKind
Methods in org.tmatesoft.svn.core.io that return SVNNodeKindModifier and TypeMethodDescriptionabstract SVNNodeKind
Returns the kind of an item located at the specified path in a particular revision.Methods in org.tmatesoft.svn.core.io with parameters of type SVNNodeKindModifier and TypeMethodDescriptionprivate static String
SVNRepository.getPreviousLogPath
(char[] action, long[] copyFromRevision, Map changedPaths, String path, SVNNodeKind kind, long revision) Constructors in org.tmatesoft.svn.core.io with parameters of type SVNNodeKindModifierConstructorDescriptionLocationSegmentsLogHandler
(SVNNodeKind kind, String lastPath, long startRev, ISVNLocationSegmentHandler handler) LocationsLogHandler
(long[] revisions, SVNNodeKind kind, String lastPath, long pegRevision, ISVNLocationEntryHandler handler) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNNodeKindModifier and TypeMethodDescriptionprivate static NodeKind
SVNClientImpl.getNodeKind
(SVNNodeKind kind) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNNodeKindModifier and TypeFieldDescriptionprivate SVNNodeKind
SVNCommitItem.myKind
private SVNNodeKind
SVNDiffStatus.myKind
private SVNNodeKind
SVNInfo.myKind
private SVNNodeKind
SVNStatus.myKind
private SVNNodeKind
SVNConflictDescription.myNodeKind
private SVNNodeKind
SVNEvent.myNodeKind
private SVNNodeKind
SVNStatus.myRemoteKind
Methods in org.tmatesoft.svn.core.wc that return SVNNodeKindModifier and TypeMethodDescriptionSVNCommitItem.getKind()
Gets the node kind of the versioned item.SVNDiffStatus.getKind()
Returns the node kind of the Working Copy item.SVNInfo.getKind()
Gets the item's node kind.SVNStatus.getKind()
Gets the item's node kind characterizing it as an entry.SVNConflictDescription.getNodeKind()
Returns the node kind of the item which the conflict occurred on.SVNEvent.getNodeKind()
Gets the node kind of the item characterizing it as an entry - whether it's a directory, file, etc.SVNStatus.getRemoteKind()
Returns the kind of the item got from the repository.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNNodeKindModifier and TypeMethodDescriptionvoid
SVNStatus.setKind
(SVNNodeKind kind) void
SVNStatus.setRemoteKind
(SVNNodeKind remoteKind) void
SVNStatus.setRemoteStatus
(SVNURL url, SVNStatusType contents, SVNStatusType props, SVNLock lock, SVNNodeKind kind, SVNRevision revision, Date date, String author) Sets the item's remote status.void
SVNStatus.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 SVNNodeKindModifierConstructorDescriptionSVNCommitItem
(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 newSVNConflictDescription
object.SVNDiffStatus
(File file, SVNURL url, String path, SVNStatusType type, boolean propsModified, SVNNodeKind kind) Instantiates a new object.SVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName, SVNProperties revisionProperties, String propertyName) Constructs an SVNEvent object.SVNInfo
(File file, SVNURL url, SVNURL rootURL, long revision, SVNNodeKind kind, String uuid, long committedRevision, String committedDate, String author, String schedule, SVNURL copyFromURL, long copyFromRevision, String textTime, String propTime, String checksum, String conflictOld, String conflictNew, String conflictWorking, String propRejectFile, SVNLock lock, SVNDepth depth, String changelistName, long wcSize, SVNTreeConflictDescription treeConflict) SVNInfo
(String path, SVNURL url, SVNRevision revision, SVNNodeKind kind, String uuid, SVNURL reposRootURL, long comittedRevision, Date date, String author, SVNLock lock, SVNDepth depth, long size) SVNPropertyConflictDescription
(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, String propertyName, SVNConflictAction conflictAction, SVNConflictReason conflictReason) Creates a newSVNPropertyConflictDescription
object.SVNStatus
(SVNURL url, File file, SVNNodeKind kind, SVNRevision revision, SVNRevision committedRevision, Date committedDate, String author, SVNStatusType contentsStatus, SVNStatusType propertiesStatus, SVNStatusType remoteContentsStatus, SVNStatusType remotePropertiesStatus, boolean isLocked, boolean isCopied, boolean isSwitched, boolean isFileExternal, File conflictNewFile, File conflictOldFile, File conflictWrkFile, File projRejectFile, String copyFromURL, SVNRevision copyFromRevision, SVNLock remoteLock, SVNLock localLock, Map entryProperties, 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 newSVNTextConflictDescription
object.SVNTreeConflictDescription
(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
Fields in org.tmatesoft.svn.core.wc.admin declared as SVNNodeKindMethods in org.tmatesoft.svn.core.wc.admin that return SVNNodeKindModifier and TypeMethodDescriptionSVNChangeEntry.getKind()
Returns the node kind of the item.private SVNNodeKind
SVNLookClient.verifyPath
(FSRoot root, String path) Methods in org.tmatesoft.svn.core.wc.admin with parameters of type SVNNodeKindModifier and TypeMethodDescriptionprivate void
SVNLookClient.getTree
(FSFS fsfs, FSRoot root, String path, SVNNodeKind kind, FSID id, boolean includeIDs, int depth, boolean recursive, ISVNTreeHandler handler) Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type SVNNodeKindModifierConstructorDescriptionSVNChangeEntry
(String path, SVNNodeKind kind, char type, String copyFromPath, long copyFromRevision, boolean hasTextModifications, boolean hasPropModifications) Constructs a change entry object. -
Uses of SVNNodeKind in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SVNNodeKindModifier and TypeFieldDescriptionprivate SVNNodeKind
SvnCommitItem.kind
private SVNNodeKind
SvnDiffStatus.kind
private SVNNodeKind
SvnInfo.kind
private SVNNodeKind
SvnStatus.kind
private SVNNodeKind
SvnStatus.repositoryKind
Methods in org.tmatesoft.svn.core.wc2 that return SVNNodeKindModifier and TypeMethodDescriptionSvnCommitItem.getKind()
Returns commit item's node kind.SvnDiffStatus.getKind()
Returns the node kind of the working copy item.SvnInfo.getKind()
Gets the item's node kind.SvnStatus.getKind()
Gets the item's node kind characterizing it as an entry.SvnStatus.getRepositoryKind()
Returns the kind of the item got from the repository.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNNodeKindModifier and TypeMethodDescriptionSvnCommitPacket.addItem
(File path, SVNNodeKind kind, SVNURL repositoryRoot, String repositoryPath, long revision, String copyFromPath, long copyFromRevision, 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.SvnCommitPacket.addItem
(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.ISvnMerger.mergeProperties
(ISvnMerger baseMerger, 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 changespropChanges
based onserverBaseProperties
into the working copylocalAbsPath
void
SvnCommitItem.setKind
(SVNNodeKind kind) Sets commit item's node kind.void
SvnDiffStatus.setKind
(SVNNodeKind kind) Sets the node kind of the working copy item.void
SvnInfo.setKind
(SVNNodeKind kind) Sets the item's node kind.void
SvnStatus.setKind
(SVNNodeKind kind) Sets item's node kind.void
SvnStatus.setRepositoryKind
(SVNNodeKind repositoryKind) Sets the kind of the item got from the repository.