File
Doc
Category
Size
Date
Package
IAbstractResource.java
API Doc
Android 1.5 API
1118
Wed May 06 22:41:10 BST 2009
com.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.String
getName
()
Returns the name of the resource.
Java Code Source