Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.convert.ooomanager
Interface OOoManagerService

All Known Implementing Classes:
OOoManagerComponent

public interface OOoManagerService

OOoManagerService can either start or stop OpenOffice pool server and return an OfficeDocumentConverter.

Author:
Laurent Doguin

Method Summary
 org.artofsolving.jodconverter.OfficeDocumentConverter getDocumentConverter()
           
 boolean isOOoManagerStarted()
           
 void startOOoManager()
           
 void stopOOoManager()
           
 

Method Detail

getDocumentConverter

org.artofsolving.jodconverter.OfficeDocumentConverter getDocumentConverter()

stopOOoManager

void stopOOoManager()

startOOoManager

void startOOoManager()
                     throws IOException
Throws:
IOException

isOOoManagerStarted

boolean isOOoManagerStarted()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.