Package org.qdl_lang.config
Class VFSAbstractConfig
- java.lang.Object
-
- org.qdl_lang.config.VFSAbstractConfig
-
- All Implemented Interfaces:
Serializable,VFSConfig
- Direct Known Subclasses:
VFSMemoryConfig,VFSPassThroughConfig,VFSSQLConfig,VFSZipFileConfig
public abstract class VFSAbstractConfig extends Object implements VFSConfig, Serializable
Created by Jeff Gaynor
on 3/4/20 at 3:13 PM- See Also:
- Serialized Form
-
-
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 booleancanRead()booleancanWrite()StringgetMountPoint()StringgetScheme()StringtoString()
-
-
-
Method Detail
-
getMountPoint
public String getMountPoint()
- Specified by:
getMountPointin interfaceVFSConfig
-
-