Mercurial > dive4elements > framework
log artifact-database/src/main/java/de/intevation/artifactdatabase/state/Output.java @ 439:d044ee5bc2d8
age | author | description |
---|---|---|
2011-12-16 | Ingo Weinzierl | Extended the Output interface and its default implementation with a method to replace an existing list of Facets. |
2011-12-14 | Ingo Weinzierl | Added interfaces for a Settings hierachy currently used for Outputs. |
2011-07-19 | Ingo Weinzierl | Added a addFacets(List<Facet) method to Outputs to be able to add more than only a single facet to an output. |
2011-07-08 | Ingo Weinzierl | Outputs can have a member variable 'type' that should make it easier to distinguish the type of an Output. |
2011-04-21 | Ingo Weinzierl | Added a method to add new facets to an output. |
2011-03-30 | Ingo Weinzierl | Added support for facets - facets of output modes are read from configuration now. |
2011-03-22 | Ingo Weinzierl | Enhanced the abstract state: the output modes are read now. |