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.
|
Modifier and Type | Method and Description |
---|---|
static int |
JavaHLObjectFactory.getNodeKind(SVNNodeKind svnKind) |
Modifier and Type | Field and Description |
---|---|
static SVNNodeKind |
SVNNodeKind.DIR
Defines the directory node kind
|
static SVNNodeKind |
SVNNodeKind.FILE
Defines the file node kind
|
static SVNNodeKind |
SVNNodeKind.NONE
This node kind is used to say that a node is missing
|
static SVNNodeKind |
SVNNodeKind.UNKNOWN
This node kind is used to say that the kind of a node is
actually unknown
|
Modifier and Type | Method and 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(String kind)
Parses the passed string and finds out the node kind.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SVNLogEntryPath.setNodeKind(SVNNodeKind nodeKind) |
Constructor and Description |
---|
SVNDirEntry(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.
|
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
DAVRepository.checkPath(String path,
long revision) |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
FSRoot.checkNodeKind(String path) |
SVNNodeKind |
FSRepository.checkPath(String path,
long revision) |
SVNNodeKind |
FSRevisionNode.getType() |
SVNNodeKind |
FSEntry.getType() |
Modifier and Type | Method and Description |
---|---|
void |
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) |
void |
FSTransactionRoot.setEntry(FSRevisionNode parentRevNode,
String entryName,
FSID entryId,
SVNNodeKind kind) |
void |
FSPathChange.setNodeKind(SVNNodeKind nodeKind) |
void |
FSRevisionNode.setType(SVNNodeKind nodeKind) |
void |
FSEntry.setType(SVNNodeKind type) |
Constructor and Description |
---|
FSEntry(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) |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SVNRepositoryImpl.checkPath(String path,
long revision) |
Modifier and Type | Field and Description |
---|---|
protected SVNNodeKind |
SVNRemoteDiffEditor.KindActionState.myKind |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SVNConflictVersion.getKind()
Returns the node kind.
|
static SVNNodeKind |
SVNFileType.getNodeKind(SVNFileType type) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVNRemoteDiffEditor.addDeletedPath(String path,
SVNNodeKind nodeKind,
SVNStatusType type,
SVNEventAction action,
SVNEventAction expectedAction,
boolean isTreeConflicted) |
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) |
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) |
static boolean |
SVNFileType.equals(SVNFileType type,
SVNNodeKind nodeKind) |
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) |
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) |
static SVNPropertyValue |
SVNPropertiesManager.validatePropertyValue(Object path,
SVNNodeKind kind,
String name,
SVNPropertyValue value,
boolean force,
ISVNOptions options,
ISVNFileContentFetcher fileContentFetcher) |
Constructor and Description |
---|
SVNConflictVersion(SVNURL repositoryRoot,
String path,
long pegRevision,
SVNNodeKind kind)
Creates a new
SVNConflictVersion . |
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) |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SVNEntry.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
SVNEntry.setKind(SVNNodeKind kind) |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SVNPatchTarget.getKind() |
Modifier and Type | Field and Description |
---|---|
SVNNodeKind |
SVNWCContext.ObstructionData.kind |
SVNNodeKind |
SVNWCContext.CheckSpecialInfo.kind |
SVNNodeKind |
SVNWCContext.CommittableExternalInfo.kind |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SVNWCConflictDescription17.getNodeKind() |
SVNNodeKind |
SVNWCContext.readKind(File localAbsPath,
boolean showHidden) |
Modifier and Type | Method and Description |
---|---|
void |
SVNTreeConflictEditor.addAbsent(String path,
SVNNodeKind kind,
long replacesRev) |
void |
ISVNEditor2.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) |
void |
SVNUpdateEditor17.completeConflict(SVNSkel conflict,
File localAbsPath,
File oldReposRelPath,
long oldRevision,
File newReposRelPath,
SVNNodeKind localKind,
SVNNodeKind targetKind) |
static SVNWCConflictDescription17 |
SVNWCConflictDescription17.createProp(File localAbspath,
SVNNodeKind nodeKind,
String propertyName) |
static SVNWCConflictDescription17 |
SVNWCConflictDescription17.createTree(File localAbspath,
SVNNodeKind nodeKind,
SVNOperation operation,
SVNConflictVersion srcLeftVersion,
SVNConflictVersion srcRightVersion) |
SvnMergeResult |
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) |
void |
SVNWCConflictDescription17.setNodeKind(SVNNodeKind nodeKind) |
Modifier and Type | Method and Description |
---|---|
static SVNNodeKind |
SvnWcDbStatementUtil.getColumnNodeKind(SVNSqlJetStatement stmt,
Enum<?> f) |
SVNNodeKind |
SVNWCDb.readKind(File localAbsPath,
boolean allowMissing,
boolean showDeleted,
boolean showHidden) |
SVNNodeKind |
ISVNWCDb.readKind(File localAbsPath,
boolean allowMissing,
boolean showDeleted,
boolean showHidden) |
static SVNNodeKind |
SvnWcDbCopy.readKind(ISVNWCDb db,
File path,
boolean showDeleted,
boolean showHidden) |
SVNNodeKind |
ISVNWCDb.SVNWCDbKind.toNodeKind() |
SVNNodeKind |
ISVNWCDb.SVNWCDbKind.toNodeKind(ISVNWCDb.SVNWCDbStatus status,
boolean showHidden) |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCDb.extendParentDelete(SVNSqlJetDb db,
long wcId,
File localRelPath,
SVNNodeKind kind,
int opDepth) |
void |
SVNWCDb.registerExternal(File definingAbsPath,
File localAbsPath,
SVNNodeKind kind,
SVNURL reposRootUrl,
String reposUuid,
File reposRelPath,
long operationalRevision,
long revision) |
void |
ISVNWCDb.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 |
SVNWCDb.upgradeInsertExternal(File localAbsPath,
SVNNodeKind kind,
File parentAbsPath,
File defLocalAbsPath,
File reposRelPath,
SVNURL reposRootUrl,
String reposUuid,
long defPegRevision,
long defRevision) |
void |
ISVNWCDb.upgradeInsertExternal(File localAbsPath,
SVNNodeKind kind,
File parentAbsPath,
File defLocalAbsPath,
File reposRelPath,
SVNURL reposRootUrl,
String reposUuid,
long defPegRevision,
long defRevision) |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SvnNgWcToReposCopy.getUrlKind(SVNURL url,
long revision) |
SVNNodeKind |
SvnNgCommit.getUrlKind(SVNURL url,
long revision) |
Modifier and Type | Method and Description |
---|---|
SvnNgMergeDriver.ObstructionState |
SvnNgMergeDriver.performObstructionCheck(File localAbsPath,
SVNNodeKind expectedKind) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
File path,
SVNNodeKind kind,
String propertyName,
SVNPropertyValue value,
ISvnPropertyValueProvider pvProvider,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver) |
void |
SvnNgUpgrade.upgradeAddExternalInfo(File localAbsPath,
SVNNodeKind kind,
File defLocalAbsPath,
File reposRelPath,
SVNURL reposRootUrl,
String reposUuid,
long defPegRevision,
long defRevision) |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SvnPatchTarget.getDbKind() |
SVNNodeKind |
SvnPatchTarget.getKindOnDisk() |
Modifier and Type | Method and Description |
---|---|
void |
SvnPatchTarget.setDbKind(SVNNodeKind dbKind) |
void |
SvnPatchTarget.setKindOnDisk(SVNNodeKind kindOnDisk) |
Modifier and Type | Method and Description |
---|---|
static void |
SvnRemoteGetProperties.remotePropertyGet(SVNURL url,
SVNNodeKind kind,
String path,
SVNRepository repos,
long revNumber,
SVNDepth depth,
ISvnObjectReceiver<SVNProperties> receiver) |
Modifier and Type | Method and Description |
---|---|
abstract SVNNodeKind |
SVNRepository.checkPath(String path,
long revision)
Returns the kind of an item located at the specified path in
a particular revision.
|
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SVNCommitItem.getKind()
Gets the node kind of the versioned item.
|
SVNNodeKind |
SVNInfo.getKind()
Gets the item's node kind.
|
SVNNodeKind |
SVNDiffStatus.getKind()
Returns the node kind of the Working Copy item.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNStatus.setKind(SVNNodeKind kind) |
void |
SVNStatus.setRemoteKind(SVNNodeKind remoteKind) |
void |
SVNStatus.setRemoteStatus(SVNStatusType contents,
SVNStatusType props,
SVNLock lock,
SVNNodeKind kind)
Sets the item's remote status.
|
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.
|
Constructor and Description |
---|
SVNCommitItem(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 new
SVNConflictDescription 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 new
SVNPropertyConflictDescription 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 new
SVNTextConflictDescription object. |
SVNTreeConflictDescription(File path,
SVNNodeKind nodeKind,
SVNConflictAction conflictAction,
SVNConflictReason conflictReason,
SVNOperation operation,
SVNConflictVersion sourceLeftVersion,
SVNConflictVersion sourceRightVersion)
Creates a new
SVNTreeConflictDescription . |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SVNChangeEntry.getKind()
Returns the node kind of the item.
|
Constructor and Description |
---|
SVNChangeEntry(String path,
SVNNodeKind kind,
char type,
String copyFromPath,
long copyFromRevision,
boolean hasTextModifications,
boolean hasPropModifications)
Constructs a change entry object.
|
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SvnCommitItem.getKind()
Returns commit item's node kind.
|
SVNNodeKind |
SvnInfo.getKind()
Gets the item's node kind.
|
SVNNodeKind |
SvnDiffStatus.getKind()
Returns the node kind of the working copy item.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SvnCommitItem |
SvnCommitPacket.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.
|
SvnCommitItem |
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.
|
SvnMergeResult |
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 changes
propChanges based on serverBaseProperties
into the working copy localAbsPath |
void |
SvnCommitItem.setKind(SVNNodeKind kind)
Sets commit item's node kind.
|
void |
SvnInfo.setKind(SVNNodeKind kind)
Sets the item's node kind.
|
void |
SvnDiffStatus.setKind(SVNNodeKind kind)
Sets the node kind of the working copy item.
|
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.
|
Copyright © 2022. All rights reserved.