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

IAbstractFolder

public interface IAbstractFolder implements IAbstractResource
A folder.

Fields Summary
Constructors Summary
Methods Summary
public org.eclipse.core.resources.IFoldergetIFolder()
Returns the {@link IFolder} object that the receiver could represent. Can be null

public booleanhasFile(java.lang.String name)
Returns true if the receiver contains a file with a given name

param
name the name of the file. This is the name without the path leading to the parent folder.