Revision 42879 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
23 23
 */
24 24
package org.gvsig.fmap.dal;
25 25

  
26
import java.io.File;
26 27
import java.util.List;
27 28

  
28 29
import org.gvsig.fmap.dal.exception.DataException;
......
152 153
	 */
153 154
	public List getDataStoreProviderNames();
154 155

  
156
        /**
157
         * Return the file resource associated to this name and store.
158
         * If the resource not exists or the explorer don't support this opperation
159
         * return null.
160
         * 
161
         * @param dataStore
162
         * @param resourceName
163
         * @return file resource or null
164
         * @throws DataException 
165
         */
166
        public File getResourcePath(DataStore dataStore, String resourceName) throws DataException;
167

  
155 168
}

Also available in: Unified diff