@ConfigurationProperties(value="jodconverter.local") @ConfigurationPropertiesScan public class JodConverterLocalProperties extends Object
| Constructor and Description |
|---|
JodConverterLocalProperties() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAfterStartProcessDelay() |
@Nullable String |
getDocumentFormatRegistry() |
@Nullable org.jodconverter.local.office.ExistingProcessAction |
getExistingProcessAction() |
@Nullable Map<String,org.jodconverter.core.document.DocumentFormatProperties> |
getFormatOptions() |
@Nullable String |
getHostName() |
@Nullable org.jodconverter.local.task.LoadDocumentMode |
getLoadDocumentMode() |
int |
getMaxTasksPerProcess() |
@Nullable String |
getOfficeHome() |
int[] |
getPortNumbers() |
@Nullable String |
getProcessManagerClass() |
long |
getProcessRetryInterval() |
long |
getProcessTimeout() |
long |
getTaskExecutionTimeout() |
long |
getTaskQueueTimeout() |
@Nullable String |
getTemplateProfileDir() |
@Nullable String |
getWorkingDir() |
boolean |
isApplyDefaultLoadProperties() |
boolean |
isDisableOpengl() |
boolean |
isEnabled() |
boolean |
isKeepAliveOnShutdown() |
boolean |
isStartFailFast() |
boolean |
isUseUnsafeQuietUpdate() |
void |
setAfterStartProcessDelay(long afterStartProcessDelay) |
void |
setApplyDefaultLoadProperties(boolean applyDefaultLoadProperties) |
void |
setDisableOpengl(boolean disableOpengl) |
void |
setDocumentFormatRegistry(@Nullable String documentFormatRegistry) |
void |
setEnabled(boolean enabled) |
void |
setExistingProcessAction(@Nullable org.jodconverter.local.office.ExistingProcessAction existingProcessAction) |
void |
setFormatOptions(@Nullable Map<String,org.jodconverter.core.document.DocumentFormatProperties> formatOptions) |
void |
setHostName(@Nullable String hostName) |
void |
setKeepAliveOnShutdown(boolean keepAliveOnShutdown) |
void |
setLoadDocumentMode(@Nullable org.jodconverter.local.task.LoadDocumentMode loadDocumentMode) |
void |
setMaxTasksPerProcess(int maxTasksPerProcess) |
void |
setOfficeHome(@Nullable String officeHome) |
void |
setPortNumbers(int[] portNumbers) |
void |
setProcessManagerClass(@Nullable String processManagerClass) |
void |
setProcessRetryInterval(long procesRetryInterval) |
void |
setProcessTimeout(long processTimeout) |
void |
setStartFailFast(boolean startFailFast) |
void |
setTaskExecutionTimeout(long taskExecutionTimeout) |
void |
setTaskQueueTimeout(long taskQueueTimeout) |
void |
setTemplateProfileDir(@Nullable String templateProfileDir) |
void |
setUseUnsafeQuietUpdate(boolean useUnsafeQuietUpdate) |
void |
setWorkingDir(@Nullable String workingDir) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public @Nullable String getOfficeHome()
public void setOfficeHome(@Nullable String officeHome)
public @Nullable String getHostName()
public void setHostName(@Nullable String hostName)
public int[] getPortNumbers()
public void setPortNumbers(int[] portNumbers)
public @Nullable String getWorkingDir()
public void setWorkingDir(@Nullable String workingDir)
public @Nullable String getTemplateProfileDir()
public void setTemplateProfileDir(@Nullable String templateProfileDir)
public @Nullable String getProcessManagerClass()
public void setProcessManagerClass(@Nullable String processManagerClass)
public long getProcessTimeout()
public void setProcessTimeout(long processTimeout)
public long getProcessRetryInterval()
public void setProcessRetryInterval(long procesRetryInterval)
public long getAfterStartProcessDelay()
public void setAfterStartProcessDelay(long afterStartProcessDelay)
public @Nullable org.jodconverter.local.office.ExistingProcessAction getExistingProcessAction()
public void setExistingProcessAction(@Nullable org.jodconverter.local.office.ExistingProcessAction existingProcessAction)
public boolean isStartFailFast()
public void setStartFailFast(boolean startFailFast)
public boolean isKeepAliveOnShutdown()
public void setKeepAliveOnShutdown(boolean keepAliveOnShutdown)
public boolean isDisableOpengl()
public void setDisableOpengl(boolean disableOpengl)
public long getTaskQueueTimeout()
public void setTaskQueueTimeout(long taskQueueTimeout)
public long getTaskExecutionTimeout()
public void setTaskExecutionTimeout(long taskExecutionTimeout)
public int getMaxTasksPerProcess()
public void setMaxTasksPerProcess(int maxTasksPerProcess)
public @Nullable String getDocumentFormatRegistry()
public void setDocumentFormatRegistry(@Nullable String documentFormatRegistry)
public @Nullable Map<String,org.jodconverter.core.document.DocumentFormatProperties> getFormatOptions()
public void setFormatOptions(@Nullable Map<String,org.jodconverter.core.document.DocumentFormatProperties> formatOptions)
public boolean isApplyDefaultLoadProperties()
public void setApplyDefaultLoadProperties(boolean applyDefaultLoadProperties)
public boolean isUseUnsafeQuietUpdate()
public void setUseUnsafeQuietUpdate(boolean useUnsafeQuietUpdate)
public @Nullable org.jodconverter.local.task.LoadDocumentMode getLoadDocumentMode()
public void setLoadDocumentMode(@Nullable org.jodconverter.local.task.LoadDocumentMode loadDocumentMode)
Copyright © 2022 - present; JODConverter. All rights reserved.