comparison artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifact.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 b2115f484edb
children 694d818e99b2
comparison
equal deleted inserted replaced
268:4edaf3073109 269:d9a99b28a847
97 if (logger.isDebugEnabled()) { 97 if (logger.isDebugEnabled()) {
98 logger.debug("DefaultArtifact.out: " + identifier); 98 logger.debug("DefaultArtifact.out: " + identifier);
99 } 99 }
100 } 100 }
101 101
102 public void out(
103 String type,
104 Document format,
105 OutputStream out,
106 CallContext context
107 )
108 throws IOException
109 {
110 if (logger.isDebugEnabled()) {
111 logger.debug("DefaultArtifact.out: " + identifier);
112 }
113 }
114
102 public void setup(String identifier, ArtifactFactory factory, 115 public void setup(String identifier, ArtifactFactory factory,
103 Object context, Document data) { 116 Object context, Document data) {
104 if (logger.isDebugEnabled()) { 117 if (logger.isDebugEnabled()) {
105 logger.debug("DefaultArtifact.setup: " + identifier); 118 logger.debug("DefaultArtifact.setup: " + identifier);
106 } 119 }

http://dive4elements.wald.intevation.org