Revision 43020 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/DataServerExplorer.java

View differences:

DataServerExplorer.java
36 36
 * More specifically, this interface provides a list of the available data
37 37
 * stores in a server.
38 38
 */
39
public interface DataServerExplorer extends Disposable {
39
public interface DataServerExplorer extends Disposable, DataFactoryUnit {
40 40

  
41 41
	/**
42 42
	 * Returns the DataServerExplorer's name
......
164 164
         * @throws DataException 
165 165
         */
166 166
        public File getResourcePath(DataStore dataStore, String resourceName) throws DataException;
167

  
167
    
168
    public SQLBuilder createSQLBuilder();
168 169
}

Also available in: Unified diff