Methods Summary |
---|
public abstract ResourceType[] | getAvailableResourceTypes()Returns the present {@link ResourceType}s in the project.
|
public abstract ResourceItem[] | getResources(ResourceType type)Returns an array of the existing resource for the specified type.
|
public abstract boolean | hasResources(ResourceType type)Returns whether resources of the specified type are present.
|
public abstract boolean | isSystemRepository()Returns whether the repository is a system repository.
|