Package com.microsoft.tfs.core.clients.versioncontrol.specs

Interface Summary
DownloadOutput Used by VersionControlClient's download methods to support writing to multiple output streams simultaneously.
 

Class Summary
DownloadSpec Specifies a resource that can be downloaded via GetEngine.
ItemSpec Describes a repository object, using either a local or server path, including an optional deletion ID identifier and a recursion type.
LabelItemSpec Describes a version control object (by path) at a specific version.
LabelSpec A label specification.
VersionedFileSpec Describes a version control item (by path) at one or more versions (possibly a range of versions).
WorkspaceSpec Describes a Workspace by name and owner.
 

Exception Summary
ItemSpecParseException Exception thrown when an item spec string cannot be parsed into an ItemSpec.
LabelSpecParseException Exception thrown when a label spec string cannot be parsed into a LabelSpec.
WorkspaceSpecParseException Exception thrown when a workspace spec string cannot be parsed into a WorkspaceSpec.
 



© 2015 Microsoft. All rights reserved.