Package org.qdl_lang.config
Class VFSZipFileConfig
- java.lang.Object
-
- org.qdl_lang.config.VFSAbstractConfig
-
- org.qdl_lang.config.VFSZipFileConfig
-
- All Implemented Interfaces:
VFSConfig
public class VFSZipFileConfig extends VFSAbstractConfig
Created by Jeff Gaynor
on 3/5/20 at 5:54 PM
-
-
Constructor Summary
Constructors Constructor Description VFSZipFileConfig(String zipFilePath, String scheme, String mountPoint, boolean readable, boolean writeable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
String
getZipFilePath()
-
Methods inherited from class org.qdl_lang.config.VFSAbstractConfig
canRead, canWrite, getMountPoint, getScheme, toString
-
-