Package org.qdl_lang.config
Class VFSPassThroughConfig
- java.lang.Object
- 
- org.qdl_lang.config.VFSAbstractConfig
- 
- org.qdl_lang.config.VFSPassThroughConfig
 
 
- 
- All Implemented Interfaces:
- Serializable,- VFSConfig
 
 public class VFSPassThroughConfig extends VFSAbstractConfig Created by Jeff Gaynor 
 on 2/27/20 at 12:51 PM- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description VFSPassThroughConfig(String rootDir, String scheme, String mountPoint, boolean readable, boolean writeable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRootDir()StringgetType()StringtoString()- 
Methods inherited from class org.qdl_lang.config.VFSAbstractConfigcanRead, canWrite, getMountPoint, getScheme
 
- 
 
- 
- 
- 
Method Detail- 
getRootDirpublic String getRootDir() 
 - 
getTypepublic String getType() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- VFSAbstractConfig
 
 
- 
 
-