* @return a list of modules
*/
public static List<IJanewayModule> getModules() {
BufferedReader inFile; /* the module config file */
String modPackage; /* the location of the current class to load */
IJanewayModule currMod; /* the current module object */
ClassLoader classLoader = Janeway.class.getClassLoader();
List<IJanewayModule> retVal = new ArrayList<IJanewayModule>(); /* The list of modules to be returned */
// Attempt to dynamically load the modules, based on the contents of
// the modules.conf file