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

IAbstractResource

public interface IAbstractResource
Base representation of a file system resource.

This somewhat limited interface is designed to let classes use file-system resources, without having the manually handle {@link IFile} and/or {@link File} manually.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetName()
Returns the name of the resource.