E I J M R S

E

execParam(String) - Static method in class jmrun.JMRun
Runs command in "cmdLine"
execWait(String, String, boolean, long, long) - Static method in class jmrun.JMRun
Runs application from "cmdLine" with file synchronization. execWait creates synchronization file, starts "cmdLine" command and waits till termination of this command, which is syncronized by means of existence of syncronization file.
execWaitPref(String, String, boolean, long, long) - Static method in class jmrun.JMRun
Runs application from "cmdLine" with Java Preferences synchronization. execWaitPref sets synchronization preference flag, starts "cmdLine" command and waits till termination of this command, which is syncronized by means of existence of syncronization preference flag.

I

isSetPrefStr(String) - Static method in class jmrun.JMRun
Checks if preferences key value is set to "1" returns true, else returns false

J

jmrun - package jmrun
 
JMRun - class jmrun.JMRun.
Provides:

M

main(String[]) - Static method in class jmrun.JMRun
This is a dual-purpose method: 1.

R

resetPrefFlag(String) - Static method in class jmrun.JMRun
Removes preferences key

S

setPrefFlag(String) - Static method in class jmrun.JMRun
Sets preferences key value to "1"
settleDllDestination(String, String, String, String) - Static method in class jmrun.JMRun
Checks for availability of the dllFileName in destPath folder.
start(String) - Static method in class jmrun.JMRun
Runs commands from script file where each line is a separate command string

E I J M R S