comparison gnv-artifacts/src/main/java/de/intevation/gnv/utils/MetaWriter.java @ 807:a645bd23c1c8

Added more javadoc. Removed trailing whitespace. gnv-artifacts/trunk@889 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 08 Apr 2010 15:24:45 +0000
parents 2cea76f1112e
children 164d102b0af5
comparison
equal deleted inserted replaced
806:2cea76f1112e 807:a645bd23c1c8
23 import org.w3c.dom.Element; 23 import org.w3c.dom.Element;
24 24
25 /** 25 /**
26 * This class provides some methods to create files storing meta information 26 * This class provides some methods to create files storing meta information
27 * about wms layers and a map service which serves these layers. 27 * about wms layers and a map service which serves these layers.
28 * 28 *
29 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 29 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
30 */ 30 */
31 public class MetaWriter { 31 public class MetaWriter {
32 32
33 private static Logger logger = Logger.getLogger(MetaWriter.class); 33 private static Logger logger = Logger.getLogger(MetaWriter.class);
50 private MetaWriter() { 50 private MetaWriter() {
51 } 51 }
52 52
53 /** 53 /**
54 * Writes a meta information file for product type 'Layer'. 54 * Writes a meta information file for product type 'Layer'.
55 * 55 *
56 * @param context CallContext object. 56 * @param context CallContext object.
57 * @param uuid The UUID of the current artifact. 57 * @param uuid The UUID of the current artifact.
58 * @param path The destination of the meta file. 58 * @param path The destination of the meta file.
59 * @param paramType The parameter type. 59 * @param paramType The parameter type.
60 * @param layerType The layer type. 60 * @param layerType The layer type.

http://dive4elements.wald.intevation.org