Class ResourceRef
java.lang.Object
com.aquima.interactions.foundation.io.ResourceRef
- All Implemented Interfaces:
Serializable
Utility class used to store the protocol and name of a resource.
- Since:
- 6.0
- Author:
- O. Kerpershoek
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceRef
(String path) Constructs a resource reference from a path string. -
Method Summary
-
Constructor Details
-
Method Details
-
getProtocol
This method returns the protocol as specified in the resource path. The protocol is optional, and as such, this method may return a null value.- Returns:
- The protocol as specified in the resource path.
-
getName
This method returns the name of the resource.- Returns:
- The name of the resource.
-
toString
-