public class GitHubFileObject extends WebFileObject
logger, METADATA_FRESH_TIMEOUT_MS| Constructor and Description |
|---|
GitHubFileObject(WebFileSystem wfs,
java.lang.String pathname,
java.util.Date modifiedDate) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getCapability(java.lang.Class<T> clazz)
returns extra capabilities, such as writing to the filesystem.
|
canRead, exists, getChannel, getChildren, getFile, getInputStream, getLocalFile, getNameExt, getParent, getSize, isData, isFolder, isLocal, isReadOnly, isRoot, lastModified, maybeLoadMetadata, removeLocalFile, setLastModified, setSize, toStringgetChannel, getFile, getInputStreampublic GitHubFileObject(WebFileSystem wfs, java.lang.String pathname, java.util.Date modifiedDate)
public <T> T getCapability(java.lang.Class<T> clazz)
FileObjectgetCapability in class FileObject