FileDocCategorySizeDatePackage
IAbstractFile.javaAPI DocAndroid 1.5 API1296Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.editors.resources.manager.files

IAbstractFile

public interface IAbstractFile implements IAbstractResource
A file.

Fields Summary
Constructors Summary
Methods Summary
public java.io.InputStreamgetContents()
Returns an {@link InputStream} object on the file content.

throws
CoreException

public org.eclipse.core.resources.IFilegetIFile()
Returns the {@link IFile} object that the receiver could represent. Can be null

public java.lang.StringgetOsLocation()
Returns the OS path of the file location.