Mercurial > dive4elements > framework
log artifact-database/src/main/java/de/intevation/artifactdatabase/state/Output.java @ 389:ea263ee87563
age | author | description |
---|---|---|
Fri, 16 Dec 2011 09:14:14 +0000 | Ingo Weinzierl | Extended the Output interface and its default implementation with a method to replace an existing list of Facets. |
Wed, 14 Dec 2011 09:41:44 +0000 | Ingo Weinzierl | Added interfaces for a Settings hierachy currently used for Outputs. |
Tue, 19 Jul 2011 06:59:19 +0000 | Ingo Weinzierl | Added a addFacets(List<Facet) method to Outputs to be able to add more than only a single facet to an output. |
Fri, 08 Jul 2011 08:20:59 +0000 | Ingo Weinzierl | Outputs can have a member variable 'type' that should make it easier to distinguish the type of an Output. |
Thu, 21 Apr 2011 13:43:24 +0000 | Ingo Weinzierl | Added a method to add new facets to an output. |
Wed, 30 Mar 2011 14:45:15 +0000 | Ingo Weinzierl | Added support for facets - facets of output modes are read from configuration now. |
Tue, 22 Mar 2011 16:06:35 +0000 | Ingo Weinzierl | Enhanced the abstract state: the output modes are read now. |