comparison flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 3081:26119b7b3154

Fixing output generator hacking flys-artifacts/trunk@4677 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Sun, 17 Jun 2012 20:45:01 +0000
parents 83b22ccf48da
children 1203e12c97a6
comparison
equal deleted inserted replaced
3080:dc2765e31e1f 3081:26119b7b3154
175 175
176 /** 176 /**
177 * True if current MasterArtifact has given output. 177 * True if current MasterArtifact has given output.
178 * @param name Name of the output of interest. 178 * @param name Name of the output of interest.
179 * @param context current context 179 * @param context current context
180 * @return true iff current mater artifact has given output. 180 * @return true if current master artifact has given output.
181 */ 181 */
182 protected boolean outputExists(String name, CallContext context) { 182 protected boolean outputExists(String name, CallContext context) {
183 FLYSArtifact master = getMasterArtifact(context); 183 FLYSArtifact master = getMasterArtifact(context);
184 List<Output> outList = master.getOutputs(context); 184 List<Output> outList = master.getOutputs(context);
185 185

http://dive4elements.wald.intevation.org