A ResourceID instance holds a Resource alias. More...
Public Member Functions | |
| ResourceID (String id) | |
| Constructor. | |
| boolean | empty () |
| Checks if the id is empty. | |
| boolean | equals (Object obj) |
| int | hashCode () |
| boolean | isURL () |
| Checks if the id holds a URL. | |
| 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.