org.codehaus.groovy.vmplugin
Class VMPluginFactory

java.lang.Object
  extended by org.codehaus.groovy.vmplugin.VMPluginFactory

public class VMPluginFactory
extends java.lang.Object

factory class to get functionlity based on the VM version. The usage of this class is not for public use, only for the runtime.

Author:
Jochen Theodorou

Field Summary
private static java.lang.String JDK5_CLASSNAME_CHECK
           
private static java.lang.String JDK5_PLUGIN_NAME
           
private static VMPlugin plugin
           
 
Constructor Summary
VMPluginFactory()
           
 
Method Summary
static VMPlugin getPlugin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JDK5_CLASSNAME_CHECK

private static final java.lang.String JDK5_CLASSNAME_CHECK
See Also:
Constant Field Values

JDK5_PLUGIN_NAME

private static final java.lang.String JDK5_PLUGIN_NAME
See Also:
Constant Field Values

plugin

private static VMPlugin plugin
Constructor Detail

VMPluginFactory

public VMPluginFactory()
Method Detail

getPlugin

public static VMPlugin getPlugin()


Copyright © ${year} The Codehaus. All Rights Reserved.