Package org.qdl_lang.config
Class VFSPassThroughConfig
- java.lang.Object
-
- org.qdl_lang.config.VFSAbstractConfig
-
- org.qdl_lang.config.VFSPassThroughConfig
-
- All Implemented Interfaces:
VFSConfig
public class VFSPassThroughConfig extends VFSAbstractConfig
Created by Jeff Gaynor
on 2/27/20 at 12:51 PM
-
-
Constructor Summary
Constructors Constructor Description VFSPassThroughConfig(String rootDir, String scheme, String mountPoint, boolean readable, boolean writeable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRootDir()
String
getType()
String
toString()
-
Methods inherited from class org.qdl_lang.config.VFSAbstractConfig
canRead, canWrite, getMountPoint, getScheme
-
-
-
-
Method Detail
-
getRootDir
public String getRootDir()
-
getType
public String getType()
-
toString
public String toString()
- Overrides:
toString
in classVFSAbstractConfig
-
-