comparison artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifactCollection.java @ 269:d9a99b28a847

Added support for the 'type' parameter of artifacts and collections out() call. artifacts/trunk@2030 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 31 May 2011 14:53:36 +0000
parents f75f83af19e0
children 942a54670a72
comparison
equal deleted inserted replaced
268:4edaf3073109 269:d9a99b28a847
328 } 328 }
329 329
330 330
331 /** 331 /**
332 * Produce output for this collection. 332 * Produce output for this collection.
333 * @param type Specifies the output type.
333 * @param format Specifies the format of the output. 334 * @param format Specifies the format of the output.
334 * @param out Stream to write the result data to. 335 * @param out Stream to write the result data to.
335 * @param context The global context of the runtime system. 336 * @param context The global context of the runtime system.
336 * @throws IOException Thrown if an I/O occurs. 337 * @throws IOException Thrown if an I/O occurs.
337 */ 338 */
338 public void out(Document format, OutputStream out, CallContext context) 339 public void out(
340 String type,
341 Document format,
342 OutputStream out,
343 CallContext context)
339 throws IOException 344 throws IOException
340 { 345 {
341 logger.debug("DefaultArtifactCollection.out"); 346 logger.debug("DefaultArtifactCollection.out");
342 } 347 }
343 } 348 }

http://dive4elements.wald.intevation.org