A ResourceID instance holds a Resource alias. More...
Public Member Functions | |
ResourceID (String id) | |
Constructor. More... | |
boolean | empty () |
Checks if the id is empty. More... | |
boolean | equals (Object obj) |
int | hashCode () |
boolean | isURL () |
Checks if the id holds a URL. More... | |
String | toString () |
A ResourceID instance holds a Resource alias.
ResourceID | ( | String | id | ) |
Constructor.
id | The id to assume. |
boolean empty | ( | ) |
Checks if the id is empty.
boolean isURL | ( | ) |
Checks if the id holds a URL.