Revision 20660 trunk/libraries/libFMap_dataFile/src/org/gvsig/data/datastores/vectorial/file/IFileResource.java

View differences:

IFileResource.java
32 32

  
33 33
import java.io.File;
34 34

  
35
import org.gvsig.data.exception.OpenException;
36

  
35 37
/**
36 38
 * @author jmvivo
37 39
 *
38 40
 */
39 41
public interface IFileResource {
40 42
	public File getFile();
43

  
44
	/**
45
	 *
46
	 * @return number of real files used by this resource
47
	 */
48
	public int getTotalFiles();
41 49
}
42 50

  

Also available in: Unified diff