summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/utils/Resource.java
AgeCommit message (Collapse)Author
2014-01-23Refactored Resource into a new ResourceLoader interface, which allowsAndrew Branson
CRISTAL processes in other enviroments with complex class loading (e.g. OSGi) to supply their own resource and class loader to the kernel and its modules. Fixes #149
2013-04-05Debug resource location at log 5Andrew Branson
2013-02-14Give module namespace in text resource load log.Andrew Branson
2013-02-13getAllTextResources finds all matching in kernel and modulesAndrew Branson
getAllBaseURLs returns all modules and kernel findTextResource searches kernel first - no overriding
2013-01-24Fix crash when module ResourceURL is invalidAndrew Branson
2012-06-29Pull remaining graph GUI components into cristal-guiAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson