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 intJavaHLObjectFactory.getNodeKind(SVNNodeKind svnKind) -
Uses of SVNNodeKind in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNNodeKindModifier and TypeFieldDescriptionstatic final SVNNodeKindSVNNodeKind.DIRDefines the directory node kindstatic final SVNNodeKindSVNNodeKind.FILEDefines the file node kindprivate SVNNodeKindSVNDirEntry.myKindprivate SVNNodeKindSVNLogEntryPath.myNodeKindstatic final SVNNodeKindSVNNodeKind.NONEThis node kind is used to say that a node is missingstatic final SVNNodeKindSVNNodeKind.UNKNOWNThis 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 SVNNodeKindSVNNodeKind.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 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 SVNNodeKindModifier and TypeMethodDescriptionprotected voidSVNLogEntryPath.setNodeKind(SVNNodeKind nodeKind) Constructors in org.tmatesoft.svn.core with parameters of type SVNNodeKindModifierConstructorDescriptionSVNDirEntry(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 -
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 SVNNodeKindFSEntry.myTypeprivate SVNNodeKindFSRevisionNode.myTypeMethods in org.tmatesoft.svn.core.internal.io.fs that return SVNNodeKindModifier and TypeMethodDescriptionFSRoot.checkNodeKind(java.lang.String path) FSRepository.checkPath(java.lang.String path, long revision) FSEntry.getType()FSRevisionNode.getType()Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNNodeKindModifier and TypeMethodDescriptionvoidFSCommitter.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) private booleanFSUpdateContext.isDepthUpgrade(SVNDepth wcDepth, SVNDepth requestedDepth, 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 SVNNodeKindModifierConstructorDescriptionFSEntry(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 SVNNodeKindModifier and TypeMethodDescriptionSVNRepositoryImpl.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 SVNNodeKindModifier and TypeFieldDescription(package private) SVNNodeKindDefaultLoadHandler.NodeBaton.myKindprivate final SVNNodeKindSVNConflictVersion.myKindprivate SVNNodeKindSVNDiffStatusEditor.SVNSummarize.myKind(package private) SVNNodeKindSVNNodeEditor.Node.myKindprotected SVNNodeKindSVNRemoteDiffEditor.KindActionState.myKindSVNRemoteStatusEditor.DirectoryInfo.myRemoteKindSVNRemoteStatusEditor.FileInfo.myRemoteKindSVNCopyDriver.CopyPair.mySourceKindSVNCopyDriver.CopyPathInfo.mySourceKindMethods in org.tmatesoft.svn.core.internal.wc that return SVNNodeKindModifier and TypeMethodDescriptionprivate SVNNodeKindSVNMergeCallback.getDiskKind(java.lang.String path) SVNConflictVersion.getKind()Returns the node kind.static SVNNodeKindSVNFileType.getNodeKind(SVNFileType type) private static SVNNodeKindSVNTreeConflictUtil.getNodeKind(java.lang.String name) private SVNNodeKindDefaultDumpFilterHandler.getNodeKindFromHeaders(java.lang.String header, java.util.Map headers) private SVNNodeKindSVNMergeCallback.getWorkingNodeKind(SVNEntry entry, java.lang.String path) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNNodeKindModifier and TypeMethodDescriptionprivate voidSVNUpdateEditor.absentEntry(java.lang.String path, SVNNodeKind kind) private voidSVNUpdateEditor15.absentEntry(java.lang.String path, SVNNodeKind kind) protected voidSVNRemoteDiffEditor.addDeletedPath(java.lang.String path, SVNNodeKind nodeKind, SVNStatusType type, SVNEventAction action, SVNEventAction expectedAction, boolean isTreeConflicted) private voidSVNAdminDeltifier.addFileOrDir(FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String tgtPath, java.lang.String editPath, SVNNodeKind tgtKind) private static voidSVNAdminHelper.addFileOrDir(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String tgtPath, java.lang.String editPath, SVNNodeKind tgtKind) private SVNNodeEditor.NodeSVNNodeEditor.addOrOpen(java.lang.String path, char action, SVNNodeKind kind, SVNNodeEditor.Node parent, java.lang.String copyFromPath, long copyFromRevision) 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) booleanSVNDepthFilterEditor.NodeBaton.canEdit(SVNNodeKind entryKind) private SVNTreeConflictDescriptionSVNUpdateEditor.checkTreeConflict(java.io.File path, SVNEntry entry, SVNAdminArea parentArea, SVNLog log, SVNConflictAction action, SVNNodeKind theirKind, SVNURL theirURL) 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) private voidSVNDumpEditor.dumpNode(java.lang.String path, SVNNodeKind kind, int nodeAction, boolean isCopy, java.lang.String cmpPath, long cmpRev) private booleanSVNUpdateEditor.entryHasLocalModifications(SVNAdminArea adminArea, java.io.File path, SVNNodeKind kind, java.lang.String schedule) static booleanSVNFileType.equals(SVNFileType type, SVNNodeKind nodeKind) private voidSVNCommitter.fixError(java.lang.String path, SVNException e, SVNNodeKind kind) private static java.lang.StringSVNTreeConflictUtil.getNodeKindString(SVNNodeKind kind) 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) private voidSVNStatusEditor.handleDirEntry(SVNAdminArea dir, java.lang.String entryName, SVNEntry dirEntry, SVNEntry entry, SVNNodeKind fileKind, boolean special, SVNDepth depth, boolean getAll, boolean noIgnore, ISVNStatusHandler handler) 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) private voidSVNAdminDeltifier.replaceFileOrDir(FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath, SVNNodeKind tgtKind) private static voidSVNAdminHelper.replaceFileOrDir(FSFS fsfs, ISVNEditor editor, FSRevisionRoot srcRoot, FSRevisionRoot tgtRoot, java.lang.String srcPath, java.lang.String tgtPath, java.lang.String editPath, SVNNodeKind tgtKind) private voidSVNStatusEditor.sendUnversionedStatus(java.io.File file, java.lang.String name, SVNNodeKind fileType, boolean special, SVNAdminArea dir, java.util.Collection ignorePatterns, boolean noIgnore, ISVNStatusHandler handler) private static voidSVNPropertiesManager.validatePropertyName(java.lang.Object path, java.lang.String name, SVNNodeKind kind) 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 SVNNodeKindModifierConstructorDescriptionSVNConflictVersion(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) SVNSummarize(SVNDiffStatusEditor.SVNSummarize parent, java.lang.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 SVNNodeKindSVNBasicDelegate.LocationsLogEntryHandler.myKindMethods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNNodeKindModifier and TypeMethodDescriptionprivate static java.lang.StringSVNBasicDelegate.getPreviousLogPath(java.lang.String path, SVNLogEntry logEntry, SVNNodeKind kind) Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNNodeKindModifierConstructorDescriptionprivateLocationsLogEntryHandler(java.lang.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.kindSVNWCContext.CommittableExternalInfo.kindSVNWCContext.ObstructionData.kindprivate SVNNodeKindSVNWCConflictDescription17.nodeKindprivate SVNNodeKindSVNRemoteStatusEditor17.DirectoryInfo.ood_kindprivate SVNNodeKindSVNRemoteStatusEditor17.FileInfo.ood_kindMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNNodeKindModifier and TypeMethodDescriptionprivate SVNNodeKindSVNWCContext.convertDbKindToNodeKind(SVNNodeKind dbKind, ISVNWCDb.SVNWCDbStatus dbStatus, boolean showHidden) SVNWCConflictDescription17.getNodeKind()SVNWCContext.readKind(java.io.File localAbsPath, boolean showHidden) Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNNodeKindModifier and TypeMethodDescriptionprivate voidSVNUpdateEditor17.absentEntry(java.lang.String path, SVNNodeKind nodeKind) 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) private booleanSVNTreeConflictEditor.checkTreeConflict(java.io.File localRelPath, SVNNodeKind oldKind, SVNNodeKind newKind, java.io.File oldReposRelPath, SVNConflictAction action) private SVNSkelSVNUpdateEditor17.checkTreeConflict(java.io.File localAbspath, ISVNWCDb.SVNWCDbStatus workingStatus, boolean existsInRepos, SVNNodeKind expectedKind, SVNConflictAction action) voidSVNUpdateEditor17.completeConflict(SVNSkel conflict, java.io.File localAbsPath, java.io.File oldReposRelPath, long oldRevision, java.io.File newReposRelPath, SVNNodeKind localKind, SVNNodeKind targetKind) private SVNNodeKindSVNWCContext.convertDbKindToNodeKind(SVNNodeKind dbKind, ISVNWCDb.SVNWCDbStatus dbStatus, boolean showHidden) private SVNSkelSVNTreeConflictEditor.createConflictMarkers(java.io.File localAbsPath, java.io.File reposRelPath, SVNSkel conflictSkel, SVNOperation operation, SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion, SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion, SVNNodeKind kind) 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) private SVNTreeConflictDescriptionSVNUpdateEditor17.createTreeConflict(java.io.File localAbspath, SVNConflictReason reason, SVNConflictAction action, SVNNodeKind theirNodeKind, java.io.File theirRelpath) private voidSVNUpdateEditor17.doNotification(java.io.File localAbspath, SVNNodeKind kind, SVNEventAction action, SVNURL url, SVNURL previousURL) private voidSVNCommitter17.fixError(java.io.File localAbspath, java.lang.String path, SVNException e, SVNNodeKind kind) private voidSVNTreeConflictEditor.markTreeConflict(java.io.File localRelPath, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, java.io.File moveRootDstRelPath, SVNOperation operation, SVNNodeKind oldKind, SVNNodeKind newKind, java.io.File oldReposRelPath, SVNConflictReason reason, SVNConflictAction action, java.io.File moveSrcOpRootRelPath) DefaultSvnMerger.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) private voidSVNStatusEditor17.sendStatusStructure(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, ISvnObjectReceiver<SvnStatus> handler) private voidSVNStatusEditor17.sendUnversionedItem(java.io.File nodeAbsPath, SVNNodeKind pathKind, boolean treeConflicted, java.util.Collection<java.lang.String> patterns, boolean noIgnore, int workingCopyFormat, ISvnObjectReceiver<SvnStatus> handler) voidSVNWCConflictDescription17.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 SVNNodeKindSvnWcDbStatementUtil.getColumnNodeKind(SVNSqlJetStatement stmt, java.lang.Enum<?> f) ISVNWCDb.readKind(java.io.File localAbsPath, boolean allowMissing, boolean showDeleted, boolean showHidden) SVNWCDb.readKind(java.io.File localAbsPath, boolean allowMissing, boolean showDeleted, boolean showHidden) static SVNNodeKindISVNWCDb.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 TypeMethodDescriptionvoidSVNWCDb.extendParentDelete(SVNSqlJetDb db, long wcId, java.io.File localRelPath, SVNNodeKind kind, int opDepth) private voidSVNWCDb.markTreeConflict(java.io.File localRelPath, SVNWCDbRoot wcRoot, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, java.io.File moveRootDstRelPath, SVNOperation operation, SVNNodeKind oldKind, SVNNodeKind newKind, java.io.File oldReposRelPath, SVNConflictReason reason, SVNConflictAction action, java.io.File moveSrcOpRootRelPath) 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
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SVNNodeKindModifier and TypeFieldDescriptionSvnNgAdd.CheckCanAddNode.kind(package private) SVNNodeKindSvnNgMergeDriver.ObstructionState.kind(package private) SVNNodeKindSvnNgRemoteDiffEditor.DeletedPath.kind(package private) SVNNodeKindSvnNgWcToWcCopy.CopyToTmpDir.kind(package private) SVNNodeKindSvnNgReposToWcCopy.SvnCopyPair.srcKindFields in org.tmatesoft.svn.core.internal.wc2.ng with type parameters of type SVNNodeKindModifier and TypeFieldDescriptionprivate java.util.Map<java.io.File,SVNNodeKind> SvnNgMergeCallback2.DirectoryBaton.pendingDeletesMethods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNNodeKindModifier and TypeMethodDescriptionprivate SVNNodeKindSvnNgAdd.checkCanAddNode(java.io.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 voidSvnNgCommitUtil.bailOnTreeConflictedChildren(SVNWCContext context, java.io.File localAbsPath, SVNNodeKind kind, SVNDepth depth, java.util.Collection<java.lang.String> changelistsSet) private booleanSvnNgGetInfo.isDepthIncludes(java.io.File rootPath, SVNDepth depth, java.io.File childPath, SVNNodeKind childKind) private SVNConflictVersion[]SvnNgMergeCallback.makeConflictVersions(java.io.File target, SVNNodeKind kind) private SVNConflictVersion[]SvnNgMergeCallback2.makeConflictVersions(java.io.File victimAbsPath, SVNNodeKind nodeKind, SVNURL rootUrl, SvnNgMergeDriver.MergeSource mergeSource, java.io.File targetAbsPath) private SVNTreeConflictDescriptionSvnNgMergeCallback.makeTreeConflict(java.io.File path, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) SvnNgMergeDriver.performObstructionCheck(java.io.File localAbsPath, SVNNodeKind expectedKind) private voidSvnNgMergeCallback2.recordSkip(java.io.File localAbsPath, SVNNodeKind kind, SVNEventAction action, SVNStatusType state) private voidSvnNgMergeCallback2.recordTreeConflict(java.io.File localAbsPath, SvnNgMergeCallback2.DirectoryBaton parentBaton, SVNNodeKind nodeKind, SVNConflictAction action, SVNConflictReason reason, SVNWCConflictDescription17 existingConflict, boolean notifyTreeConflict) private voidSvnNgMergeCallback2.recordUpdateAdd(java.io.File localAbsPath, SVNNodeKind kind, boolean notifyReplaced) private voidSvnNgMergeCallback2.recordUpdateDelete(java.io.File localAbsPath, SVNNodeKind kind, SvnNgMergeCallback2.DirectoryBaton parentBaton) private voidSvnNgMergeCallback2.recordUpdateUpdate(java.io.File localAbsPath, SVNNodeKind kind, SVNStatusType contentState, SVNStatusType propState) private voidSvnDiffSummarizeCallback.sendSummary(java.io.File path, SVNStatusType summarizeKind, boolean propChanged, SVNNodeKind nodeKind) 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) private voidSvnNgMergeCallback.treeConflict(java.io.File path, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) private voidSvnNgMergeCallback.treeConflictOnAdd(java.io.File path, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) 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.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 SVNNodeKindSvnPatchTarget.dbKindprivate SVNNodeKindSvnPatchTarget.kindOnDiskMethods 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 TypeMethodDescriptionvoidSvnPatchTarget.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 SVNNodeKindModifier and TypeMethodDescriptionstatic 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
Fields in org.tmatesoft.svn.core.io declared as SVNNodeKindModifier and TypeFieldDescription(package private) SVNNodeKindSVNRepository.LocationSegmentsLogHandler.myNodeKind(package private) SVNNodeKindSVNRepository.LocationsLogHandler.myNodeKindMethods in org.tmatesoft.svn.core.io that return SVNNodeKindModifier and TypeMethodDescriptionabstract SVNNodeKindSVNRepository.checkPath(java.lang.String path, long revision) 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 java.lang.StringSVNRepository.getPreviousLogPath(char[] action, long[] copyFromRevision, java.util.Map changedPaths, java.lang.String path, SVNNodeKind kind, long revision) Constructors in org.tmatesoft.svn.core.io with parameters of type SVNNodeKindModifierConstructorDescriptionLocationSegmentsLogHandler(SVNNodeKind kind, java.lang.String lastPath, long startRev, ISVNLocationSegmentHandler handler) LocationsLogHandler(long[] revisions, SVNNodeKind kind, java.lang.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 NodeKindSVNClientImpl.getNodeKind(SVNNodeKind kind) -
Uses of SVNNodeKind in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNNodeKindModifier and TypeFieldDescriptionprivate SVNNodeKindSVNCommitItem.myKindprivate SVNNodeKindSVNDiffStatus.myKindprivate SVNNodeKindSVNInfo.myKindprivate SVNNodeKindSVNStatus.myKindprivate SVNNodeKindSVNConflictDescription.myNodeKindprivate SVNNodeKindSVNEvent.myNodeKindprivate SVNNodeKindSVNStatus.myRemoteKindMethods 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 TypeMethodDescriptionvoidSVNStatus.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 SVNNodeKindModifierConstructorDescriptionSVNCommitItem(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
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 SVNNodeKindSVNLookClient.verifyPath(FSRoot root, java.lang.String path) Methods in org.tmatesoft.svn.core.wc.admin with parameters of type SVNNodeKindModifier and TypeMethodDescriptionprivate voidSVNLookClient.getTree(FSFS fsfs, FSRoot root, java.lang.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(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
Fields in org.tmatesoft.svn.core.wc2 declared as SVNNodeKindModifier and TypeFieldDescriptionprivate SVNNodeKindSvnCommitItem.kindprivate SVNNodeKindSvnDiffStatus.kindprivate SVNNodeKindSvnInfo.kindprivate SVNNodeKindSvnStatus.kindprivate SVNNodeKindSvnStatus.repositoryKindMethods 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(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.SvnCommitPacket.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.ISvnMerger.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.