FileDocCategorySizeDatePackage
IResourceRepository.javaAPI DocAndroid 1.5 API1605Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.common.resources

IResourceRepository

public interface IResourceRepository
A repository of resources. This allows access to the resource by {@link ResourceType}.

Fields Summary
Constructors Summary
Methods Summary
public abstract ResourceType[]getAvailableResourceTypes()
Returns the present {@link ResourceType}s in the project.

return
an array containing all the type of resources existing in the project.

public abstract ResourceItem[]getResources(ResourceType type)
Returns an array of the existing resource for the specified type.

param
type the type of the resources to return

public abstract booleanhasResources(ResourceType type)
Returns whether resources of the specified type are present.

param
type the type of the resources to check.

public abstract booleanisSystemRepository()
Returns whether the repository is a system repository.