Package com.sshtools.common.files
Class ReadOnlyFileFactory.ReadOnlyAbstractFile
java.lang.Object
com.sshtools.common.files.AbstractFileAdapter
com.sshtools.common.files.ReadOnlyFileFactory.ReadOnlyAbstractFile
- All Implemented Interfaces:
AbstractFile
- Enclosing class:
- ReadOnlyFileFactory
-
Field Summary
Fields inherited from class com.sshtools.common.files.AbstractFileAdapter
file -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sshtools.common.files.AbstractFileAdapter
copyFrom, createFolder, createNewFile, delete, exists, getAbsolutePath, getAttributes, getCanonicalPath, getChildren, getInputStream, getName, getOutputStream, getOutputStream, getParentFile, init, isDirectory, isFile, isHidden, isReadable, lastModified, length, linkFrom, moveTo, openFile, readSymbolicLink, refresh, resolveFile, setAttributes, startMultipartUpload, supportsMultipartTransfers, supportsRandomAccess, symlinkFrom, truncateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sshtools.common.files.AbstractFile
existsNoFollowLinks, getAttributesNoFollowLinks, getVolume, open, symlinkTo
-
Constructor Details
-
ReadOnlyAbstractFile
-
-
Method Details
-
isWritable
- Specified by:
isWritablein interfaceAbstractFile- Overrides:
isWritablein classAbstractFileAdapter- Throws:
IOException
-
getFileFactory
- Specified by:
getFileFactoryin interfaceAbstractFile- Specified by:
getFileFactoryin classAbstractFileAdapter
-