Alright, so I am trying to make it really easy to ...
# announcements
a
Alright, so I am trying to make it really easy to interact with a YAML config and am using a selector I made to map options to factory objects. (factory of factory?). The problem is
PlotRegionFactory
still gets loaded even if no one ever selects
"plotsquared"
. If they do not have this installed, line 21:
plotAPI = PlotAPI()
will throw an exception
java.lang.NoClassDefFoundError
. Any advice on how to restructure this? Thanks.