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.wc16 | |
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.old | |
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.javahl17 | |
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
|
private SVNNodeKind |
SVNDirEntry.myKind |
private SVNNodeKind |
SVNLogEntryPath.myNodeKind |
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 |
---|---|
private static SVNNodeKind |
SVNNodeKind.fromID(int id) |
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SVNLogEntryPath.setNodeKind(SVNNodeKind nodeKind) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
DAVRepository.checkPath(java.lang.String path,
long revision) |
Modifier and Type | Field and Description |
---|---|
private SVNNodeKind |
FSEntry.myType |
private SVNNodeKind |
FSRevisionNode.myType |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
FSRoot.checkNodeKind(java.lang.String path) |
SVNNodeKind |
FSRepository.checkPath(java.lang.String path,
long revision) |
SVNNodeKind |
FSEntry.getType() |
SVNNodeKind |
FSRevisionNode.getType() |
Modifier and Type | Method and 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) |
private boolean |
FSUpdateContext.isDepthUpgrade(SVNDepth wcDepth,
SVNDepth requestedDepth,
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) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SVNRepositoryImpl.checkPath(java.lang.String path,
long revision) |
Modifier and Type | Field and Description |
---|---|
protected SVNNodeKind |
SVNRemoteDiffEditor.KindActionState.myKind |
(package private) SVNNodeKind |
DefaultLoadHandler.NodeBaton.myKind |
private SVNNodeKind |
SVNDiffStatusEditor.SVNSummarize.myKind |
private SVNNodeKind |
SVNConflictVersion.myKind |
(package private) SVNNodeKind |
SVNNodeEditor.Node.myKind |
SVNNodeKind |
SVNRemoteStatusEditor.DirectoryInfo.myRemoteKind |
SVNNodeKind |
SVNRemoteStatusEditor.FileInfo.myRemoteKind |
SVNNodeKind |
SVNCopyDriver.CopyPathInfo.mySourceKind |
SVNNodeKind |
SVNCopyDriver.CopyPair.mySourceKind |
Modifier and Type | Method and Description |
---|---|
private SVNNodeKind |
SVNMergeCallback.getDiskKind(java.lang.String path) |
SVNNodeKind |
SVNConflictVersion.getKind()
Returns the node kind.
|
private static SVNNodeKind |
SVNTreeConflictUtil.getNodeKind(java.lang.String name) |
static SVNNodeKind |
SVNFileType.getNodeKind(SVNFileType type) |
private SVNNodeKind |
DefaultDumpFilterHandler.getNodeKindFromHeaders(java.lang.String header,
java.util.Map headers) |
private SVNNodeKind |
SVNMergeCallback.getWorkingNodeKind(SVNEntry entry,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
private void |
SVNUpdateEditor.absentEntry(java.lang.String path,
SVNNodeKind kind) |
private void |
SVNUpdateEditor15.absentEntry(java.lang.String path,
SVNNodeKind kind) |
protected void |
SVNRemoteDiffEditor.addDeletedPath(java.lang.String path,
SVNNodeKind nodeKind,
SVNStatusType type,
SVNEventAction action,
SVNEventAction expectedAction,
boolean isTreeConflicted) |
private static void |
SVNAdminHelper.addFileOrDir(FSFS fsfs,
ISVNEditor editor,
FSRevisionRoot srcRoot,
FSRevisionRoot tgtRoot,
java.lang.String tgtPath,
java.lang.String editPath,
SVNNodeKind tgtKind) |
private void |
SVNAdminDeltifier.addFileOrDir(FSRevisionRoot srcRoot,
FSRevisionRoot tgtRoot,
java.lang.String tgtPath,
java.lang.String editPath,
SVNNodeKind tgtKind) |
private SVNNodeEditor.Node |
SVNNodeEditor.addOrOpen(java.lang.String path,
char action,
SVNNodeKind kind,
SVNNodeEditor.Node parent,
java.lang.String copyFromPath,
long copyFromRevision) |
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) |
boolean |
SVNDepthFilterEditor.NodeBaton.canEdit(SVNNodeKind entryKind) |
private SVNTreeConflictDescription |
SVNUpdateEditor.checkTreeConflict(java.io.File path,
SVNEntry entry,
SVNAdminArea parentArea,
SVNLog log,
SVNConflictAction action,
SVNNodeKind theirKind,
SVNURL theirURL) |
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) |
private void |
SVNDumpEditor.dumpNode(java.lang.String path,
SVNNodeKind kind,
int nodeAction,
boolean isCopy,
java.lang.String cmpPath,
long cmpRev) |
private boolean |
SVNUpdateEditor.entryHasLocalModifications(SVNAdminArea adminArea,
java.io.File path,
SVNNodeKind kind,
java.lang.String schedule) |
static boolean |
SVNFileType.equals(SVNFileType type,
SVNNodeKind nodeKind) |
private void |
SVNCommitter.fixError(java.lang.String path,
SVNException e,
SVNNodeKind kind) |
private static java.lang.String |
SVNTreeConflictUtil.getNodeKindString(SVNNodeKind kind) |
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) |
private void |
SVNStatusEditor.handleDirEntry(SVNAdminArea dir,
java.lang.String entryName,
SVNEntry dirEntry,
SVNEntry entry,
SVNNodeKind fileKind,
boolean special,
SVNDepth depth,
boolean getAll,
boolean noIgnore,
ISVNStatusHandler handler) |
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) |
private static void |
SVNAdminHelper.replaceFileOrDir(FSFS fsfs,
ISVNEditor editor,
FSRevisionRoot srcRoot,
FSRevisionRoot tgtRoot,
java.lang.String srcPath,
java.lang.String tgtPath,
java.lang.String editPath,
SVNNodeKind tgtKind) |
private void |
SVNAdminDeltifier.replaceFileOrDir(FSRevisionRoot srcRoot,
FSRevisionRoot tgtRoot,
java.lang.String srcPath,
java.lang.String tgtPath,
java.lang.String editPath,
SVNNodeKind tgtKind) |
private void |
SVNStatusEditor.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 void |
SVNPropertiesManager.validatePropertyName(java.lang.Object path,
java.lang.String name,
SVNNodeKind kind) |
static SVNPropertyValue |
SVNPropertiesManager.validatePropertyValue(java.lang.Object path,
SVNNodeKind kind,
java.lang.String name,
SVNPropertyValue value,
boolean force,
ISVNOptions options,
ISVNFileContentFetcher fileContentFetcher) |
Constructor and Description |
---|
SVNConflictVersion(SVNURL repositoryRoot,
java.lang.String path,
long pegRevision,
SVNNodeKind kind)
Creates a new
SVNConflictVersion . |
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) |
Modifier and Type | Field and Description |
---|---|
private SVNNodeKind |
SVNEntry.kind |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SVNEntry.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
SVNEntry.setKind(SVNNodeKind kind) |
Modifier and Type | Field and Description |
---|---|
private SVNNodeKind |
SVNPatchTarget.kind |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SVNPatchTarget.getKind() |
Modifier and Type | Field and Description |
---|---|
private SVNNodeKind |
SVNBasicDelegate.LocationsLogEntryHandler.myKind |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
SVNBasicDelegate.getPreviousLogPath(java.lang.String path,
SVNLogEntry logEntry,
SVNNodeKind kind) |
Constructor and Description |
---|
LocationsLogEntryHandler(java.lang.String path,
long startRevision,
long endRevision,
long pegRevision,
SVNNodeKind kind,
ISVNEventHandler eventHandler) |
Modifier and Type | Field and Description |
---|---|
SVNNodeKind |
SVNWCContext.ObstructionData.kind |
SVNNodeKind |
SVNWCContext.CheckSpecialInfo.kind |
SVNNodeKind |
SVNWCContext.CommittableExternalInfo.kind |
private SVNNodeKind |
SVNWCConflictDescription17.nodeKind |
private SVNNodeKind |
SVNRemoteStatusEditor17.DirectoryInfo.ood_kind |
private SVNNodeKind |
SVNRemoteStatusEditor17.FileInfo.ood_kind |
Modifier and Type | Method and Description |
---|---|
private SVNNodeKind |
SVNWCContext.convertDbKindToNodeKind(SVNNodeKind dbKind,
ISVNWCDb.SVNWCDbStatus dbStatus,
boolean showHidden) |
SVNNodeKind |
SVNWCConflictDescription17.getNodeKind() |
SVNNodeKind |
SVNWCContext.readKind(java.io.File localAbsPath,
boolean showHidden) |
Modifier and Type | Method and Description |
---|---|
private void |
SVNUpdateEditor17.absentEntry(java.lang.String path,
SVNNodeKind nodeKind) |
void |
SVNTreeConflictEditor.addAbsent(java.lang.String path,
SVNNodeKind kind,
long replacesRev) |
void |
ISVNEditor2.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) |
private SVNSkel |
SVNUpdateEditor17.checkTreeConflict(java.io.File localAbspath,
ISVNWCDb.SVNWCDbStatus workingStatus,
boolean existsInRepos,
SVNNodeKind expectedKind,
SVNConflictAction action) |
private boolean |
SVNTreeConflictEditor.checkTreeConflict(java.io.File localRelPath,
SVNNodeKind oldKind,
SVNNodeKind newKind,
java.io.File oldReposRelPath,
SVNConflictAction action) |
void |
SVNUpdateEditor17.completeConflict(SVNSkel conflict,
java.io.File localAbsPath,
java.io.File oldReposRelPath,
long oldRevision,
java.io.File newReposRelPath,
SVNNodeKind localKind,
SVNNodeKind targetKind) |
private SVNNodeKind |
SVNWCContext.convertDbKindToNodeKind(SVNNodeKind dbKind,
ISVNWCDb.SVNWCDbStatus dbStatus,
boolean showHidden) |
private SVNSkel |
SVNTreeConflictEditor.createConflictMarkers(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNSkel conflictSkel,
SVNOperation operation,
SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion,
SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion,
SVNNodeKind kind) |
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) |
private SVNTreeConflictDescription |
SVNUpdateEditor17.createTreeConflict(java.io.File localAbspath,
SVNConflictReason reason,
SVNConflictAction action,
SVNNodeKind theirNodeKind,
java.io.File theirRelpath) |
private void |
SVNUpdateEditor17.doNotification(java.io.File localAbspath,
SVNNodeKind kind,
SVNEventAction action,
SVNURL url,
SVNURL previousURL) |
private void |
SVNCommitter17.fixError(java.io.File localAbspath,
java.lang.String path,
SVNException e,
SVNNodeKind kind) |
private void |
SVNTreeConflictEditor.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) |
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) |
private void |
SVNStatusEditor17.sendStatusStructure(java.io.File localAbsPath,
ISVNWCDb.WCDbRepositoryInfo parentReposInfo,
ISVNWCDb.SVNWCDbInfo info,
SVNNodeKind pathKind,
boolean pathSpecial,
boolean getAll,
ISvnObjectReceiver<SvnStatus> handler) |
private void |
SVNStatusEditor17.sendUnversionedItem(java.io.File nodeAbsPath,
SVNNodeKind pathKind,
boolean treeConflicted,
java.util.Collection<java.lang.String> patterns,
boolean noIgnore,
int workingCopyFormat,
ISvnObjectReceiver<SvnStatus> handler) |
void |
SVNWCConflictDescription17.setNodeKind(SVNNodeKind nodeKind) |
Modifier and Type | Field and Description |
---|---|
SVNNodeKind |
SVNWCDb.UpdateMovedAwayNodeInfo.kind |
Modifier and Type | Method and Description |
---|---|
static SVNNodeKind |
SvnWcDbStatementUtil.getColumnNodeKind(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
SVNNodeKind |
SVNWCDb.readKind(java.io.File localAbsPath,
boolean allowMissing,
boolean showDeleted,
boolean showHidden) |
SVNNodeKind |
ISVNWCDb.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) |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCDb.extendParentDelete(SVNSqlJetDb db,
long wcId,
java.io.File localRelPath,
SVNNodeKind kind,
int opDepth) |
private void |
SVNWCDb.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) |
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) |
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) |
static void |
SVNWCDb.updateMoveListAdd(SVNWCDbRoot wcRoot,
java.io.File localRelPath,
SVNEventAction eventAction,
SVNNodeKind kind,
SVNStatusType contentState,
SVNStatusType propState) |
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) |
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) |
Modifier and Type | Field and Description |
---|---|
(package private) SVNNodeKind |
SvnNgRemoteDiffEditor.DeletedPath.kind |
(package private) SVNNodeKind |
SvnNgMergeDriver.ObstructionState.kind |
SVNNodeKind |
SvnNgAdd.CheckCanAddNode.kind |
(package private) SVNNodeKind |
SvnNgWcToWcCopy.CopyToTmpDir.kind |
(package private) SVNNodeKind |
SvnNgReposToWcCopy.SvnCopyPair.srcKind |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.io.File,SVNNodeKind> |
SvnNgMergeCallback2.DirectoryBaton.pendingDeletes |
Modifier and Type | Method and Description |
---|---|
private SVNNodeKind |
SvnNgAdd.checkCanAddNode(java.io.File path) |
SVNNodeKind |
SvnNgCommitUtil.ISvnUrlKindCallback.getUrlKind(SVNURL url,
long revision) |
SVNNodeKind |
SvnNgWcToReposCopy.getUrlKind(SVNURL url,
long revision) |
SVNNodeKind |
SvnNgCommit.getUrlKind(SVNURL url,
long revision) |
Modifier and Type | Method and Description |
---|---|
private static void |
SvnNgCommitUtil.bailOnTreeConflictedChildren(SVNWCContext context,
java.io.File localAbsPath,
SVNNodeKind kind,
SVNDepth depth,
java.util.Collection<java.lang.String> changelistsSet) |
private boolean |
SvnNgGetInfo.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 SVNTreeConflictDescription |
SvnNgMergeCallback.makeTreeConflict(java.io.File path,
SVNNodeKind kind,
SVNConflictAction action,
SVNConflictReason reason) |
SvnNgMergeDriver.ObstructionState |
SvnNgMergeDriver.performObstructionCheck(java.io.File localAbsPath,
SVNNodeKind expectedKind) |
private void |
SvnNgMergeCallback2.recordSkip(java.io.File localAbsPath,
SVNNodeKind kind,
SVNEventAction action,
SVNStatusType state) |
private void |
SvnNgMergeCallback2.recordTreeConflict(java.io.File localAbsPath,
SvnNgMergeCallback2.DirectoryBaton parentBaton,
SVNNodeKind nodeKind,
SVNConflictAction action,
SVNConflictReason reason,
SVNWCConflictDescription17 existingConflict,
boolean notifyTreeConflict) |
private void |
SvnNgMergeCallback2.recordUpdateAdd(java.io.File localAbsPath,
SVNNodeKind kind,
boolean notifyReplaced) |
private void |
SvnNgMergeCallback2.recordUpdateDelete(java.io.File localAbsPath,
SVNNodeKind kind,
SvnNgMergeCallback2.DirectoryBaton parentBaton) |
private void |
SvnNgMergeCallback2.recordUpdateUpdate(java.io.File localAbsPath,
SVNNodeKind kind,
SVNStatusType contentState,
SVNStatusType propState) |
private void |
SvnDiffSummarizeCallback.sendSummary(java.io.File path,
SVNStatusType summarizeKind,
boolean propChanged,
SVNNodeKind nodeKind) |
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) |
private void |
SvnNgMergeCallback.treeConflict(java.io.File path,
SVNNodeKind kind,
SVNConflictAction action,
SVNConflictReason reason) |
private void |
SvnNgMergeCallback.treeConflictOnAdd(java.io.File path,
SVNNodeKind kind,
SVNConflictAction action,
SVNConflictReason reason) |
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) |
Modifier and Type | Field and Description |
---|---|
(package private) SVNNodeKind |
SvnOldUpgradeEntries.DbNode.kind |
Modifier and Type | Field and Description |
---|---|
private SVNNodeKind |
SvnPatchTarget.dbKind |
private SVNNodeKind |
SvnPatchTarget.kindOnDisk |
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,
java.lang.String path,
SVNRepository repos,
long revNumber,
SVNDepth depth,
ISvnObjectReceiver<SVNProperties> receiver) |
Modifier and Type | Field and Description |
---|---|
(package private) SVNNodeKind |
SVNRepository.LocationSegmentsLogHandler.myNodeKind |
(package private) SVNNodeKind |
SVNRepository.LocationsLogHandler.myNodeKind |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
SVNRepository.getPreviousLogPath(char[] action,
long[] copyFromRevision,
java.util.Map changedPaths,
java.lang.String path,
SVNNodeKind kind,
long revision) |
Constructor and Description |
---|
LocationSegmentsLogHandler(SVNNodeKind kind,
java.lang.String lastPath,
long startRev,
ISVNLocationSegmentHandler handler) |
LocationsLogHandler(long[] revisions,
SVNNodeKind kind,
java.lang.String lastPath,
long pegRevision,
ISVNLocationEntryHandler handler) |
Modifier and Type | Method and Description |
---|---|
private static NodeKind |
SVNClientImpl.getNodeKind(SVNNodeKind kind) |
Modifier and Type | Field and Description |
---|---|
private SVNNodeKind |
SVNInfo.myKind |
private SVNNodeKind |
SVNStatus.myKind |
private SVNNodeKind |
SVNDiffStatus.myKind |
private SVNNodeKind |
SVNCommitItem.myKind |
private SVNNodeKind |
SVNConflictDescription.myNodeKind |
private SVNNodeKind |
SVNEvent.myNodeKind |
private SVNNodeKind |
SVNStatus.myRemoteKind |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SVNInfo.getKind()
Gets the item's node kind.
|
SVNNodeKind |
SVNStatus.getKind()
Gets the item's node kind characterizing it as an entry.
|
SVNNodeKind |
SVNDiffStatus.getKind()
Returns the node kind of the Working Copy item.
|
SVNNodeKind |
SVNCommitItem.getKind()
Gets the node kind of the versioned item.
|
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,
java.util.Date date,
java.lang.String author)
Sets the item's remote status.
|
Constructor and 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 new
SVNConflictDescription 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 new
SVNPropertyConflictDescription 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 new
SVNTextConflictDescription object. |
SVNTreeConflictDescription(java.io.File path,
SVNNodeKind nodeKind,
SVNConflictAction conflictAction,
SVNConflictReason conflictReason,
SVNOperation operation,
SVNConflictVersion sourceLeftVersion,
SVNConflictVersion sourceRightVersion)
Creates a new
SVNTreeConflictDescription . |
Modifier and Type | Field and Description |
---|---|
private SVNNodeKind |
SVNChangeEntry.myKind |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
SVNChangeEntry.getKind()
Returns the node kind of the item.
|
private SVNNodeKind |
SVNLookClient.verifyPath(FSRoot root,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
private void |
SVNLookClient.getTree(FSFS fsfs,
FSRoot root,
java.lang.String path,
SVNNodeKind kind,
FSID id,
boolean includeIDs,
int depth,
boolean recursive,
ISVNTreeHandler handler) |
Constructor and 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.
|
Modifier and Type | Field and Description |
---|---|
private SVNNodeKind |
SvnDiffStatus.kind |
private SVNNodeKind |
SvnStatus.kind |
private SVNNodeKind |
SvnInfo.kind |
private SVNNodeKind |
SvnCommitItem.kind |
private SVNNodeKind |
SvnStatus.repositoryKind |
Modifier and Type | Method and Description |
---|---|
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 |
SvnInfo.getKind()
Gets the item's node kind.
|
SVNNodeKind |
SvnCommitItem.getKind()
Returns commit item's node kind.
|
SVNNodeKind |
SvnStatus.getRepositoryKind()
Returns the kind of the item got from the repository.
|
Modifier and Type | Method and 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 changes
propChanges based on serverBaseProperties
into the working copy localAbsPath |
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 |
SvnInfo.setKind(SVNNodeKind kind)
Sets the item's node kind.
|
void |
SvnCommitItem.setKind(SVNNodeKind kind)
Sets commit item's node kind.
|
void |
SvnStatus.setRepositoryKind(SVNNodeKind repositoryKind)
Sets the kind of the item got from the repository.
|