ewe.sys
Interface LocalResource

All Known Implementing Classes:
RegistryLocalResource, TreeConfigNode

public interface LocalResource

This allows the retrieval of locale specific data if it is installed.


Method Summary
 Object get(int resourceID, Object defaultValue)
          This should convert the resourceID to a String and then call get(resourceName,defaultValue);
 Object get(String resourceName, Object defaultValue)
          This finds the local resource as given by the resourceName.
 

Method Detail

get

public Object get(int resourceID,
                  Object defaultValue)
This should convert the resourceID to a String and then call get(resourceName,defaultValue);


get

public Object get(String resourceName,
                  Object defaultValue)
This finds the local resource as given by the resourceName. If it cannot be found the defaultValue will be returned.