comparison backend/src/main/java/org/dive4elements/river/importer/common/ParsingState.java @ 8971:50416a0df385

Importer for the Schifffahrt (S-INFO) and Oekologie (U-INFO) files
author mschaefer
date Tue, 03 Apr 2018 10:18:30 +0200
parents
children
comparison
equal deleted inserted replaced
8970:da5dc7446652 8971:50416a0df385
1 /* Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 *
6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details.
9 */
10
11 package org.dive4elements.river.importer.common;
12
13 /**
14 * Return of a parser's line handling method
15 *
16 * @author Matthias Schäfer
17 */
18 public enum ParsingState {
19 CONTINUE, // no match, continue with other handlers
20 IGNORE, // match, content ignored
21 DONE, // match, content handled
22 STOP // severe error, stop the parsing loop
23 }

http://dive4elements.wald.intevation.org