Revision 23327 branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/DataExplorerParameters.java

View differences:

DataExplorerParameters.java
1 1
package org.gvsig.fmap.data;
2

  
3 2
import com.iver.utiles.XMLEntity;
4 3

  
4

  
5
/**
6
 * <p>Defines and contains minimum parameters needed to
7
 * access data sources. The diference with DataStoreParameters 
8
 * is that this only has minimum information to get the source</p>
9
 * <br>
10
 * <p>Register of DataExplorerParameters is like DataStoreParameters. 
11
 * We need a class to use it (this class must implements DataStore interface) 
12
 * and the class to use the parameters (that must implements this 
13
 * interface)</p>
14
 *  
15
 * @author vacevedo
16
 *
17
 */
5 18
public interface DataExplorerParameters {
6 19

  
7 20
	public String getDataExplorerName();

Also available in: Unified diff