Package org.qdl_lang.config
Interface VFSConfig
-
- All Known Implementing Classes:
VFSAbstractConfig
,VFSMemoryConfig
,VFSPassThroughConfig
,VFSSQLConfig
,VFSZipFileConfig
public interface VFSConfig
Created by Jeff Gaynor
on 2/27/20 at 12:49 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canRead()
boolean
canWrite()
String
getMountPoint()
String
getScheme()
String
getType()
-