public class RuntimeSettings extends Object implements JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
RuntimeSettings()
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
static Path |
generateTempDirectory(String baseName)
Generates a temporary directory
|
static Path |
generateTempFile(String prefix,
String suffix)
Generates a temporary directory
|
int |
getDefaultQuickRunThreads() |
int |
getDefaultRunThreads() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
static RuntimeSettings |
getInstance() |
int |
getLogLimit() |
int |
getRealTimeRunDelay() |
OptionalPathParameter |
getTempDirectory() |
boolean |
isAllowCache() |
boolean |
isAllowSkipAlgorithmsWithoutInput() |
boolean |
isRealTimeRunEnabled() |
boolean |
isShowQuickRunSetupWindow() |
void |
setAllowCache(boolean allowCache) |
void |
setAllowSkipAlgorithmsWithoutInput(boolean allowSkipAlgorithmsWithoutInput) |
boolean |
setDefaultQuickRunThreads(int defaultTestBenchThreads)
Sets the number of threads for test bench
|
boolean |
setDefaultRunThreads(int defaultRunThreads)
Sets the number of threads
|
void |
setLogLimit(int logLimit) |
void |
setRealTimeRunDelay(int realTimeRunDelay) |
void |
setRealTimeRunEnabled(boolean realTimeRunEnabled) |
void |
setShowQuickRunSetupWindow(boolean showQuickRunSetupWindow) |
void |
setTempDirectory(OptionalPathParameter tempDirectory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public static final String ID
public static RuntimeSettings getInstance()
public static Path generateTempDirectory(String baseName)
baseName
- optional base namepublic static Path generateTempFile(String prefix, String suffix)
prefix
- prefixsuffix
- suffixpublic EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public boolean isShowQuickRunSetupWindow()
public void setShowQuickRunSetupWindow(boolean showQuickRunSetupWindow)
public boolean isAllowSkipAlgorithmsWithoutInput()
public void setAllowSkipAlgorithmsWithoutInput(boolean allowSkipAlgorithmsWithoutInput)
public boolean isAllowCache()
public void setAllowCache(boolean allowCache)
public OptionalPathParameter getTempDirectory()
public void setTempDirectory(OptionalPathParameter tempDirectory)
public int getDefaultRunThreads()
public boolean setDefaultRunThreads(int defaultRunThreads)
defaultRunThreads
- threadspublic int getDefaultQuickRunThreads()
public boolean setDefaultQuickRunThreads(int defaultTestBenchThreads)
defaultTestBenchThreads
- threadspublic int getRealTimeRunDelay()
public void setRealTimeRunDelay(int realTimeRunDelay)
public boolean isRealTimeRunEnabled()
public void setRealTimeRunEnabled(boolean realTimeRunEnabled)
public int getLogLimit()
public void setLogLimit(int logLimit)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.