jet.server.api
Interface ServerEnv


public interface ServerEnv

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


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

Method Detail

getHomePath

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

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

getDynamicClassDir

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

Returns:
the dynamic class directory of the report server.

getBuildNumber

int getBuildNumber()
Gets the build number of the report server.

Returns:
the build number of the report server.

getWebPageOptions

WebPageOptions getWebPageOptions()
Gets web page options.

Returns:
web page options