Kanzi  3.9.5
Java API
ResourceID Class Reference

A ResourceID instance holds a Resource alias. More...

Inheritance diagram for ResourceID:
[legend]

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 ()
 

Detailed Description

A ResourceID instance holds a Resource alias.

Constructor & Destructor Documentation

◆ ResourceID()

ResourceID ( String  id)

Constructor.

Parameters
idThe id to assume.

Member Function Documentation

◆ empty()

boolean empty ( )

Checks if the id is empty.

Returns
True, if the id is empty.

◆ isURL()

boolean isURL ( )

Checks if the id holds a URL.

Returns
True, if the id holds a URL.