Package org.eclipse.m2m.atl.engine.vm
Class AtlVMMessages
java.lang.Object
org.eclipse.m2m.atl.engine.vm.AtlVMMessages
Utility class to access externalized Strings for ATLEngine.
- 
Method Summary
- 
Method Details- 
getStringReturns a specifiedStringfrom the resource bundle.- Parameters:
- key- Key of the String we seek.
- Returns:
- The String from the resource bundle associated with key.
 
- 
getStringReturns a String from the resource bundle binded with the given arguments.- Parameters:
- key- Key of the String we seek.
- arguments- Arguments for the String formatting.
- Returns:
- formatted String.
- See Also:
 
 
-