Uses of Class
org.xwiki.officeimporter.server.OfficeServerException
-
Packages that use OfficeServerException Package Description org.xwiki.officeimporter.server -
-
Uses of OfficeServerException in org.xwiki.officeimporter.server
Methods in org.xwiki.officeimporter.server that throw OfficeServerException Modifier and Type Method Description void
OfficeServer. start()
If an internally managed office server is configured (xwiki.properties), this method will start an office server process and connect to it.void
OfficeServer. stop()
If an internally managed office server is configured (xwiki.properties), this method will disconnect from the office server and terminate the server process.
-