Class MSOutlookConverter
- java.lang.Object
-
- com.levigo.jadice.server.msoffice.CommandReceiver
-
- com.levigo.jadice.server.msoffice.MSOutlookConverter
-
public class MSOutlookConverter extends CommandReceiver
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.levigo.jadice.server.msoffice.CommandReceiver
CommandReceiver.ResultHandler
-
-
Field Summary
Fields Modifier and Type Field Description static String
BODY_FILENAME_PREFIX
List<String>
itemsToPreserve
-
Constructor Summary
Constructors Modifier Constructor Description protected
MSOutlookConverter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(File inFile, Format format, ExportFilter filter, Map<String,String> parameters, List<File> results)
String
getOfficeVersion()
String
getProcessName()
static void
main(String[] args)
protected boolean
needFormatInfo()
protected void
ping()
void
setDebug(boolean enable)
void
shutdown()
void
start()
-
Methods inherited from class com.levigo.jadice.server.msoffice.CommandReceiver
finalize, getApplicationName, getExportConfiguration, getLatch, getOfficeMajorVersion, getStackTrace, isExportAllPages, isPropagateProcessID, pagesAsString, propagateProcessID, run, sendInfo, sendWarning
-
-
-
-
Field Detail
-
BODY_FILENAME_PREFIX
public static final String BODY_FILENAME_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProcessName
public String getProcessName()
- Specified by:
getProcessName
in classCommandReceiver
-
start
public void start() throws MSOfficeStartupException
- Specified by:
start
in classCommandReceiver
- Throws:
MSOfficeStartupException
-
getOfficeVersion
public String getOfficeVersion()
- Specified by:
getOfficeVersion
in classCommandReceiver
-
ping
protected void ping() throws Throwable
- Specified by:
ping
in classCommandReceiver
- Throws:
Throwable
-
convert
public void convert(File inFile, Format format, ExportFilter filter, Map<String,String> parameters, List<File> results) throws Exception
- Specified by:
convert
in classCommandReceiver
- Throws:
Exception
-
shutdown
public void shutdown() throws Exception
- Specified by:
shutdown
in classCommandReceiver
- Throws:
Exception
-
needFormatInfo
protected boolean needFormatInfo()
- Specified by:
needFormatInfo
in classCommandReceiver
-
setDebug
public void setDebug(boolean enable)
- Specified by:
setDebug
in classCommandReceiver
-
-