Package org.eclipse.team.core
Interface IFileTypeInfo
-
@Deprecated public interface IFileTypeInfo
Deprecated.Use theIFileContentManager
API instead.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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getExtension()
Deprecated.Returns the string specifying the file extensionint
getType()
Deprecated.Returns the file type for files ending with the corresponding extension.
-
-
-
Method Detail
-
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
-
-