Skip navigation links
C D E F G H I J L M O P R S T U V W Z 

C

checkString(String) - Static method in class fr.flowarg.flowstringer.StringUtils
 
close() - Method in interface fr.flowarg.flowlogger.ILogger
 
close() - Method in class fr.flowarg.flowlogger.Logger
 
compressFiles(File[], File) - Static method in class fr.flowarg.flowzipper.ZipUtils
Deprecated.
compressFiles(Path[], Path) - Static method in class fr.flowarg.flowzipper.ZipUtils
Compress files into a .zip file.
createDirectories(String, String...) - Static method in class fr.flowarg.flowio.FileUtils
 

D

debug(String) - Method in interface fr.flowarg.flowlogger.ILogger
 
debug(String) - Method in class fr.flowarg.flowlogger.Logger
 
decompressTarArchive(File, File) - Static method in class fr.flowarg.flowzipper.ZipUtils
decompressTarArchive(Path, Path) - Static method in class fr.flowarg.flowzipper.ZipUtils
Extract a tar.gz archive
deleteDirectory(File) - Static method in class fr.flowarg.flowio.FileUtils
Deprecated.
deleteDirectory(Path) - Static method in class fr.flowarg.flowio.FileUtils
Delete the given directory
deleteExclude(File, File...) - Static method in class fr.flowarg.flowio.FileUtils
Deprecated.
deleteExclude(Path, Path...) - Static method in class fr.flowarg.flowio.FileUtils
Delete the file if it isn't in excluded files.

E

empty(String, String) - Static method in class fr.flowarg.flowstringer.StringUtils
 
err(String) - Method in interface fr.flowarg.flowlogger.ILogger
 
err(String) - Method in class fr.flowarg.flowlogger.Logger
 
exit(int, boolean) - Static method in class fr.flowarg.flowcompat.Platform
 

F

FileUtils - Class in fr.flowarg.flowio
 
FileUtils() - Constructor for class fr.flowarg.flowio.FileUtils
 
fr.flowarg.flowcollections - package fr.flowarg.flowcollections
 
fr.flowarg.flowcompat - package fr.flowarg.flowcompat
 
fr.flowarg.flowio - package fr.flowarg.flowio
 
fr.flowarg.flowlogger - package fr.flowarg.flowlogger
 
fr.flowarg.flowstringer - package fr.flowarg.flowstringer
 
fr.flowarg.flowzipper - package fr.flowarg.flowzipper
 
fromString(String) - Static method in class fr.flowarg.flowstringer.StringUtils
 

G

getArch() - Static method in class fr.flowarg.flowcompat.Platform
 
getColor() - Method in enum fr.flowarg.flowlogger.ILogger.EnumLogColor
 
getCRC32(File) - Static method in class fr.flowarg.flowio.FileUtils
Deprecated.
getCRC32(Path) - Static method in class fr.flowarg.flowio.FileUtils
Get the CRC32 of a File.
getCurrentPlatform() - Static method in class fr.flowarg.flowcompat.Platform
 
getDestination() - Method in class fr.flowarg.flowzipper.ZipUtils.JarPath
 
getFileExtension(File) - Static method in class fr.flowarg.flowio.FileUtils
Deprecated.
getFileExtension(Path) - Static method in class fr.flowarg.flowio.FileUtils
Get the extension of the given path.
getFilePathOfClass(Class<?>) - Static method in class fr.flowarg.flowio.FileUtils
 
getFileSizeBytes(File) - Static method in class fr.flowarg.flowio.FileUtils
Deprecated.
Deprecated since 1.2.7. Use FileUtils.getFileSizeBytes(Path) instead.
getFileSizeBytes(Path) - Static method in class fr.flowarg.flowio.FileUtils
 
getFileSizeKiloBytes(File) - Static method in class fr.flowarg.flowio.FileUtils
Deprecated.
Deprecated since 1.2.7. Use FileUtils.getFileSizeKiloBytes(Path) instead.
getFileSizeKiloBytes(Path) - Static method in class fr.flowarg.flowio.FileUtils
 
getFileSizeMegaBytes(File) - Static method in class fr.flowarg.flowio.FileUtils
Deprecated.
Deprecated since 1.2.7. Use FileUtils.getFileSizeMegaBytes(Path) instead.
getFileSizeMegaBytes(Path) - Static method in class fr.flowarg.flowio.FileUtils
 
getFirstChar(String) - Static method in class fr.flowarg.flowstringer.StringUtils
 
getJarPath() - Method in class fr.flowarg.flowzipper.ZipUtils.JarPath
 
getLastChar(String) - Static method in class fr.flowarg.flowstringer.StringUtils
 
getLogFile() - Method in interface fr.flowarg.flowlogger.ILogger
Deprecated.
getLogFile() - Method in class fr.flowarg.flowlogger.Logger
Deprecated.
getLogPath() - Method in interface fr.flowarg.flowlogger.ILogger
 
getLogPath() - Method in class fr.flowarg.flowlogger.Logger
 
getMD5(Path) - Static method in class fr.flowarg.flowio.FileUtils
Get the MD5 of the given path.
getMD5ofFile(File) - Static method in class fr.flowarg.flowio.FileUtils
Deprecated.
getNames() - Method in enum fr.flowarg.flowcompat.Platform.EnumOS
 
getPrefix() - Method in interface fr.flowarg.flowlogger.ILogger
 
getPrefix() - Method in class fr.flowarg.flowlogger.Logger
 
getSHA1(File) - Static method in class fr.flowarg.flowio.FileUtils
Deprecated.
getSHA1(Path) - Static method in class fr.flowarg.flowio.FileUtils
Get the SHA1 of the given path.
getStringPathOfClass(Class<?>) - Static method in class fr.flowarg.flowio.FileUtils
 
gzipFile(Path, Path) - Static method in class fr.flowarg.flowzipper.ZipUtils
 

H

hashInput(InputStream, String) - Static method in class fr.flowarg.flowio.FileUtils
 

I

ILogger - Interface in fr.flowarg.flowlogger
 
ILogger.EnumLogColor - Enum in fr.flowarg.flowlogger
 
info(String) - Method in interface fr.flowarg.flowlogger.ILogger
 
info(String) - Method in class fr.flowarg.flowlogger.Logger
 
infoColor(ILogger.EnumLogColor, String) - Method in interface fr.flowarg.flowlogger.ILogger
 
infoColor(ILogger.EnumLogColor, String) - Method in class fr.flowarg.flowlogger.Logger
 
isOnLinux() - Static method in class fr.flowarg.flowcompat.Platform
 
isOnMac() - Static method in class fr.flowarg.flowcompat.Platform
 
isOnWindows() - Static method in class fr.flowarg.flowcompat.Platform
 

J

JarPath(String, String) - Constructor for class fr.flowarg.flowzipper.ZipUtils.JarPath
 

L

list(File) - Static method in class fr.flowarg.flowio.FileUtils
Deprecated.
list(Path) - Static method in class fr.flowarg.flowio.FileUtils
Get the list of all files in this directory (not recursively!)
listRecursive(File) - Static method in class fr.flowarg.flowio.FileUtils
Deprecated.
listRecursive(Path) - Static method in class fr.flowarg.flowio.FileUtils
Return all files in the directory (recursively!)
Logger - Class in fr.flowarg.flowlogger
 
Logger(String, File, boolean) - Constructor for class fr.flowarg.flowlogger.Logger
Deprecated.
Logger(String, File) - Constructor for class fr.flowarg.flowlogger.Logger
Deprecated.
Logger(String, Path, boolean) - Constructor for class fr.flowarg.flowlogger.Logger
 
Logger(String, Path) - Constructor for class fr.flowarg.flowlogger.Logger
 

M

MapHelper - Class in fr.flowarg.flowcollections
 
MapHelper() - Constructor for class fr.flowarg.flowcollections.MapHelper
 
message(boolean, String) - Method in class fr.flowarg.flowlogger.Logger
 

O

of() - Static method in class fr.flowarg.flowcollections.MapHelper
 
of(K, V) - Static method in class fr.flowarg.flowcollections.MapHelper
 
of(K, V, K, V) - Static method in class fr.flowarg.flowcollections.MapHelper
 
of(K, V, K, V, K, V) - Static method in class fr.flowarg.flowcollections.MapHelper
 
of(K, V, K, V, K, V, K, V) - Static method in class fr.flowarg.flowcollections.MapHelper
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class fr.flowarg.flowcollections.MapHelper
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class fr.flowarg.flowcollections.MapHelper
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class fr.flowarg.flowcollections.MapHelper
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class fr.flowarg.flowcollections.MapHelper
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class fr.flowarg.flowcollections.MapHelper
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class fr.flowarg.flowcollections.MapHelper
 
OS - Static variable in class fr.flowarg.flowcompat.Platform
 

P

Platform - Class in fr.flowarg.flowcompat
 
Platform() - Constructor for class fr.flowarg.flowcompat.Platform
 
Platform.EnumOS - Enum in fr.flowarg.flowcompat
 
printAllColorsAvailable() - Static method in enum fr.flowarg.flowlogger.ILogger.EnumLogColor
 
printStackTrace(String, Throwable) - Method in interface fr.flowarg.flowlogger.ILogger
 
printStackTrace(Throwable) - Method in interface fr.flowarg.flowlogger.ILogger
 
printStackTrace(Throwable) - Method in class fr.flowarg.flowlogger.Logger
 
printStackTrace(String, Throwable) - Method in class fr.flowarg.flowlogger.Logger
 

R

removeExtension(File) - Static method in class fr.flowarg.flowio.FileUtils
Deprecated.
removeExtension(String) - Static method in class fr.flowarg.flowio.FileUtils
 
removeExtension(Path) - Static method in class fr.flowarg.flowio.FileUtils
Remove the extension of the given path.
replace(String, String, String) - Static method in class fr.flowarg.flowstringer.StringUtils
 

S

setLogFile(File) - Method in interface fr.flowarg.flowlogger.ILogger
Deprecated.
setLogFile(File) - Method in class fr.flowarg.flowlogger.Logger
Deprecated.
setLogPath(Path) - Method in interface fr.flowarg.flowlogger.ILogger
 
setLogPath(Path) - Method in class fr.flowarg.flowlogger.Logger
 
StringUtils - Class in fr.flowarg.flowstringer
 
StringUtils() - Constructor for class fr.flowarg.flowstringer.StringUtils
 

T

toString() - Method in enum fr.flowarg.flowlogger.ILogger.EnumLogColor
 
toString(byte[]) - Static method in class fr.flowarg.flowstringer.StringUtils
 
toString(List<String>) - Static method in class fr.flowarg.flowstringer.StringUtils
 

U

unzip(String, String) - Static method in class fr.flowarg.flowzipper.ZipUtils
Deprecated.
unzip(File, String) - Static method in class fr.flowarg.flowzipper.ZipUtils
Deprecated.
unzip(String, File) - Static method in class fr.flowarg.flowzipper.ZipUtils
Deprecated.
unzip(File, File) - Static method in class fr.flowarg.flowzipper.ZipUtils
Deprecated.
unzip(Path, Path) - Static method in class fr.flowarg.flowzipper.ZipUtils
Unzip a .zip file to a folder
unzipJar(String, String, String...) - Static method in class fr.flowarg.flowzipper.ZipUtils
 
unzipJars(ZipUtils.JarPath...) - Static method in class fr.flowarg.flowzipper.ZipUtils
 
unzipJarWithLZMACompat(File, File) - Static method in class fr.flowarg.flowzipper.ZipUtils
unzipJarWithLZMACompat(Path, Path) - Static method in class fr.flowarg.flowzipper.ZipUtils
Unzip a jar containing lzma files.

V

valueOf(String) - Static method in enum fr.flowarg.flowcompat.Platform.EnumOS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.flowarg.flowlogger.ILogger.EnumLogColor
Returns the enum constant of this type with the specified name.
values() - Static method in enum fr.flowarg.flowcompat.Platform.EnumOS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.flowarg.flowlogger.ILogger.EnumLogColor
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in interface fr.flowarg.flowlogger.ILogger
 
warn(String) - Method in class fr.flowarg.flowlogger.Logger
 
writeToTheLogFile(String) - Method in interface fr.flowarg.flowlogger.ILogger
 
writeToTheLogFile(String) - Method in class fr.flowarg.flowlogger.Logger
 

Z

ZipUtils - Class in fr.flowarg.flowzipper
 
ZipUtils() - Constructor for class fr.flowarg.flowzipper.ZipUtils
 
ZipUtils.JarPath - Class in fr.flowarg.flowzipper
 
C D E F G H I J L M O P R S T U V W Z 
Skip navigation links