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 SummaryConstructors Constructor Description VFSAbstractConfig(String scheme, String mountPoint, boolean readable, boolean writeable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanRead()booleancanWrite()StringgetMountPoint()StringgetScheme()StringtoString()
 
- 
- 
- 
Method Detail- 
getMountPointpublic String getMountPoint() - Specified by:
- getMountPointin interface- VFSConfig
 
 
- 
 
-