Package org.qdl_lang.config
Class VFSAbstractConfig
- java.lang.Object
-
- org.qdl_lang.config.VFSAbstractConfig
-
- All Implemented Interfaces:
VFSConfig
- Direct Known Subclasses:
VFSMemoryConfig
,VFSPassThroughConfig
,VFSSQLConfig
,VFSZipFileConfig
public abstract class VFSAbstractConfig extends Object implements VFSConfig
Created by Jeff Gaynor
on 3/4/20 at 3:13 PM
-
-
Constructor Summary
Constructors Constructor Description VFSAbstractConfig(String scheme, String mountPoint, boolean readable, boolean writeable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canRead()
boolean
canWrite()
String
getMountPoint()
String
getScheme()
String
toString()
-
-
-
Method Detail
-
getMountPoint
public String getMountPoint()
- Specified by:
getMountPoint
in interfaceVFSConfig
-
-