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 int
JavaHLObjectFactory. 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 SVNNodeKind
SVNNodeKind. DIR
Defines the directory node kindstatic SVNNodeKind
SVNNodeKind. FILE
Defines the file node kindstatic SVNNodeKind
SVNNodeKind. NONE
This node kind is used to say that a node is missingstatic 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 SVNNodeKind Modifier and Type Method Description SVNNodeKind
SVNDirEntry. getKind()
Returns the entry node kind.SVNNodeKind
SVNLogEntryPath. getKind()
Returns the node kind of the changed path, represented by this object.static SVNNodeKind
SVNNodeKind. getNodeKindById(int id)
static SVNNodeKind
SVNNodeKind. 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 void
SVNLogEntryPath. 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 SVNNodeKind
DAVRepository. 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 SVNNodeKind
FSRoot. checkNodeKind(java.lang.String path)
SVNNodeKind
FSRepository. checkPath(java.lang.String path, long revision)
SVNNodeKind
FSEntry. getType()
SVNNodeKind
FSRevisionNode. getType()
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNNodeKind Modifier and Type Method Description void
FSCommitter. addChange(java.lang.String path, FSID id, FSPathChangeKind changeKind, boolean textModified, boolean propsModified, boolean mergeInfoModified, long copyFromRevision, java.lang.String copyFromPath, SVNNodeKind kind)
static SVNErrorMessage
FSErrors. errorOutOfDate(java.lang.String path, SVNNodeKind kind)
void
FSTransactionRoot. setEntry(FSRevisionNode parentRevNode, java.lang.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 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 SVNNodeKind
SVNRepositoryImpl. 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 SVNNodeKind
SVNRemoteDiffEditor.KindActionState. myKind
Methods in org.tmatesoft.svn.core.internal.wc that return SVNNodeKind Modifier and Type Method Description SVNNodeKind
SVNConflictVersion. getKind()
Returns the node kind.static SVNNodeKind
SVNFileType. getNodeKind(SVNFileType type)
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNNodeKind Modifier and Type Method Description protected void
SVNRemoteDiffEditor. addDeletedPath(java.lang.String path, SVNNodeKind nodeKind, SVNStatusType type, SVNEventAction action, SVNEventAction expectedAction, boolean isTreeConflicted)
protected SVNStatus
SVNStatusEditor. assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored)
static SVNStatus
SVNStatusUtil. 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 SVNEvent
SVNEventFactory. createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range)
static SVNEvent
SVNEventFactory. 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 SVNEvent
SVNEventFactory. 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 SVNEvent
SVNEventFactory. 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 SVNEvent
SVNEventFactory. 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 SVNEvent
SVNEventFactory. 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 void
SVNRemoteDiffEditor. deleteEntry(java.lang.String path, SVNNodeKind nodeKind, SVNAdminArea dir)
static void
SVNWCManager. doEraseFromWC(java.io.File path, SVNAdminArea dir, SVNNodeKind kind, boolean deleteFiles)
static boolean
SVNFileType. equals(SVNFileType type, SVNNodeKind nodeKind)
static java.lang.String
SVNAdminUtil. getPropBasePath(java.lang.String name, SVNNodeKind kind, boolean tmp)
static java.lang.String
SVNAdminUtil. getPropPath(java.lang.String name, SVNNodeKind kind, boolean tmp)
static java.lang.String
SVNAdminUtil. getPropRevertPath(java.lang.String name, SVNNodeKind kind, boolean tmp)
static java.lang.String
SVNAdminUtil. getWCPropPath(java.lang.String name, SVNNodeKind kind, boolean tmp)
protected SVNTreeConflictDescription
SVNMergeDriver. makeTreeConflict(java.io.File victim, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)
protected void
SVNMergeDriver. recordTreeConflict(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)
protected void
SVNMergeDriver. recordTreeConflictOnAdd(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)
static SVNPropertyValue
SVNPropertiesManager. 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 SVNNodeKind
SVNEntry. getKind()
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNNodeKind Modifier and Type Method Description void
SVNEntry. 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 SVNNodeKind
SVNPatchTarget. 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 SVNNodeKind
SVNWCContext.CheckSpecialInfo. kind
SVNNodeKind
SVNWCContext.CommittableExternalInfo. kind
SVNNodeKind
SVNWCContext.ObstructionData. kind
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNNodeKind Modifier and Type Method Description SVNNodeKind
SVNWCConflictDescription17. getNodeKind()
SVNNodeKind
SVNWCContext. 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 void
ISVNEditor2. addAbsent(java.lang.String path, SVNNodeKind kind, long replacesRev)
void
SVNTreeConflictEditor. addAbsent(java.lang.String path, SVNNodeKind kind, long replacesRev)
static SvnStatus
SVNStatusEditor17. assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock)
static SvnStatus
SVNStatusEditor17. assembleUnversioned17(java.io.File localAbspath, SVNNodeKind pathKind, boolean treeConflicted, boolean isIgnored)
void
SVNUpdateEditor17. completeConflict(SVNSkel conflict, java.io.File localAbsPath, java.io.File oldReposRelPath, long oldRevision, java.io.File newReposRelPath, SVNNodeKind localKind, SVNNodeKind targetKind)
static SVNWCConflictDescription17
SVNWCConflictDescription17. createProp(java.io.File localAbspath, SVNNodeKind nodeKind, java.lang.String propertyName)
static SVNWCConflictDescription17
SVNWCConflictDescription17. createTree(java.io.File localAbspath, SVNNodeKind nodeKind, SVNOperation operation, SVNConflictVersion srcLeftVersion, SVNConflictVersion srcRightVersion)
SvnMergeResult
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)
void
SVNWCConflictDescription17. 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 SVNNodeKind
SvnWcDbStatementUtil. getColumnNodeKind(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
SVNNodeKind
ISVNWCDb. readKind(java.io.File localAbsPath, boolean allowMissing, boolean showDeleted, boolean showHidden)
SVNNodeKind
SVNWCDb. readKind(java.io.File localAbsPath, boolean allowMissing, boolean showDeleted, boolean showHidden)
static SVNNodeKind
SvnWcDbCopy. readKind(ISVNWCDb db, java.io.File path, boolean showDeleted, boolean showHidden)
SVNNodeKind
ISVNWCDb.SVNWCDbKind. toNodeKind()
SVNNodeKind
ISVNWCDb.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 void
SVNWCDb. extendParentDelete(SVNSqlJetDb db, long wcId, java.io.File localRelPath, SVNNodeKind kind, int opDepth)
void
ISVNWCDb. 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)
void
SVNWCDb. 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 void
SVNWCDb. updateMoveListAdd(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNEventAction eventAction, SVNNodeKind kind, SVNStatusType contentState, SVNStatusType propState)
void
ISVNWCDb. 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)
void
SVNWCDb. 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 SVNNodeKind
SvnNgCommit. getUrlKind(SVNURL url, long revision)
SVNNodeKind
SvnNgWcToReposCopy. 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.ObstructionState
SvnNgMergeDriver. performObstructionCheck(java.io.File localAbsPath, SVNNodeKind expectedKind)
static void
SvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, SVNNodeKind kind, java.lang.String propertyName, SVNPropertyValue value, ISvnPropertyValueProvider pvProvider, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver)
void
SvnNgUpgrade. 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 SVNNodeKind
SvnPatchTarget. getDbKind()
SVNNodeKind
SvnPatchTarget. getKindOnDisk()
Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SVNNodeKind Modifier and Type Method Description void
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 SVNNodeKind Modifier and Type Method Description static void
SvnRemoteGetProperties. 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 SVNNodeKind
SVNRepository. 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 SVNNodeKind
SVNCommitItem. getKind()
Gets the node kind of the versioned item.SVNNodeKind
SVNDiffStatus. getKind()
Returns the node kind of the Working Copy item.SVNNodeKind
SVNInfo. getKind()
Gets the item's node kind.SVNNodeKind
SVNStatus. getKind()
Gets the item's node kind characterizing it as an entry.SVNNodeKind
SVNConflictDescription. getNodeKind()
Returns the node kind of the item which the conflict occurred on.SVNNodeKind
SVNEvent. getNodeKind()
Gets the node kind of the item characterizing it as an entry - whether it's a directory, file, etc.SVNNodeKind
SVNStatus. 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 void
SVNStatus. setKind(SVNNodeKind kind)
void
SVNStatus. setRemoteKind(SVNNodeKind remoteKind)
void
SVNStatus. 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.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 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 newSVNConflictDescription
object.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 newSVNPropertyConflictDescription
object.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 newSVNTextConflictDescription
object.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 SVNNodeKind
SVNChangeEntry. 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 SVNNodeKind
SvnCommitItem. getKind()
Returns commit item's node kind.SVNNodeKind
SvnDiffStatus. getKind()
Returns the node kind of the working copy item.SVNNodeKind
SvnInfo. getKind()
Gets the item's node kind.SVNNodeKind
SvnStatus. getKind()
Gets the item's node kind characterizing it as an entry.SVNNodeKind
SvnStatus. 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 SvnCommitItem
SvnCommitPacket. 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.SvnCommitItem
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.SvnMergeResult
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 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.
-