summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/components
AgeCommit message (Collapse)Author
2016-04-03General code refactoring and maintenancebculkin2442
2016-03-31More code maintenancebculkin2442
2016-03-30Added error-checking and input validationbculkin2442
2016-03-29Some more minor tweaks to componentsbculkin2442
2016-03-28Added parser for component descriptionsbculkin2442
2016-03-27Adapted component repository implementation to use files, not streamsbculkin2442
This change was made because a component reader might care about where it's reading a component from.
2016-03-22General formatting cleanup and documentation updatebculkin2442
2016-03-16Implemented basic description holderbculkin2442
The intent is that components that have a hardcoded description or don't want to store it themselves use this bean.
2016-03-01Implemented support for component-based shenanigans.bculkin2442
By default, only a source for retrieving components from streams is implemented