Package org.neuroml.export.neuron
Class ProcessManager
- java.lang.Object
-
- org.neuroml.export.neuron.ProcessManager
-
public class ProcessManager extends Object
- Author:
- Padraig Gleeson
-
-
Constructor Summary
Constructors Constructor Description ProcessManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
compileFileWithNeuron(File modDirectory, boolean forceRecompile)
static File
findNeuronHome()
static void
main(String[] args)
-
-
-
Method Detail
-
findNeuronHome
public static File findNeuronHome() throws org.neuroml.model.util.NeuroMLException
- Throws:
org.neuroml.model.util.NeuroMLException
-
compileFileWithNeuron
public static boolean compileFileWithNeuron(File modDirectory, boolean forceRecompile) throws org.neuroml.model.util.NeuroMLException
- Throws:
org.neuroml.model.util.NeuroMLException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-