it.eng.spagobi.engines.commonj
Class CommonjEngineConfig
java.lang.Object
it.eng.spagobi.engines.commonj.CommonjEngineConfig
public class CommonjEngineConfig
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMONJ_REPOSITORY_ROOT_DIR
public static java.lang.String COMMONJ_REPOSITORY_ROOT_DIR
getInstance
public static CommonjEngineConfig getInstance()
getConfigSourceBean
public it.eng.spago.base.SourceBean getConfigSourceBean()
isAbsolutePath
public static boolean isAbsolutePath(java.lang.String path)
- Checks if is absolute path.
- Parameters:
path
- the path
- Returns:
- true, if is absolute path
getWorksRepositoryRootDir
public java.io.File getWorksRepositoryRootDir()
- Gets the runtime repository root dir.
- Returns:
- the runtime repository root dir
getEngineResourcePath
public java.lang.String getEngineResourcePath()
getJavaInstallDir
public java.lang.String getJavaInstallDir()
- Gets the java install dir.
- Returns:
- the java install dir
getEngineConfig
public it.eng.spagobi.services.common.EnginConf getEngineConfig()
setEngineConfig
public void setEngineConfig(it.eng.spagobi.services.common.EnginConf engineConfig)