|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConflictCategory | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol.conflicts |
Uses of ConflictCategory in com.microsoft.tfs.core.clients.versioncontrol.conflicts |
---|
Fields in com.microsoft.tfs.core.clients.versioncontrol.conflicts declared as ConflictCategory | |
---|---|
static ConflictCategory |
ConflictCategory.BOTH_DELETED
|
static ConflictCategory |
ConflictCategory.FILENAME
|
static ConflictCategory |
ConflictCategory.LOCALLY_DELETED
|
static ConflictCategory |
ConflictCategory.MERGE
|
static ConflictCategory |
ConflictCategory.MERGE_BOTH_DELETED
|
static ConflictCategory |
ConflictCategory.MERGE_SOURCE_DELETED
|
static ConflictCategory |
ConflictCategory.MERGE_TARGET_DELETED
|
static ConflictCategory |
ConflictCategory.ROLLBACK_LOCAL
|
static ConflictCategory |
ConflictCategory.SERVER_DELETED
|
static ConflictCategory |
ConflictCategory.SHELVESET
|
static ConflictCategory |
ConflictCategory.UNKNOWN
|
static ConflictCategory |
ConflictCategory.VERSION
|
static ConflictCategory |
ConflictCategory.WRITABLE
|
Methods in com.microsoft.tfs.core.clients.versioncontrol.conflicts that return ConflictCategory | |
---|---|
static ConflictCategory[] |
ConflictCategory.getAllConflictCategories()
|
ConflictCategory |
WritableConflictDescription.getConflictCategory()
Gets the category of this conflict |
ConflictCategory |
VersionConflictDescription.getConflictCategory()
Gets the category of this conflict |
ConflictCategory |
UnknownConflictDescription.getConflictCategory()
|
ConflictCategory |
ShelvesetConflictDescription.getConflictCategory()
|
ConflictCategory |
ServerDeletedConflictDescription.getConflictCategory()
Gets the category of this conflict |
ConflictCategory |
RollbackLocalConflictDescription.getConflictCategory()
Gets the category of this conflict |
ConflictCategory |
MergeTargetDeletedConflictDescription.getConflictCategory()
Gets the category of this conflict |
ConflictCategory |
MergeSourceDeletedConflictDescription.getConflictCategory()
Gets the category of this conflict |
ConflictCategory |
MergeConflictDescription.getConflictCategory()
Gets the category of this conflict |
ConflictCategory |
MergeBothDeletedConflictDescription.getConflictCategory()
Gets the category of this conflict |
ConflictCategory |
LocallyDeletedConflictDescription.getConflictCategory()
Gets the category of this conflict |
ConflictCategory |
FilenameConflictDescription.getConflictCategory()
Gets the category of this conflict |
abstract ConflictCategory |
ConflictDescription.getConflictCategory()
Gets the category of this conflict |
ConflictCategory |
BothDeletedConflictDescription.getConflictCategory()
Gets the category of this conflict |
static ConflictCategory |
ConflictCategory.getConflictCategory(Conflict conflict)
Given an AConflict, determines the type of conflict and returns the appropriate ConflictCategory which describes this conflict. |
Methods in com.microsoft.tfs.core.clients.versioncontrol.conflicts with parameters of type ConflictCategory | |
---|---|
static ConflictDescription |
ConflictDescriptionFactory.getConflictDescription(ConflictCategory category)
Get a ConflictDescription which describes the type of conflict, but does not hold a particular Conflict. |
static ConflictDescription |
ConflictDescriptionFactory.getConflictDescription(ConflictCategory category,
Conflict conflict)
Get a ConflictDescription which describes the type of conflict. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |