Eclipse Platform
Release 3.1

org.eclipse.team.core
Interface IFileTypeInfo


Deprecated. Use the IFileContentManager API instead.

public interface IFileTypeInfo

A file type info specifies both the file extension and the corresponding file type.

This interface is not intended to be implemented by clients.

Since:
2.0

Method Summary
 String getExtension()
          Deprecated. Returns the string specifying the file extension
 int getType()
          Deprecated. Returns the file type for files ending with the corresponding extension.
 

Method Detail

getExtension

public String getExtension()
Deprecated. 
Returns the string specifying the file extension

Returns:
the file extension

getType

public 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

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.