|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceAccess
This interface represents the mechanism through which the CAL runtime is to access resources in the current environment (e.g. from the workspace, or from Eclipse). On the CAL side, access to resources is provided by the Resource module.
| Method Summary | |
|---|---|
InputStream |
getUserResource(String moduleNameAsString,
String name,
String extension,
Locale locale)
Returns an InputStream for the named user resource in the specified locale. |
| Method Detail |
|---|
InputStream getUserResource(String moduleNameAsString,
String name,
String extension,
Locale locale)
moduleNameAsString - the name of the module associated with the user resource.name - the name of the resource, not including any file extensions. Cannot contain the character '_'.extension - the file extension for the user resource.locale - the locale for which the resource is to be fetched.
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||