ScriptService
with hint "officemanager" instead; the office manager script
service has a method to retrieve the configuration, OfficeServerScriptService.getConfig()
@Deprecated public class OpenOfficeConfigurationVelocityBridge extends Object
OpenOfficeConfiguration
and velocity scripts.Constructor and Description |
---|
OpenOfficeConfigurationVelocityBridge(OpenOfficeConfiguration ooConfig)
Deprecated.
Creates a new
OpenOfficeConfigurationVelocityBridge instance. |
Modifier and Type | Method and Description |
---|---|
String |
getHomePath()
Deprecated.
|
int |
getMaxTasksPerProcess()
Deprecated.
|
String |
getProfilePath()
Deprecated.
|
int |
getServerPort()
Deprecated.
|
int |
getServerType()
Deprecated.
|
long |
getTaskExecutionTimeout()
Deprecated.
|
boolean |
isAutoStart()
Deprecated.
|
public OpenOfficeConfigurationVelocityBridge(OpenOfficeConfiguration ooConfig)
OpenOfficeConfigurationVelocityBridge
instance.ooConfig
- the OpenOfficeConfiguration
component.public int getServerType()
OpenOfficeConfiguration.getServerType()
public int getServerPort()
OpenOfficeConfiguration.getServerPort()
public boolean isAutoStart()
public String getHomePath()
OpenOfficeConfiguration.getHomePath()
public String getProfilePath()
OpenOfficeConfiguration.getProfilePath()
public int getMaxTasksPerProcess()
OpenOfficeConfiguration.getMaxTasksPerProcess()
public long getTaskExecutionTimeout()
OpenOfficeConfiguration.getTaskExecutionTimeout()
Copyright © 2004–2021 XWiki. All rights reserved.