comparison gnv-artifacts/src/main/java/de/intevation/gnv/exports/Export.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents a0e63136954e
children b1f5f2a8840f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
9 import de.intevation.gnv.geobackend.base.Result; 9 import de.intevation.gnv.geobackend.base.Result;
10 import de.intevation.gnv.state.exception.StateException; 10 import de.intevation.gnv.state.exception.StateException;
11 11
12 /** 12 /**
13 * This interface should be implemented by a class whose instances are intended 13 * This interface should be implemented by a class whose instances are intended
14 * to export a <code>Collection</code> of <code>Result</code>s into a specific 14 * to export a <code>Collection</code> of <code>Result</code>s into a specific
15 * format (e.g. CSV or ODV). 15 * format (e.g. CSV or ODV).
16 * 16 *
17 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a> 17 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a>
18 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 18 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
19 */ 19 */
108 * accepted 108 * accepted
109 * @throws StateException if <code>result</code> is null 109 * @throws StateException if <code>result</code> is null
110 */ 110 */
111 public void create( 111 public void create(
112 Profile profile, 112 Profile profile,
113 OutputStream outputStream, 113 OutputStream outputStream,
114 Collection result 114 Collection result
115 ) 115 )
116 throws IOException, UnsupportedEncodingException, StateException; 116 throws IOException, UnsupportedEncodingException, StateException;
117 117
118 } 118 }

http://dive4elements.wald.intevation.org