|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.clients.versioncontrol.WorkspaceLocation
public class WorkspaceLocation
Indicates the location where data (pending changes, local versions) for this workspace are stored.
Field Summary | |
---|---|
static WorkspaceLocation |
LOCAL
Indicates a local workspace, with pending changes and local version data stored on the client. |
static WorkspaceLocation |
SERVER
Indicates a server-side (traditional) workspace, backwards compatible with TFS 2005-2010. |
Method Summary | |
---|---|
static WorkspaceLocation |
fromInteger(int value)
Returns the WorkspaceLocation for the specified integer value. |
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum |
---|
compareTo, equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final WorkspaceLocation SERVER
public static final WorkspaceLocation LOCAL
Method Detail |
---|
public static WorkspaceLocation fromInteger(int value)
WorkspaceLocation
for the specified integer value.
value
- The integer value.
WorkspaceLocation
corresponding to this value, or
null
if none matched
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |