SeSimClassLoader almost complete

This commit is contained in:
2017-11-21 00:34:03 +01:00
parent 3f07b9e002
commit 90c2fbd386
5 changed files with 71 additions and 63 deletions

View File

@ -150,9 +150,9 @@ public class Globals {
tloader = new AutoTraderLoader(default_pathlist);
IndicatorLoader<Indicator> il = new IndicatorLoader<>(Indicator.class);
SeSimClassLoader<Indicator> il = new SeSimClassLoader<>(Indicator.class);
il.setDefaultPathList(default_pathlist);
il.getInstalled();
ArrayList<Class<Indicator>>ires = il.getInstalled();
}