jet.server.api
Interface ServerEnv


public interface ServerEnv

This interface defines methods to get the environment of the report server.


Method Summary
 int getBuildNumber()
          Get the build number of reports server.
 java.lang.String getDynamicClassDir()
          Get the dynamic class directory of the report server.
 java.lang.String getHomePath()
          Get the home path of the report server.
 WebPageOptions getWebPageOptions()
          Get web page options
 

Method Detail

getHomePath

java.lang.String getHomePath()
Get the home path of the report server. It is the install-root of reports server.

Returns:
the home path of the report server. It is the install-root of reports server.

getDynamicClassDir

java.lang.String getDynamicClassDir()
Get the dynamic class directory of the report server.

Returns:
the dynamic class directory of the report server.

getBuildNumber

int getBuildNumber()
Get the build number of reports server.

Returns:
the build number of the report server.

getWebPageOptions

WebPageOptions getWebPageOptions()
Get web page options