summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/components
AgeCommit message (Collapse)Author
2017-04-10Cleanupbculkin2442
2017-03-25Separate general I/O from parsing.bculkin2442
2017-03-17Add toString/equals/hashCode/compareTo part 1bjculkin
Adds utility methods to classes that need them. This covers the cli & component packages.
2017-03-14CleanupEVE
2017-03-13FormattingEVE
2016-11-10Doc updatesbculkin2442
2016-10-21Documentationbculkin2442
2016-09-28Formatting passbculkin2442
2016-07-28Format/Cleanup passbculkin2442
2016-05-10General updatebculkin2442
2016-05-07General changesbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-22Formatting changesbculkin2442
2016-04-17Code maintenace and changesbculkin2442
2016-04-13Removed old data typesbculkin2442
2016-04-13Converted to use file traversal methodbculkin2442
2016-04-08Switch functional data to use interfacesbculkin2442
2016-04-06Minor bugfixes/changes, as well as beginnings of CLI systemsbculkin2442
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