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.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.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 intJavaHLObjectFactory. getLockStatusValue(SVNStatusType svnStatusType)static intJavaHLObjectFactory. 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 SVNStatusTypeSVNStatusPrinter. 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 private static SVNStatusType[]SVNDiffCallback. EMPTY_STATUSprotected SVNStatusTypeSVNRemoteDiffEditor.KindActionState. myStatusprivate SVNStatusTypeSVNDiffStatusEditor.SVNSummarize. myTypeMethods in org.tmatesoft.svn.core.internal.wc that return SVNStatusType Modifier and Type Method Description private SVNStatusTypeDefaultSVNMerger. applySingleGenericPropertyChange(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun)private SVNStatusTypeDefaultSVNMerger. applySingleMergeInfoPropertyChange(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun)private SVNStatusTypeDefaultSVNMerger. applySinglePropertyAdd(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun)private SVNStatusTypeDefaultSVNMerger. applySinglePropertyChange(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun)private SVNStatusTypeDefaultSVNMerger. applySinglePropertyDelete(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun)abstract SVNStatusTypeAbstractDiffCallback. directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted)SVNStatusTypeSVNDiffCallback. directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted)SVNStatusTypeSVNMergeCallback. directoryAdded(java.lang.String path, long revision, boolean[] isTreeConflicted)SVNStatusTypeSVNMergeCallback15. 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 SVNStatusTypeAbstractDiffCallback. directoryDeleted(java.lang.String path, boolean[] isTreeConflicted)SVNStatusTypeSVNDiffCallback. directoryDeleted(java.lang.String path)SVNStatusTypeSVNDiffCallback. directoryDeleted(java.lang.String path, boolean[] isTreeConflicted)SVNStatusTypeSVNMergeCallback. directoryDeleted(java.lang.String path, boolean[] isTreeConflicted)SVNStatusTypeSVNMergeCallback15. 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 SVNStatusTypeAbstractDiffCallback. 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)SVNStatusTypeSVNDiffCallback. 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)SVNStatusTypeSVNMergeCallback. 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)SVNStatusTypeSVNMergeCallback15. 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)private static SVNStatusTypeDefaultSVNMerger. getPropMergeStatus(SVNStatusType status, SVNStatusType newStatus)private SVNStatusTypeSVNMergeCallback. getStatusForObstructedOrMissing(java.lang.String path)protected abstract SVNStatusTypeAbstractSVNMerger. mergeBinary(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile)protected SVNStatusTypeDefaultSVNMerger. mergeBinary(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile)static SVNStatusTypeSVNPropertiesManager. mergeProperties(SVNWCAccess wcAccess, java.io.File path, SVNProperties baseProperties, SVNProperties diff, boolean baseMerge, boolean dryRun)protected abstract SVNStatusTypeAbstractSVNMerger. mergeText(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile)protected SVNStatusTypeDefaultSVNMerger. mergeText(java.io.File baseFile, java.io.File localFile, java.io.File latestFile, SVNDiffOptions options, java.io.File resultFile)abstract SVNStatusTypeAbstractDiffCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)SVNStatusTypeSVNDiffCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)SVNStatusTypeSVNMergeCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)SVNStatusTypeSVNMergeCallback15. 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 voidSVNRemoteDiffEditor. addDeletedPath(java.lang.String path, SVNNodeKind nodeKind, SVNStatusType type, SVNEventAction action, SVNEventAction expectedAction, boolean isTreeConflicted)private SVNStatusTypeDefaultSVNMerger. applySingleGenericPropertyChange(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun)private SVNStatusTypeDefaultSVNMerger. applySingleMergeInfoPropertyChange(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun)private SVNStatusTypeDefaultSVNMerger. applySinglePropertyAdd(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun)private SVNStatusTypeDefaultSVNMerger. applySinglePropertyChange(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun)private SVNStatusTypeDefaultSVNMerger. applySinglePropertyDelete(java.lang.String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, java.lang.String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, java.util.Collection conflicts, boolean dryRun)static SVNEventSVNEventFactory. createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range)static SVNEventSVNEventFactory. createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, java.lang.String changelistName)private static SVNStatusTypeDefaultSVNMerger. getPropMergeStatus(SVNStatusType status, SVNStatusType newStatus)private booleanSVNMergeDriver. notifySingleFileMerge(java.io.File targetWCPath, SVNEventAction action, SVNStatusType cstate, SVNStatusType pstate, SVNEvent headerEvent, boolean isHeaderSent)private voidSVNRemoteStatusEditor. tweakStatusHash(SVNRemoteStatusEditor.DirectoryInfo dirInfo, SVNRemoteStatusEditor.DirectoryInfo childDir, java.io.File path, SVNStatusType text, SVNStatusType props, SVNLock lock, SVNRevision revision)private voidSVNRemoteStatusEditor. tweakStatusHash(SVNRemoteStatusEditor.FileInfo fileInfo, java.io.File path, SVNStatusType text, SVNStatusType props, SVNLock lock)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 SVNStatusTypeSVNLog. logChangedEntryProperties(java.lang.String name, SVNProperties modifiedEntryProps)SVNStatusTypeSVNAdminArea. mergeProperties(java.lang.String name, SVNProperties serverBaseProps, SVNProperties propDiff, java.lang.String localLabel, java.lang.String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log)SVNStatusTypeSVNAdminArea. 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)SVNStatusTypeSVNAdminArea. 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 SVNStatusTypeSVNUpdateEditor17.MergeFileInfo. contentStateSVNStatusTypeSVNWCContext.MergeInfo. mergeOutcomeSVNStatusTypeSVNWCContext.MergePropertiesInfo. mergeOutcomeSVNStatusTypeSVNWCContext.ObstructionData. obstructionState(package private) SVNStatusTypeSVNTreeConflictEditor.UpdateWorkingProps. propStateSVNStatusTypeSVNWCContext.MergePropStatusInfo. stateFields in org.tmatesoft.svn.core.internal.wc17 with type parameters of type SVNStatusType Modifier and Type Field Description private static java.util.List<SVNStatusType>SVNWCContext. STATUS_ORDERINGMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNStatusType Modifier and Type Method Description (package private) SVNStatusTypeSVNWCContext. setPropMergeState(SVNStatusType state, SVNStatusType newValue)Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNStatusType Modifier and Type Method Description private SVNWCContext.MergePropStatusInfoSVNWCContext. applySingleGenericPropChange(SVNStatusType state, java.io.File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, java.lang.String propname, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue newVal, ISVNConflictHandler conflictResolver, boolean dryRun)private SVNWCContext.MergePropStatusInfoSVNWCContext. applySingleMergeinfoPropChange(SVNStatusType state, java.io.File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, java.lang.String propname, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue newVal, ISVNConflictHandler conflictResolver, boolean dryRun)(package private) SVNWCContext.MergePropStatusInfoSVNWCContext. applySinglePropAdd(SVNStatusType state, java.io.File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, java.lang.String propname, SVNPropertyValue baseVal, SVNPropertyValue toVal, ISVNConflictHandler conflictResolver, boolean dryRun)(package private) SVNWCContext.MergePropStatusInfoSVNWCContext. applySinglePropChange(SVNStatusType state, java.io.File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, java.lang.String propname, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue newVal, ISVNConflictHandler conflictResolver, boolean dryRun)(package private) SVNWCContext.MergePropStatusInfoSVNWCContext. applySinglePropDelete(SVNStatusType state, java.io.File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, java.lang.String propname, SVNPropertyValue baseVal, SVNPropertyValue oldVal, ISVNConflictHandler conflictResolver, boolean dryRun)(package private) SVNStatusTypeSVNWCContext. setPropMergeState(SVNStatusType state, SVNStatusType newValue)private voidSVNRemoteStatusEditor17. tweakStatusHash(SVNRemoteStatusEditor17.DirectoryInfo dirInfo, SVNRemoteStatusEditor17.DirectoryInfo childDir, java.io.File localAbsPath, SVNStatusType reposNodeStatus, SVNStatusType reposTextStatus, SVNStatusType reposPropStatus, SVNRevision deletedRev, SVNLock reposLock)private voidSVNRemoteStatusEditor17. tweakStatusHash(SVNRemoteStatusEditor17.FileInfo fileInfo, java.io.File localAbsPath, SVNStatusType reposNodeStatus, SVNStatusType reposTextStatus, SVNStatusType reposPropStatus, long revnum, SVNLock reposLock)Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNStatusType Constructor Description MergePropStatusInfo(SVNStatusType state, boolean conflictRemains) -
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 SVNStatusTypeSvnWcDbStatementUtil. 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 voidSVNWCDb. 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 SVNStatusTypeSvnDiffCallbackResult. contentStateprivate SVNStatusTypeSvnNgMergeCallback2.MergeOutcome. mergeContentOutcomeprivate SVNStatusTypeSvnNgMergeCallback2.MergeOutcome. mergePropsOutcome(package private) SVNStatusTypeSvnNgMergeDriver.ObstructionState. obstructionStateSVNStatusTypeSvnDiffCallbackResult. propStateprivate SVNStatusTypeSvnNgMergeCallback2.DirectoryBaton. skipReasonprivate SVNStatusTypeSvnNgMergeCallback2.FileBaton. skipReason(package private) SVNStatusTypeSvnNgRemoteDiffEditor.DeletedPath. stateMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNStatusType Modifier and Type Method Description private voidSvnNgMergeCallback2. recordSkip(java.io.File localAbsPath, SVNNodeKind kind, SVNEventAction action, SVNStatusType state)private voidSvnNgMergeCallback2. recordUpdateUpdate(java.io.File localAbsPath, SVNNodeKind kind, SVNStatusType contentState, SVNStatusType propState)private voidSvnDiffSummarizeCallback. sendSummary(java.io.File path, SVNStatusType summarizeKind, boolean propChanged, SVNNodeKind nodeKind) -
Uses of SVNStatusType in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNStatusType Modifier and Type Method Description private static ClientNotifyInformation.LockStatusSVNClientImpl. getClientNotifyInformationLockStatus(SVNStatusType lockStatus)private static ClientNotifyInformation.StatusSVNClientImpl. getClientNotifyInformationStatus(SVNStatusType status)private DiffSummary.DiffKindSVNClientImpl. getDiffKind(SVNStatusType type)private Status.KindSVNClientImpl. getStatusKind(SVNStatusType statusType) -
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 SVNStatusTypeSVNStatusType. CHANGEDDuring an operation (like an update) denotes that the item contents or item properties were changed.static SVNStatusTypeSVNStatusType. CONFLICTEDDuring 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 SVNStatusTypeSVNStatusType. CONFLICTED_UNRESOLVEDDenotes that the conflict state on the item is still unresolved.static SVNStatusTypeSVNStatusType. INAPPLICABLEDuring some operations denotes that status info of item contents or properties is inapplicable.static SVNStatusTypeSVNStatusType. LOCK_INAPPLICABLEDuring some operations denotes that lock status is inapplicable.static SVNStatusTypeSVNStatusType. LOCK_LOCKEDDuring an operation denotes that the file item's locked.static SVNStatusTypeSVNStatusType. LOCK_UNCHANGEDDuring an operation denotes that the lock status wasn't changed.static SVNStatusTypeSVNStatusType. LOCK_UNKNOWNNo lock information is known.static SVNStatusTypeSVNStatusType. LOCK_UNLOCKEDDuring an operation (like an update) denotes that the file item's lock was broken in the repositry by some other user.static SVNStatusTypeSVNStatusType. MERGEDDuring 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 SVNStatusTypeSVNStatusType. MISSINGDenotes that the item is versioned but missing (deleted from the fylesystem).private SVNStatusTypeSVNEvent. myContentsStatusprivate SVNStatusTypeSVNStatus. myContentsStatusprivate SVNStatusTypeSVNEvent. myLockStatusprivate SVNStatusTypeSVNMergeResult. myMergeStatusprivate SVNStatusTypeSVNDiffStatus. myModificationTypeprivate SVNStatusTypeSVNStatus. myNodeStatusprivate SVNStatusTypeSVNEvent. myPropertiesStatusprivate SVNStatusTypeSVNStatus. myPropertiesStatusprivate SVNStatusTypeSVNStatus. myRemoteContentsStatusprivate SVNStatusTypeSVNStatus. myRemoteNodeStatusprivate SVNStatusTypeSVNStatus. myRemotePropertiesStatusstatic SVNStatusTypeSVNStatusType. NO_MERGEstatic SVNStatusTypeSVNStatusType. OBSTRUCTEDDenotes that the item has an unexpected kind or somehow damaged or can not be managed by an operation.static SVNStatusTypeSVNStatusType. STATUS_ADDEDIn a status operation denotes that the item in the Working Copy being currently processed is scheduled for addition to the repository.static SVNStatusTypeSVNStatusType. STATUS_CONFLICTEDIn 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 SVNStatusTypeSVNStatusType. STATUS_DELETEDIn a status operation denotes that the item in the Working Copy being currently processed is scheduled for deletion from the repository.static SVNStatusTypeSVNStatusType. STATUS_EXTERNALIn 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 SVNStatusTypeSVNStatusType. STATUS_IGNOREDIn 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 SVNStatusTypeSVNStatusType. STATUS_INCOMPLETEIn 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 SVNStatusTypeSVNStatusType. STATUS_MERGEDDeprecated.this status is never reported by 'status' operation in this version, 'update' and 'merge' usesMERGEDinstead.static SVNStatusTypeSVNStatusType. STATUS_MISSINGIn 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 SVNStatusTypeSVNStatusType. STATUS_MODIFIEDIn a status operation denotes that the item in the Working Copy being currently processed has local modifications.static SVNStatusTypeSVNStatusType. STATUS_NAME_CONFLICTstatic SVNStatusTypeSVNStatusType. STATUS_NONEIn a status operation denotes that no status type information is available.static SVNStatusTypeSVNStatusType. STATUS_NORMALIn 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 SVNStatusTypeSVNStatusType. STATUS_OBSTRUCTEDIn a status operation denotes that the item in the Working Copy being currently processed has a non-expected kind.static SVNStatusTypeSVNStatusType. STATUS_REPLACEDIn 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 SVNStatusTypeSVNStatusType. STATUS_UNVERSIONEDIn a status operation denotes that the item in the Working Copy being currently processed is not under version control.static SVNStatusTypeSVNStatusType. UNCHANGEDDuring an operation denotes that file item contents or file/directory item properties are not changed.static SVNStatusTypeSVNStatusType. UNKNOWNDenotes that the resultant status of the operation is for some reason unknown.Fields in org.tmatesoft.svn.core.wc with type parameters of type SVNStatusType Modifier and Type Field Description private static java.util.Map<java.lang.Integer,SVNStatusType>SVNStatusType. eventStatusTypesMethods in org.tmatesoft.svn.core.wc that return SVNStatusType Modifier and Type Method Description static SVNStatusTypeSVNStatus. combineNodeAndContentsStatus(int workingCopyFormat, SVNStatusType nodeStatus, SVNStatusType contentsStatus, boolean versioned, boolean conflicted)static SVNStatusTypeSVNStatus. combineRemoteNodeAndContentsStatus(int workingCopyFormat, SVNStatusType remoteNodeStatus, SVNStatusType remoteContentsStatus)private static SVNStatusTypeSVNStatusType. createEventStatusType(int id, java.lang.String name)SVNStatusTypeSVNStatus. getCombinedNodeAndContentsStatus()SVNStatusTypeSVNStatus. getCombinedRemoteNodeAndContentsStatus()SVNStatusTypeSVNEvent. getContentsStatus()Gets the status type of either file or directory contents.SVNStatusTypeSVNStatus. getContentsStatus()Gets the Working Copy local item's contents status type.static SVNStatusTypeSVNStatusType. getEventStatusById(int id)SVNStatusTypeSVNEvent. getLockStatus()Gets the file item's lock status.SVNStatusTypeSVNMergeResult. getMergeStatus()Returns merge status.SVNStatusTypeSVNDiffStatus. getModificationType()Returns the type of modification for the current item.SVNStatusTypeSVNStatus. getNodeStatus()SVNStatusTypeSVNEvent. getPropertiesStatus()Gets the status type of the item's properties.SVNStatusTypeSVNStatus. getPropertiesStatus()Gets the Working Copy local item's properties status type.SVNStatusTypeSVNStatus. 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.SVNStatusTypeSVNStatus. getRemoteNodeStatus()SVNStatusTypeSVNStatus. 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 SVNStatusTypeSVNStatus. combineNodeAndContentsStatus(int workingCopyFormat, SVNStatusType nodeStatus, SVNStatusType contentsStatus, boolean versioned, boolean conflicted)static SVNStatusTypeSVNStatus. combineRemoteNodeAndContentsStatus(int workingCopyFormat, SVNStatusType remoteNodeStatus, SVNStatusType remoteContentsStatus)static SVNMergeResultSVNMergeResult. createMergeResult(SVNStatusType status, SVNConflictReason reason)Creates a new merge result object.voidSVNStatus. setContentsStatus(SVNStatusType statusType)Sets the item's contents status type.voidSVNStatus. setNodeStatus(SVNStatusType nodeStatus)voidSVNStatus. setPropertiesStatus(SVNStatusType propertiesStatus)voidSVNStatus. setRemoteContentsStatus(SVNStatusType remoteContentsStatus)voidSVNStatus. setRemoteNodeStatus(SVNStatusType remoteNodeStatus)voidSVNStatus. setRemotePropertiesStatus(SVNStatusType remotePropertiesStatus)voidSVNStatus. setRemoteStatus(SVNURL url, SVNStatusType contents, SVNStatusType props, SVNLock lock, SVNNodeKind kind, SVNRevision revision, java.util.Date date, java.lang.String author)Sets the item's remote status.voidSVNStatus. setRemoteStatus(SVNStatusType contents, SVNStatusType props, SVNLock lock, SVNNodeKind kind)Sets the item's remote status.Constructors in org.tmatesoft.svn.core.wc with parameters of type 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.SVNMergeResult(SVNStatusType status, SVNConflictReason conflictReason)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
Fields in org.tmatesoft.svn.core.wc2 declared as SVNStatusType Modifier and Type Field Description private SVNStatusTypeSvnMergeResult. mergeOutcomeprivate SVNStatusTypeSvnDiffStatus. modificationTypeprivate SVNStatusTypeSvnStatus. nodeStatusprivate SVNStatusTypeSvnStatus. propertiesStatusprivate SVNStatusTypeSvnStatus. repositoryNodeStatusprivate SVNStatusTypeSvnStatus. repositoryPropertiesStatusprivate SVNStatusTypeSvnStatus. repositoryTextStatusprivate SVNStatusTypeSvnStatus. textStatusMethods in org.tmatesoft.svn.core.wc2 that return SVNStatusType Modifier and Type Method Description SVNStatusTypeSvnMergeResult. getMergeOutcome()Returns merge outcome (status).SVNStatusTypeSvnDiffStatus. getModificationType()Returns the type of modification for the current item.SVNStatusTypeSvnStatus. getNodeStatus()Returns the item's node status.SVNStatusTypeSvnStatus. getPropertiesStatus()Gets the working copy local item's properties status type.SVNStatusTypeSvnStatus. getRepositoryNodeStatus()Returns the node status of the item got from the repository.SVNStatusTypeSvnStatus. 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.SVNStatusTypeSvnStatus. 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.SVNStatusTypeSvnStatus. 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 SvnMergeResultSvnMergeResult. create(SVNStatusType mergeOutcome)Creates merge result object and initializes it with merge outcome (status).voidSvnDiffStatus. setModificationType(SVNStatusType modificationType)Sets the type of modification for the current item.voidSvnStatus. setNodeStatus(SVNStatusType nodeStatus)Sets the item's status.voidSvnStatus. setPropertiesStatus(SVNStatusType propertiesStatus)Sets the item's properties status type.voidSvnStatus. setRepositoryNodeStatus(SVNStatusType repositoryNodeStatus)Sets the node status of the item got from the repository.voidSvnStatus. setRepositoryPropertiesStatus(SVNStatusType repositoryPropertiesStatus)Sets the working copy item's properties status type against the repository.voidSvnStatus. setRepositoryTextStatus(SVNStatusType repositoryTextStatus)Sets the working copy item's contents status type against the repository.voidSvnStatus. 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)
-