de.espirit.firstspirit.module
Interface ProjectEnvironment

All Superinterfaces:
ServerEnvironment
All Known Subinterfaces:
WebEnvironment

public interface ProjectEnvironment
extends ServerEnvironment

Since:
4.1

Method Summary
 String getInstalledVersion()
          returns the installed version string of the component
 Project getProject()
          Returns project.
 long getProjectId()
          Returns project id
 
Methods inherited from interface de.espirit.firstspirit.module.ServerEnvironment
getConfDir, getConnection, getDataDir, getLogDir, getScope
 

Method Detail

getInstalledVersion

String getInstalledVersion()
returns the installed version string of the component

Specified by:
getInstalledVersion in interface ServerEnvironment
Returns:
installed version string of the component
Since:
4.1

getProjectId

long getProjectId()
Returns project id

Returns:
project id
Since:
4.1

getProject

@Nullable
Project getProject()
Returns project.

Returns:
project.
Since:
4.1


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480