Package tv.hd3g.transfertfiles
Class CommonAbstractFileSystem<T extends AbstractFile>
- java.lang.Object
-
- tv.hd3g.transfertfiles.CommonAbstractFileSystem<T>
-
- All Implemented Interfaces:
Closeable,AutoCloseable,AbstractFileSystem<T>
- Direct Known Subclasses:
FTPFileSystem,LocalFileSystem,SFTPFileSystem
public abstract class CommonAbstractFileSystem<T extends AbstractFile> extends Object implements AbstractFileSystem<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCommonAbstractFileSystem(String basePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetBasePath()protected StringgetPathFromRelative(String path)inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tv.hd3g.transfertfiles.AbstractFileSystem
connect, getFromPath, getIOBufferSize, isAvaliable, isReusable
-
-
-
-
Constructor Detail
-
CommonAbstractFileSystem
protected CommonAbstractFileSystem(String basePath)
-
-