Revision 11171 trunk/libraries/libGPE/src/org/gvsig/gpe/GPEParser.java

View differences:

GPEParser.java
3 3
import java.io.FileNotFoundException;
4 4
import java.io.IOException;
5 5

  
6
import org.gvsig.gpe.writer.IGPEWriterHandler;
6
import org.gvsig.gpe.writer.GPEWriterHandler;
7 7

  
8 8

  
9 9
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
......
50 50
 *
51 51
 * $Id$
52 52
 * $Log$
53
 * Revision 1.4  2007-04-12 10:21:29  jorpiell
53
 * Revision 1.5  2007-04-12 17:06:42  jorpiell
54
 * First GML writing tests
55
 *
56
 * Revision 1.4  2007/04/12 10:21:29  jorpiell
54 57
 * Add the getWriter() method
55 58
 *
56 59
 * Revision 1.3  2007/04/11 11:18:15  csanchez
......
167 170
	 * @throws FileNotFoundException
168 171
	 * If the file doesn't exist
169 172
	 */
170
	public abstract IGPEWriterHandler getWriter(String format,File file) throws IOException ;
173
	public abstract GPEWriterHandler getWriter(String format,File file) throws IOException ;
171 174
	
172 175
	/**
173 176
	 * @return the contentHandler

Also available in: Unified diff