Modifiers | Name | Description |
---|---|---|
java.util.List<java.io.File> |
declarations |
|
boolean |
hasDefault |
Whether this resource has a default definition (e.g. present in a resource folder with no qualifiers). |
java.lang.String |
name |
Name of resource |
boolean |
reachable |
Whether this resource can be reached from one of the roots (manifest, code) |
java.util.List<Resource> |
references |
Resources this resource references. |
ResourceType |
type |
Type of resource |
int |
value |
Integer id location |
Type | Name and description |
---|---|
void |
addLocation(java.io.File file) |
void |
addReference(Resource resource) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getUrl() |
int |
hashCode() |
boolean |
isRelevantType() |
java.lang.String |
toString() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Whether this resource has a default definition (e.g. present in a resource folder with no qualifiers). For id references, an inline definition (@+id) does not count as a default definition.
Name of resource
Whether this resource can be reached from one of the roots (manifest, code)
Resources this resource references. For example, a layout can reference another via an include; a style reference in a layout references that layout style, and so on.
Type of resource
Integer id location