Class MSExcelConverter
- java.lang.Object
-
- com.levigo.jadice.server.msoffice.CommandReceiver
-
- com.levigo.jadice.server.msoffice.MSExcelConverter
-
public class MSExcelConverter extends CommandReceiver
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.levigo.jadice.server.msoffice.CommandReceiver
CommandReceiver.ResultHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMSExcelConverter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvert(File inFile, Format format, ExportFilter filter, Map<String,String> parameters, List<File> results)StringgetOfficeVersion()StringgetProcessName()static voidmain(String[] args)protected booleanneedFormatInfo()protected voidping()voidsetDebug(boolean enable)voidshutdown()voidstart()-
Methods inherited from class com.levigo.jadice.server.msoffice.CommandReceiver
finalize, getApplicationName, getExportConfiguration, getLatch, getOfficeMajorVersion, getStackTrace, isExportAllPages, isPropagateProcessID, pagesAsString, propagateProcessID, run, sendInfo, sendWarning
-
-
-
-
Method Detail
-
needFormatInfo
protected boolean needFormatInfo()
- Specified by:
needFormatInfoin classCommandReceiver
-
start
public void start() throws MSOfficeStartupException- Specified by:
startin classCommandReceiver- Throws:
MSOfficeStartupException
-
setDebug
public void setDebug(boolean enable)
- Specified by:
setDebugin classCommandReceiver
-
getOfficeVersion
public String getOfficeVersion()
- Specified by:
getOfficeVersionin classCommandReceiver
-
getProcessName
public String getProcessName()
- Specified by:
getProcessNamein classCommandReceiver
-
ping
protected void ping() throws Throwable- Specified by:
pingin classCommandReceiver- Throws:
Throwable
-
convert
public void convert(File inFile, Format format, ExportFilter filter, Map<String,String> parameters, List<File> results) throws Exception
- Specified by:
convertin classCommandReceiver- Throws:
Exception
-
shutdown
public void shutdown() throws Exception- Specified by:
shutdownin classCommandReceiver- Throws:
Exception
-
-