Package org.eclipse.team.core
Interface IFileTypeInfo
Deprecated.
A file type info specifies both the file extension and the corresponding file
type.
- Since:
- 2.0
- Restriction:
- This interface is not intended to be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the string specifying the file extensionint
getType()
Deprecated.Returns the file type for files ending with the corresponding extension.
-
Method Details
-
getExtension
String getExtension()Deprecated.Returns the string specifying the file extension- Returns:
- the file extension
-
getType
int getType()Deprecated.Returns the file type for files ending with the corresponding extension. Valid values are: Team.UNKNOWN Team.TEXT Team.BINARY- Returns:
- the file type
-
IFileContentManager
API instead.