Skip navigation links
B C D F G I N P R S T W 

B

BUFFER_SIZE - Static variable in class com.mwstys.android.filetools.Path
 

C

com.mwstys.android.filetools - package com.mwstys.android.filetools
 
com.mwstys.android.filetools.exceptions - package com.mwstys.android.filetools.exceptions
 
copy(String, String) - Static method in class com.mwstys.android.filetools.Path
 
copy(String) - Method in class com.mwstys.android.filetools.Path
Copy recursively into specific directory
createDirectory(String) - Static method in class com.mwstys.android.filetools.Path
Creates directory
createDirectory() - Method in class com.mwstys.android.filetools.Path
Creates directory
createFile(String) - Static method in class com.mwstys.android.filetools.Path
Creates file
createFile() - Method in class com.mwstys.android.filetools.Path
Creates file

D

delete(String) - Static method in class com.mwstys.android.filetools.Path
Delete all files recursively
delete() - Method in class com.mwstys.android.filetools.Path
Delete all files recursively.
DirectoryExistPathException - Exception in com.mwstys.android.filetools.exceptions
Created by Mikołaj Styś on 2015-09-01.
DirectoryExistPathException(String) - Constructor for exception com.mwstys.android.filetools.exceptions.DirectoryExistPathException
 

F

file - Variable in class com.mwstys.android.filetools.Path
 
FileExistPathException - Exception in com.mwstys.android.filetools.exceptions
Created by Mikołaj Styś on 2015-09-01.
FileExistPathException(String) - Constructor for exception com.mwstys.android.filetools.exceptions.FileExistPathException
 
FileNotExistPathException - Exception in com.mwstys.android.filetools.exceptions
Created by Mikołaj Styś on 2015-09-01.
FileNotExistPathException(String) - Constructor for exception com.mwstys.android.filetools.exceptions.FileNotExistPathException
 

G

GeneralPathException - Exception in com.mwstys.android.filetools.exceptions
Created by Mikołaj Styś on 2015-09-01.
GeneralPathException(String) - Constructor for exception com.mwstys.android.filetools.exceptions.GeneralPathException
 
GeneralPathException(Throwable) - Constructor for exception com.mwstys.android.filetools.exceptions.GeneralPathException
 
GeneralPathException(String, Throwable) - Constructor for exception com.mwstys.android.filetools.exceptions.GeneralPathException
 
getAppFilesSdDir(Context) - Static method in class com.mwstys.android.filetools.Path
Get SD app files directory
getCacheDir(Context) - Static method in class com.mwstys.android.filetools.Path
Get app cache directory
getFileReader() - Method in class com.mwstys.android.filetools.Path
get file reader for Text operations
getFilesList(String, FilenameFilter) - Static method in class com.mwstys.android.filetools.Path
 
getFilesList(FilenameFilter) - Method in class com.mwstys.android.filetools.Path
 
getFileWriter() - Method in class com.mwstys.android.filetools.Path
get file writer for Text operations
getFileWriter(boolean) - Method in class com.mwstys.android.filetools.Path
get file writer for Text operations
getInputStream() - Method in class com.mwstys.android.filetools.Path
 
getModificationDate() - Method in class com.mwstys.android.filetools.Path
Modification date is not affected after renaming and copying
getName() - Method in class com.mwstys.android.filetools.Path
 
getOutputStream(boolean) - Method in class com.mwstys.android.filetools.Path
 
getOutputStream() - Method in class com.mwstys.android.filetools.Path
 
getParentPath() - Method in class com.mwstys.android.filetools.Path
 
getPathsList(String, FilenameFilter) - Static method in class com.mwstys.android.filetools.Path
 
getPathsList(FilenameFilter) - Method in class com.mwstys.android.filetools.Path
 
getSdDir() - Static method in class com.mwstys.android.filetools.Path
Get SD card directory
getSize() - Method in class com.mwstys.android.filetools.Path
 
getStringPath() - Method in class com.mwstys.android.filetools.Path
 

I

isDirectory() - Method in class com.mwstys.android.filetools.Path
 
isExists(String) - Static method in class com.mwstys.android.filetools.Path
Check if string path exist
isExists() - Method in class com.mwstys.android.filetools.Path
Makes exist command more uniform
isExternalStorageReadable() - Static method in class com.mwstys.android.filetools.Path
Checks if external storage is available to read
isExternalStorageWritable() - Static method in class com.mwstys.android.filetools.Path
Checks if external storage is available for read and write
isFile() - Method in class com.mwstys.android.filetools.Path
 
isNotExists() - Method in class com.mwstys.android.filetools.Path
 

N

NotDirectoryPathException - Exception in com.mwstys.android.filetools.exceptions
Created by Mikołaj Styś on 2015-09-01.
NotDirectoryPathException(String) - Constructor for exception com.mwstys.android.filetools.exceptions.NotDirectoryPathException
 

P

Path - Class in com.mwstys.android.filetools
File wrapper making names consistent and adding some operations.
Path(File) - Constructor for class com.mwstys.android.filetools.Path
 
Path(File, String) - Constructor for class com.mwstys.android.filetools.Path
 
Path(String) - Constructor for class com.mwstys.android.filetools.Path
 
Path(String, String) - Constructor for class com.mwstys.android.filetools.Path
 
Path(URI) - Constructor for class com.mwstys.android.filetools.Path
 
Path(Path, String) - Constructor for class com.mwstys.android.filetools.Path
 
PathExistException - Exception in com.mwstys.android.filetools.exceptions
Created by Mikołaj Styś on 2015-09-01.
PathExistException(String) - Constructor for exception com.mwstys.android.filetools.exceptions.PathExistException
 
PathExistException(Throwable) - Constructor for exception com.mwstys.android.filetools.exceptions.PathExistException
 
PathExistException(String, Throwable) - Constructor for exception com.mwstys.android.filetools.exceptions.PathExistException
 

R

ReadPathException - Exception in com.mwstys.android.filetools.exceptions
Created by Mikołaj Styś on 2015-09-01.
ReadPathException(String) - Constructor for exception com.mwstys.android.filetools.exceptions.ReadPathException
 

S

setName(String) - Method in class com.mwstys.android.filetools.Path
 

T

toFile() - Method in class com.mwstys.android.filetools.Path
In case of changing implementation
toPath(File) - Static method in class com.mwstys.android.filetools.Path
Converts file to Path.
toPath(String...) - Static method in class com.mwstys.android.filetools.Path
Create path from elements
toString() - Method in class com.mwstys.android.filetools.Path
 

W

WritePathException - Exception in com.mwstys.android.filetools.exceptions
Created by Mikołaj Styś on 2015-09-01.
WritePathException(String) - Constructor for exception com.mwstys.android.filetools.exceptions.WritePathException
 
WritePathException(String, Throwable) - Constructor for exception com.mwstys.android.filetools.exceptions.WritePathException
 
B C D F G I N P R S T W 
Skip navigation links