comparison artifacts/src/main/java/org/dive4elements/river/collections/FLYSArtifactCollection.java @ 5865:73da40528cf2

River artifacts: Renamed FLYSUtils to RiverUtils.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:09:31 +0200
parents 4897a58c8746
children 9a6741ccf6d4
comparison
equal deleted inserted replaced
5864:f2e46a668fe6 5865:73da40528cf2
39 import org.dive4elements.artifacts.common.utils.XMLUtils; 39 import org.dive4elements.artifacts.common.utils.XMLUtils;
40 import org.dive4elements.river.artifacts.FLYSArtifact; 40 import org.dive4elements.river.artifacts.FLYSArtifact;
41 import org.dive4elements.river.artifacts.context.FLYSContext; 41 import org.dive4elements.river.artifacts.context.FLYSContext;
42 import org.dive4elements.river.exports.OutGenerator; 42 import org.dive4elements.river.exports.OutGenerator;
43 import org.dive4elements.river.exports.OutputHelper; 43 import org.dive4elements.river.exports.OutputHelper;
44 import org.dive4elements.river.utils.FLYSUtils; 44 import org.dive4elements.river.utils.RiverUtils;
45 45
46 /** 46 /**
47 * Collection of artifacts, can do outs, describe. 47 * Collection of artifacts, can do outs, describe.
48 * Lots of stuff done in AttributeParser and AttributeWriter. 48 * Lots of stuff done in AttributeParser and AttributeWriter.
49 * Critical out and facet merging. 49 * Critical out and facet merging.
474 ArtifactDatabase db, 474 ArtifactDatabase db,
475 CallContext context, 475 CallContext context,
476 AttributeParser aParser, 476 AttributeParser aParser,
477 String[] uuids) 477 String[] uuids)
478 { 478 {
479 FLYSContext flysContext = FLYSUtils.getFlysContext(context); 479 FLYSContext flysContext = RiverUtils.getFlysContext(context);
480 StateEngine engine = (StateEngine) flysContext.get( 480 StateEngine engine = (StateEngine) flysContext.get(
481 FLYSContext.STATE_ENGINE_KEY); 481 FLYSContext.STATE_ENGINE_KEY);
482 482
483 if (engine == null) { 483 if (engine == null) {
484 log.error("buildOutAttributes: engine == null"); 484 log.error("buildOutAttributes: engine == null");

http://dive4elements.wald.intevation.org