Modifiers | Name | Description |
---|---|---|
List<File> |
declarations |
|
boolean |
hasDefault |
Whether this resource has a default definition (e.g. present in a resource folder with no qualifiers). |
String |
name |
Name of resource |
boolean |
reachable |
Whether this resource can be reached from one of the roots (manifest, code) |
List<Resource> |
references |
Resources this resource references. |
com.android.resources.ResourceType |
type |
Type of resource |
int |
value |
Integer id location |
Type | Name and description |
---|---|
void |
addLocation(File file) |
void |
addReference(Resource resource) |
boolean |
equals(Object o) |
String |
getUrl() |
int |
hashCode() |
boolean |
isRelevantType() |
String |
toString() |
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