Package uk.ac.gda.server.ncd.data
Class BiosaxsProcessingRunner
java.lang.Object
gda.factory.FindableBase
uk.ac.gda.server.ncd.data.ProcessingRunner
uk.ac.gda.server.ncd.data.BiosaxsProcessingRunner
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object arg0) booleancontainsValue(Object arg0) entrySet()booleanisEmpty()keySet()voidvoidsetDetectorInfo(StoredDetectorInfo detectorInfo) voidsetEnvironment(Map<String, String> environment) voidsetExecutablePath(String executablePath) intsize()voidtriggerProcessing(String... args) values()Methods inherited from class uk.ac.gda.server.ncd.data.ProcessingRunner
__call__Methods inherited from class gda.factory.FindableBase
equals, getName, hashCode, setNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
BiosaxsProcessingRunner
public BiosaxsProcessingRunner()
-
-
Method Details
-
getDetectorInfo
-
setDetectorInfo
-
triggerProcessing
- Specified by:
triggerProcessingin classProcessingRunner- Throws:
IOException
-
getExecutablePath
-
setExecutablePath
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,String>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,String>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
getEnvironment
-
setEnvironment
-