public interface CommandlineRunnable
void run(Object toRun, String[] options) throws IllegalArgumentException
toRun - the object to executeoptions - any options to pass to the objectIllegalArgumentException - if the object is not of the expected
type.Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.