Revision 44189 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
28 28
import java.io.IOException;
29 29
import java.io.InputStream;
30 30
import java.io.OutputStream;
31
import java.net.URL;
31 32
import java.util.List;
32 33

  
33 34
import org.gvsig.fmap.dal.exception.DataException;
35
import static org.gvsig.tools.dataTypes.DataTypes.URL;
34 36
import org.gvsig.tools.dispose.Disposable;
35 37

  
36 38
/**
......
43 45
public interface DataServerExplorer extends Disposable, DataFactoryUnit {
44 46

  
45 47
    public interface DataResource extends Closeable {
48
        public URL getURL();
49
        
46 50
        public boolean exists();
47 51
        
48 52
        public InputStream asInputStream() throws IOException;

Also available in: Unified diff