comparison flys-artifacts/src/main/java/de/intevation/flys/utils/ArtifactMapfileGenerator.java @ 5309:b55975761708

Changed visiblitiy of some methods. TODO: A lot of refactoring. A lot of functions may be moved to Utils.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 14 Mar 2013 17:18:41 +0100
parents 63617e142dfe
children
comparison
equal deleted inserted replaced
5308:7712dacc27ab 5309:b55975761708
33 protected String getMapserverTemplatePath() { 33 protected String getMapserverTemplatePath() {
34 return FLYSUtils.getXPathString(FLYSUtils.XPATH_FLOODMAP_MAPSERVER_TEMPLATE_PATH); 34 return FLYSUtils.getXPathString(FLYSUtils.XPATH_FLOODMAP_MAPSERVER_TEMPLATE_PATH);
35 } 35 }
36 36
37 @Override 37 @Override
38 protected String getMapserverUrl() { 38 public String getMapserverUrl() {
39 return FLYSUtils.getXPathString(FLYSUtils.XPATH_FLOODMAP_MAPSERVER_URL); 39 return FLYSUtils.getXPathString(FLYSUtils.XPATH_FLOODMAP_MAPSERVER_URL);
40 } 40 }
41 41
42 /** 42 /**
43 * Method which starts searching for meta information file and mapfile 43 * Method which starts searching for meta information file and mapfile

http://dive4elements.wald.intevation.org