Uses of Class
org.tmatesoft.svn.core.wc.SVNStatusType
-
Packages that use SVNStatusType 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.cli.svn org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.ng 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.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 SVNStatusType in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNStatusType Modifier and Type Method Description static int
JavaHLObjectFactory. getLockStatusValue(SVNStatusType svnStatusType)
static int
JavaHLObjectFactory. getStatusValue(SVNStatusType svnStatusType)
-
Uses of SVNStatusType in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that return SVNStatusType Modifier and Type Method Description static SVNStatusType
SVNStatusPrinter. combineStatus(SVNStatus status)
-
Uses of SVNStatusType in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNStatusType Modifier and Type Field Description protected SVNStatusType
SVNRemoteDiffEditor.KindActionState. myStatus
Methods in org.tmatesoft.svn.core.internal.wc that return SVNStatusType Modifier and Type Method Description abstract SVNStatusType
AbstractDiffCallback. directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted)
SVNStatusType
SVNDiffCallback. directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback. directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback15. directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted)
abstract SVNStatusType[]
AbstractDiffCallback. directoryClosed(java.lang.String path, boolean[] isTreeConflicted)
SVNStatusType[]
SVNDiffCallback. directoryClosed(java.lang.String path, boolean[] isTreeConflicted)
SVNStatusType[]
SVNMergeCallback. directoryClosed(java.lang.String path, boolean[] isTreeConflicted)
SVNStatusType[]
SVNMergeCallback15. directoryClosed(java.lang.String path, boolean[] isTreeConflicted)
abstract SVNStatusType
AbstractDiffCallback. directoryDeleted(java.lang.String path, boolean[] isTreeConflicted)
SVNStatusType
SVNDiffCallback. directoryDeleted(java.lang.String path)
SVNStatusType
SVNDiffCallback. directoryDeleted(java.lang.String path, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback. directoryDeleted(java.lang.String path, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback15. directoryDeleted(java.lang.String path, boolean[] isTreeConflicted)
abstract SVNStatusType[]
AbstractDiffCallback. fileAdded(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType[]
SVNDiffCallback. fileAdded(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType[]
SVNMergeCallback. fileAdded(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType[]
SVNMergeCallback15. fileAdded(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
abstract SVNStatusType[]
AbstractDiffCallback. fileChanged(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType[]
SVNDiffCallback. fileChanged(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType[]
SVNMergeCallback. fileChanged(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType[]
SVNMergeCallback15. fileChanged(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
abstract SVNStatusType
AbstractDiffCallback. fileDeleted(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted)
SVNStatusType
SVNDiffCallback. fileDeleted(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback. fileDeleted(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback15. fileDeleted(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted)
protected abstract SVNStatusType
AbstractSVNMerger. mergeBinary(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile)
protected SVNStatusType
DefaultSVNMerger. mergeBinary(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile)
static SVNStatusType
SVNPropertiesManager. mergeProperties(SVNWCAccess wcAccess, java.io.File path, SVNProperties baseProperties, SVNProperties diff, boolean baseMerge, boolean dryRun)
protected abstract SVNStatusType
AbstractSVNMerger. mergeText(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile)
protected SVNStatusType
DefaultSVNMerger. mergeText(java.io.File baseFile, java.io.File localFile, java.io.File latestFile, SVNDiffOptions options, java.io.File resultFile)
abstract SVNStatusType
AbstractDiffCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType
SVNDiffCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback15. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNStatusType Modifier and Type Method Description protected void
SVNRemoteDiffEditor. addDeletedPath(java.lang.String path, SVNNodeKind nodeKind, SVNStatusType type, SVNEventAction action, SVNEventAction expectedAction, boolean isTreeConflicted)
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)
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNStatusType Constructor Description 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 SVNStatusType in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNStatusType Modifier and Type Method Description SVNStatusType
SVNLog. logChangedEntryProperties(java.lang.String name, SVNProperties modifiedEntryProps)
SVNStatusType
SVNAdminArea. mergeProperties(java.lang.String name, SVNProperties serverBaseProps, SVNProperties propDiff, java.lang.String localLabel, java.lang.String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log)
SVNStatusType
SVNAdminArea. mergeProperties(java.lang.String name, SVNProperties serverBaseProps, SVNProperties baseProps, SVNProperties workingProps, SVNProperties propDiff, java.lang.String localLabel, java.lang.String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log)
SVNStatusType
SVNAdminArea. mergeText(java.lang.String localPath, java.io.File base, java.io.File latest, java.io.File copyFromText, java.lang.String localLabel, java.lang.String baseLabel, java.lang.String latestLabel, SVNProperties propChanges, boolean dryRun, SVNDiffOptions options, SVNLog log)
-
Uses of SVNStatusType in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNStatusType Modifier and Type Field Description SVNStatusType
SVNWCContext.MergeInfo. mergeOutcome
SVNStatusType
SVNWCContext.MergePropertiesInfo. mergeOutcome
SVNStatusType
SVNWCContext.ObstructionData. obstructionState
-
Uses of SVNStatusType in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return SVNStatusType Modifier and Type Method Description static SVNStatusType
SvnWcDbStatementUtil. getColumnStatusType(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNStatusType Modifier and Type Method Description static void
SVNWCDb. updateMoveListAdd(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNEventAction eventAction, SVNNodeKind kind, SVNStatusType contentState, SVNStatusType propState)
-
Uses of SVNStatusType in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SVNStatusType Modifier and Type Field Description SVNStatusType
SvnDiffCallbackResult. contentState
SVNStatusType
SvnDiffCallbackResult. propState
-
Uses of SVNStatusType in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNStatusType Modifier and Type Field Description static SVNStatusType
SVNStatusType. CHANGED
During an operation (like an update) denotes that the item contents or item properties were changed.static SVNStatusType
SVNStatusType. CONFLICTED
During an operation (like an update) denotes that the file item contents or file/directory item properties are in conflict with those changes that came from the repository.static SVNStatusType
SVNStatusType. CONFLICTED_UNRESOLVED
Denotes that the conflict state on the item is still unresolved.static SVNStatusType
SVNStatusType. INAPPLICABLE
During some operations denotes that status info of item contents or properties is inapplicable.static SVNStatusType
SVNStatusType. LOCK_INAPPLICABLE
During some operations denotes that lock status is inapplicable.static SVNStatusType
SVNStatusType. LOCK_LOCKED
During an operation denotes that the file item's locked.static SVNStatusType
SVNStatusType. LOCK_UNCHANGED
During an operation denotes that the lock status wasn't changed.static SVNStatusType
SVNStatusType. LOCK_UNKNOWN
No lock information is known.static SVNStatusType
SVNStatusType. LOCK_UNLOCKED
During an operation (like an update) denotes that the file item's lock was broken in the repositry by some other user.static SVNStatusType
SVNStatusType. MERGED
During an operation (like an update or merge) denotes that the file item contents or file/directory item properties were merged with changes that came from the repository, so that local modifications and arrived ones do not overlap.static SVNStatusType
SVNStatusType. MISSING
Denotes that the item is versioned but missing (deleted from the fylesystem).static SVNStatusType
SVNStatusType. NO_MERGE
static SVNStatusType
SVNStatusType. OBSTRUCTED
Denotes that the item has an unexpected kind or somehow damaged or can not be managed by an operation.static SVNStatusType
SVNStatusType. STATUS_ADDED
In a status operation denotes that the item in the Working Copy being currently processed is scheduled for addition to the repository.static SVNStatusType
SVNStatusType. STATUS_CONFLICTED
In a status operation denotes that the item in the Working Copy being currently processed is in a conflict state (local changes overlap those that came from the repository).static SVNStatusType
SVNStatusType. STATUS_DELETED
In a status operation denotes that the item in the Working Copy being currently processed is scheduled for deletion from the repository.static SVNStatusType
SVNStatusType. STATUS_EXTERNAL
In a status operation denotes that the item in the Working Copy being currently processed is not under version control but is related to externals definitions.static SVNStatusType
SVNStatusType. STATUS_IGNORED
In a status operation denotes that the file item in the Working Copy being currently processed was set to be ignored (was added to svn:ignore property).static SVNStatusType
SVNStatusType. STATUS_INCOMPLETE
In a status operation denotes that the item in the Working Copy being currently processed is under version control but is somehow incomplete - for example, it may happen when the previous update was interrupted.static SVNStatusType
SVNStatusType. STATUS_MERGED
Deprecated.this status is never reported by 'status' operation in this version, 'update' and 'merge' usesMERGED
instead.static SVNStatusType
SVNStatusType. STATUS_MISSING
In a status operation denotes that the item in the Working Copy being currently processed is under version control but is missing - for example, removed from the filesystem with a non-SVN, non-SVNKit or any other SVN non-compatible delete command).static SVNStatusType
SVNStatusType. STATUS_MODIFIED
In a status operation denotes that the item in the Working Copy being currently processed has local modifications.static SVNStatusType
SVNStatusType. STATUS_NAME_CONFLICT
static SVNStatusType
SVNStatusType. STATUS_NONE
In a status operation denotes that no status type information is available.static SVNStatusType
SVNStatusType. STATUS_NORMAL
In a status operation (if it's being running with an option to report of all items set to true) denotes that the item in the Working Copy being currently processed has no local changes (in a normal state).static SVNStatusType
SVNStatusType. STATUS_OBSTRUCTED
In a status operation denotes that the item in the Working Copy being currently processed has a non-expected kind.static SVNStatusType
SVNStatusType. STATUS_REPLACED
In a status operation denotes that the item in the Working Copy being currently processed was replaced by another item with the same name (within a single revision the item was scheduled for deletion and then a new one with the same name was scheduled for addition).static SVNStatusType
SVNStatusType. STATUS_UNVERSIONED
In a status operation denotes that the item in the Working Copy being currently processed is not under version control.static SVNStatusType
SVNStatusType. UNCHANGED
During an operation denotes that file item contents or file/directory item properties are not changed.static SVNStatusType
SVNStatusType. UNKNOWN
Denotes that the resultant status of the operation is for some reason unknown.Methods in org.tmatesoft.svn.core.wc that return SVNStatusType Modifier and Type Method Description static SVNStatusType
SVNStatus. combineNodeAndContentsStatus(int workingCopyFormat, SVNStatusType nodeStatus, SVNStatusType contentsStatus, boolean versioned, boolean conflicted)
static SVNStatusType
SVNStatus. combineRemoteNodeAndContentsStatus(int workingCopyFormat, SVNStatusType remoteNodeStatus, SVNStatusType remoteContentsStatus)
SVNStatusType
SVNStatus. getCombinedNodeAndContentsStatus()
SVNStatusType
SVNStatus. getCombinedRemoteNodeAndContentsStatus()
SVNStatusType
SVNEvent. getContentsStatus()
Gets the status type of either file or directory contents.SVNStatusType
SVNStatus. getContentsStatus()
Gets the Working Copy local item's contents status type.static SVNStatusType
SVNStatusType. getEventStatusById(int id)
SVNStatusType
SVNEvent. getLockStatus()
Gets the file item's lock status.SVNStatusType
SVNMergeResult. getMergeStatus()
Returns merge status.SVNStatusType
SVNDiffStatus. getModificationType()
Returns the type of modification for the current item.SVNStatusType
SVNStatus. getNodeStatus()
SVNStatusType
SVNEvent. getPropertiesStatus()
Gets the status type of the item's properties.SVNStatusType
SVNStatus. getPropertiesStatus()
Gets the Working Copy local item's properties status type.SVNStatusType
SVNStatus. getRemoteContentsStatus()
Gets the Working Copy item's contents status type against the repository - that is comparing the item's BASE revision and the latest one in the repository when the item was changed.SVNStatusType
SVNStatus. getRemoteNodeStatus()
SVNStatusType
SVNStatus. getRemotePropertiesStatus()
Gets the Working Copy item's properties status type against the repository - that is comparing the item's BASE revision and the latest one in the repository when the item was changed.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNStatusType Modifier and Type Method Description static SVNStatusType
SVNStatus. combineNodeAndContentsStatus(int workingCopyFormat, SVNStatusType nodeStatus, SVNStatusType contentsStatus, boolean versioned, boolean conflicted)
static SVNStatusType
SVNStatus. combineRemoteNodeAndContentsStatus(int workingCopyFormat, SVNStatusType remoteNodeStatus, SVNStatusType remoteContentsStatus)
static SVNMergeResult
SVNMergeResult. createMergeResult(SVNStatusType status, SVNConflictReason reason)
Creates a new merge result object.void
SVNStatus. setContentsStatus(SVNStatusType statusType)
Sets the item's contents status type.void
SVNStatus. setNodeStatus(SVNStatusType nodeStatus)
void
SVNStatus. setPropertiesStatus(SVNStatusType propertiesStatus)
void
SVNStatus. setRemoteContentsStatus(SVNStatusType remoteContentsStatus)
void
SVNStatus. setRemoteNodeStatus(SVNStatusType remoteNodeStatus)
void
SVNStatus. setRemotePropertiesStatus(SVNStatusType remotePropertiesStatus)
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 SVNStatusType Constructor Description 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.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. -
Uses of SVNStatusType in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SVNStatusType Modifier and Type Method Description SVNStatusType
SvnMergeResult. getMergeOutcome()
Returns merge outcome (status).SVNStatusType
SvnDiffStatus. getModificationType()
Returns the type of modification for the current item.SVNStatusType
SvnStatus. getNodeStatus()
Returns the item's node status.SVNStatusType
SvnStatus. getPropertiesStatus()
Gets the working copy local item's properties status type.SVNStatusType
SvnStatus. getRepositoryNodeStatus()
Returns the node status of the item got from the repository.SVNStatusType
SvnStatus. getRepositoryPropertiesStatus()
Gets the working copy item's properties status type against the repository - that is comparing the item's BASE revision and the latest one in the repository when the item was changed.SVNStatusType
SvnStatus. getRepositoryTextStatus()
Gets the working copy item's contents status type against the repository - that is comparing the item's BASE revision and the latest one in the repository when the item was changed.SVNStatusType
SvnStatus. getTextStatus()
Gets the working copy local item's contents status type.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNStatusType Modifier and Type Method Description static SvnMergeResult
SvnMergeResult. create(SVNStatusType mergeOutcome)
Creates merge result object and initializes it with merge outcome (status).void
SvnDiffStatus. setModificationType(SVNStatusType modificationType)
Sets the type of modification for the current item.void
SvnStatus. setNodeStatus(SVNStatusType nodeStatus)
Sets the item's status.void
SvnStatus. setPropertiesStatus(SVNStatusType propertiesStatus)
Sets the item's properties status type.void
SvnStatus. setRepositoryNodeStatus(SVNStatusType repositoryNodeStatus)
Sets the node status of the item got from the repository.void
SvnStatus. setRepositoryPropertiesStatus(SVNStatusType repositoryPropertiesStatus)
Sets the working copy item's properties status type against the repository.void
SvnStatus. setRepositoryTextStatus(SVNStatusType repositoryTextStatus)
Sets the working copy item's contents status type against the repository.void
SvnStatus. setTextStatus(SVNStatusType textStatus)
Sets the item's contents status type.Constructors in org.tmatesoft.svn.core.wc2 with parameters of type SVNStatusType Constructor Description SvnMergeResult(SVNStatusType mergeOutcome)
-