Package com.sshtools.common.files.direct
Class DirectFileJava7
java.lang.Object
com.sshtools.common.files.AbstractFileImpl<T>
com.sshtools.common.files.direct.AbstractDirectFile<DirectFile>
com.sshtools.common.files.direct.DirectFile
com.sshtools.common.files.direct.DirectFileJava7
- All Implemented Interfaces:
AbstractFile
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, use
NioFile and NioFileFactory instead.-
Field Summary
Fields inherited from class com.sshtools.common.files.direct.AbstractDirectFile
f, hidden, homeDirFields inherited from class com.sshtools.common.files.AbstractFileImpl
fileFactory -
Constructor Summary
ConstructorsConstructorDescriptionDirectFileJava7(String path, AbstractFileFactory<DirectFile> fileFactory, File homeDir) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class com.sshtools.common.files.direct.DirectFile
getAttributes, getChildren, getParentFile, linkTo, readSymbolicLink, resolveFile, setAttributes, symlinkToMethods inherited from class com.sshtools.common.files.direct.AbstractDirectFile
createFolder, createNewFile, delete, doEquals, doHashCode, exists, getAbsolutePath, getCanonicalPath, getInputStream, getName, getOutputStream, isDirectory, isFile, isHidden, isReadable, isWritable, lastModified, length, moveTo, openFile, refresh, supportsRandomAccess, truncateMethods inherited from class com.sshtools.common.files.AbstractFileImpl
equals, getFileFactory, getOutputStream, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sshtools.common.files.AbstractFile
copyFrom, existsNoFollowLinks, getAttributesNoFollowLinks, getVolume, linkFrom, open, startMultipartUpload, supportsMultipartTransfers, symlinkFrom
-
Constructor Details
-
DirectFileJava7
public DirectFileJava7(String path, AbstractFileFactory<DirectFile> fileFactory, File homeDir) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-