Class Runner
- java.lang.Object
-
- org.openprovenance.prov.template.log2prov.Runner
-
public class Runner extends Object
-
-
Constructor Summary
Constructors Constructor Description Runner(ProvFactory pf)
-
Method Summary
Modifier and Type Method Description static voidmain(String[] args)longprocessLog(String in, String out, String flag)voidprocessLogWithTime(String in, String out, String flag)
-
-
-
Constructor Detail
-
Runner
public Runner(ProvFactory pf)
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, ClassNotFoundException, NoSuchMethodException, SecurityException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
processLogWithTime
public void processLogWithTime(String in, String out, String flag) throws IOException, ClassNotFoundException, NoSuchMethodException, SecurityException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
processLog
public long processLog(String in, String out, String flag) throws FileNotFoundException, IOException, ClassNotFoundException, NoSuchMethodException, SecurityException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
-