[root]/proposal/myrmidon/src/java/org/apache/myrmidon/components/store
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 6 (100.0%) | 79 (100.0%) | 13.1 |
adammurdoch | 2 (33.3%) | 48 (60.8%) | 24.0 |
donaldp | 4 (66.7%) | 31 (39.2%) | 7.7 |
zappity zap
0 lines of code changed in:
* Moved PropertyStore to interfaces.property. Left DefaultPropertyStore
where it was.
* Changed PropertyResolver.resolveProperties() to use a PropertyStore,
rather than a TaskContext.
* Changed PropertyStore methods to throw a TaskException.
* Changed contract of PropertyStore.getProperty() to throw exception if the
requested property is not set.
48 lines of code changed in:
Introduce the concept of a PropertyStore. The PropertyStore is where all the properties are stored (oh der!) and it is where things like immutability, scoping and so forth are controlled from.
31 lines of code changed in: