com.caucho.server.resin
Class Resin.Var

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

public class Resin.Var
extends java.lang.Object

EL variables


Constructor Summary
Resin.Var()
           
 
Method Summary
 java.lang.String getAddress()
          Returns the local address
 Path getConf()
          Returns the resin config.
 Path getHome()
          Returns the resin home.
 java.lang.String getHostName()
          Returns the local hostname
 java.lang.String getId()
          Returns the resin.id
 Path getRoot()
          Returns the root directory.
 Path getRootDir()
          Returns the root directory.
 Path getRootDirectory()
          Returns the root directory.
 java.lang.String getServerId()
          Returns the -server id
 java.lang.String getUserName()
           
 java.lang.String getVersion()
          Returns the version
 java.lang.String getVersionDate()
          Returns the version date
 boolean isProfessional()
          Returns true for Resin professional.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resin.Var

public Resin.Var()
Method Detail

getId

public java.lang.String getId()
Returns the resin.id


getAddress

public java.lang.String getAddress()
Returns the local address

Returns:
IP address

getConf

public Path getConf()
Returns the resin config.


getHome

public Path getHome()
Returns the resin home.


getRoot

public Path getRoot()
Returns the root directory.

Returns:
the root directory

getUserName

public java.lang.String getUserName()

getVersion

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

Returns:
version

getVersionDate

public java.lang.String getVersionDate()
Returns the version date

Returns:
version

getHostName

public java.lang.String getHostName()
Returns the local hostname

Returns:
version

getRootDir

public Path getRootDir()
Returns the root directory.

Returns:
resin.home

getRootDirectory

public Path getRootDirectory()
Returns the root directory.

Returns:
resin.home

isProfessional

public boolean isProfessional()
Returns true for Resin professional.


getServerId

public java.lang.String getServerId()
Returns the -server id