comparison flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 2728:306b9d0f0fb3

Cosmetics. flys-artifacts/trunk@4461 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 22 May 2012 15:29:54 +0000
parents 226c360febae
children 83b22ccf48da
comparison
equal deleted inserted replaced
2727:7fdfb1770d21 2728:306b9d0f0fb3
171 } 171 }
172 return attrs; 172 return attrs;
173 } 173 }
174 174
175 175
176 /**
177 * True if current MasterArtifact has given output.
178 * @param name Name of the output of interest.
179 * @param context current context
180 * @return true iff current mater artifact has given output.
181 */
176 protected boolean outputExists(String name, CallContext context) { 182 protected boolean outputExists(String name, CallContext context) {
177 FLYSArtifact master = getMasterArtifact(context); 183 FLYSArtifact master = getMasterArtifact(context);
178 List<Output> outList = master.getOutputs(context); 184 List<Output> outList = master.getOutputs(context);
179 185
180 for (Output o : outList) { 186 for (Output o : outList) {

http://dive4elements.wald.intevation.org