Package com.microej.wear.services
Interface ResourceService
-
public interface ResourceServiceThis service allows Features to load resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetImagePath(String path)Returns the resource path of an image.
-
-
-
Method Detail
-
getImagePath
String getImagePath(String path)
Returns the resource path of an image.- Parameters:
path- the path (relative to the Module directory).- Returns:
- the resource path (absolute).
- Throws:
MicroUIException- if the resource path doesn't start with "/".
-
-