public class VMPluginFactory
extends Object
Factory class to get functionality based on the VM version. The usage of this class is not for public use, only for the runtime.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static int |
featureVersion()The Java feature version of the running VM; see JavaFeatureVersion.current. |
|
public static VMPlugin |
getPlugin()Returns the VM plugin selected for the current runtime. |
The Java feature version of the running VM; see JavaFeatureVersion.current.
Returns the VM plugin selected for the current runtime.
null if initialization failed