Package org.eclipse.team.core
Interface IFileTypeInfo
-
@Deprecated public interface IFileTypeInfo
Deprecated.Use theIFileContentManagerAPI 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 StringgetExtension()Deprecated.Returns the string specifying the file extensionintgetType()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
-
-