public interface RuntimeDescriptor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpressionLanguage()
Returns the language that should be used in expressions e.g.
|
java.lang.String |
getName()
Returns the unique name for this runtime.
|
java.lang.String |
getPlatform()
Returns the generic platform name e.g.
|
java.lang.String |
getVersion()
Returns the version of the platform e.g. "1.6.2", "2.7".
|
java.lang.String getName()
runtime.getPlatform() + "-" + runtime.getVersion()
getPlatform()
,
getVersion()
java.lang.String getPlatform()
getVersion()
java.lang.String getVersion()
getPlatform()
java.lang.String getExpressionLanguage()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.