Package com.microsoft.tfs.core.util

Interface Summary
Hierarchical An interface that can be implemented by any object which has a hierarchical relationship with other objects.
Labelable Any object which can obtain a label for itself could be tagged as Labelable.
 

Class Summary
CodePageMapping Overview
CredentialsUtils Utility methods for dealing with Credentials used for authenticating to Team Foundation Servers.
FederatedAuthenticationHelpers  
FileEncoding Represents a text file encoding as expected to be used by TFS, which can be represented solely by a "code page" integer (normal code page numbers with a few TFS-specific numbers reserved for binary files, etc.).
FileEncodingDetector Static methods which assist in detecting text encodings in disk files.
FileTypeDescription  
MementoRepository Provides persistent storage of Mementos, identified by string keys, in a PersistenceStore.
ServerURIComparator Compares URIs for TFS servers.
ServerURIUtils  
SpecialFolders Gets the path to some of the Windows Shell special folders.
TFSUser Identifies a user by a username and Windows domain name, and provides methods for parsing these from and printing these to strings.
TSWAHyperlinkBuilder Utility class for building links to TFS resources via web access.
URIUtils Static utility methods for working with URIs.
UserNameUtil UserNameUtil contains static utility methods for working with TFS / Windows user names.
UserNameUtil.ParsedUserName Represents a parsed user name's two components: domain and account name.
 

Exception Summary
CodePageMapping.UnknownCodePageException An exception thrown to indicate that a code page specified as an argument to a CodePageMapping method was unknown to that class.
CodePageMapping.UnknownEncodingException An exception thrown to indicate that either a Charset or the name of an encoding specified as an argument to a CodePageMapping method was unknown to that class.
TFSUsernameParseException Thrown by TFSUser when the strings fail to parse correctly during construction.
 



© 2015 Microsoft. All rights reserved.