com.caucho.server.resin
Class Resin.JavaVar

java.lang.Object
  extended by com.caucho.server.resin.Resin.JavaVar
Enclosing class:
Resin

public class Resin.JavaVar
extends java.lang.Object

Java variables


Constructor Summary
Resin.JavaVar()
           
 
Method Summary
 Path getHome()
          Returns the JDK home
 java.util.Properties getProperties()
          Returns the JDK properties
 java.lang.String getUserName()
          Returns the user name
 java.lang.String getVersion()
          Returns the JDK version
 boolean isJava5()
          Returns true for JDK 5
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resin.JavaVar

public Resin.JavaVar()
Method Detail

isJava5

public boolean isJava5()
Returns true for JDK 5


getProperties

public java.util.Properties getProperties()
Returns the JDK properties


getUserName

public java.lang.String getUserName()
Returns the user name


getVersion

public java.lang.String getVersion()
Returns the JDK version


getHome

public Path getHome()
Returns the JDK home