Package com.helger.commons.io.relative
Class FileRelativeIO
java.lang.Object
com.helger.commons.io.relative.FileRelativeIO
- All Implemented Interfaces:
IFileRelativeIO,IPathRelativeIO
Default implementation of
IFileRelativeIO.- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileRelativeIObooleaninthashCode()static voidinternalCheckAccessRights(File aBasePath) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.commons.io.relative.IFileRelativeIO
appendFile, appendFile, createDirectory, deleteDirectory, deleteDirectoryIfExisting, deleteFile, deleteFileIfExisting, existsDir, existsFile, getBasePath, getFile, getOutputStream, getOutputStream, getRelativeFilename, getResource, getWriter, getWriter, renameDir, renameFile, saveFile, saveFile, writeFileMethods inherited from interface com.helger.commons.io.relative.IPathRelativeIO
getInputStream, getReader
-
Constructor Details
-
FileRelativeIO
-
-
Method Details
-
internalCheckAccessRights
-
getBasePathFile
- Specified by:
getBasePathFilein interfaceIFileRelativeIO- Returns:
- The base path. Never
null.
-
equals
-
hashCode
public int hashCode() -
toString
-
createForCurrentDir
-