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

A

addLine(String, BufferedWriter) - Method in class org.jfcutils.files.write.TXTWriter
Add a line on a text file already existing.
addLines(Collection<String>, BufferedWriter) - Method in class org.jfcutils.files.write.TXTWriter
Add a list of lines on a text file already existing.
addMapListString(Map<String, List<String>>, BufferedWriter) - Method in class org.jfcutils.files.write.TXTWriter
Add a Map of List of Strings on a text file already existing.
appendString(String, String, boolean) - Method in class org.jfcutils.files.write.TXTWriter
Append a String in a text file, maintaining the content of the file (if any)
appendStrings(Collection<String>, String, boolean) - Method in class org.jfcutils.files.write.TXTWriter
Append a Collection of String in a text file, maintaining the content of the file (if any)

B

BufferManager - Class in org.jfcutils.files.read
Print BufferReaders in Strings or Standard Output
BufferManager() - Constructor for class org.jfcutils.files.read.BufferManager
 

C

checkCreateCleanDir(String) - Method in class org.jfcutils.files.directories.DirectoryManager
Check if the directory exists.
Compressor - Class in org.jfcutils.files.directories
This object is responsible for compressing files or directories
Compressor() - Constructor for class org.jfcutils.files.directories.Compressor
 
ConvertEncoding - Class in org.jfcutils.files.conversions
Convert files between various encodings (UTF-8, ASCII...)
ConvertEncoding() - Constructor for class org.jfcutils.files.conversions.ConvertEncoding
 
convertFileUTF8ToAsici(String) - Method in class org.jfcutils.files.conversions.ConvertEncoding
Take a UTF8 file and generate an ASCII String
convertPdfToTxt(String, int) - Method in class org.jfcutils.files.conversions.ConvertToTXT
Covert a PDF to a TXT file and remove the PDF.
convertStringToAscii(String) - Method in class org.jfcutils.files.conversions.ConvertEncoding
Convert a UTF8 String to an ASCII String
ConvertToTXT - Class in org.jfcutils.files.conversions
This class converts files (HTML, PDF..) to TXT
ConvertToTXT() - Constructor for class org.jfcutils.files.conversions.ConvertToTXT
 

D

dateDiffMillis(String, String) - Static method in class org.jfcutils.util.DateTime
Get the difference in milliseconds between two date strings in the format yyyy/MM/dd HH:mm:ss.SSS
dateDiffMinutes(String, String) - Static method in class org.jfcutils.util.DateTime
Get the difference in minutes between two date strings in the format yyyy/MM/dd HH:mm:ss
dateDiffSeconds(String, String) - Static method in class org.jfcutils.util.DateTime
Get the difference in seconds between two date strings in the format yyyy/MM/dd HH:mm:ss
dateDoubleDiffMinutes(String, String) - Static method in class org.jfcutils.util.DateTime
Get the numerical (Double) difference in minutes between two date strings in the format yyyy/MM/dd HH:mm:ss
dateDoubleDiffSeconds(String, String) - Static method in class org.jfcutils.util.DateTime
Get the numerical (Double) difference in seconds between two date strings in the format yyyy/MM/dd HH:mm:ss
DateTime - Class in org.jfcutils.util
Manage Dates
DateTime() - Constructor for class org.jfcutils.util.DateTime
 
Decompressor - Class in org.jfcutils.files.directories
Utilities to decompress (e.g. zip/unzip) files and directories
Decompressor() - Constructor for class org.jfcutils.files.directories.Decompressor
 
deleteDirectory(File) - Method in class org.jfcutils.files.directories.DirectoryManager
Recursively delete the directory and all its content (files and nested directories)
dereferenceURI(String, Map<String, String>, int) - Method in class org.jfcutils.http.GETHttpRequest
Make a GET HTTP request setting the Mime Type in a header map.
dereferenceURIReader(String, Map<String, String>, int) - Method in class org.jfcutils.http.GETHttpRequest
Make a GET HTTP request setting the Mime Type in a header map.
DirectoryManager - Class in org.jfcutils.files.directories
Manage the creation of a directory
DirectoryManager() - Constructor for class org.jfcutils.files.directories.DirectoryManager
 
downloadFileFromURL(String, String, int) - Method in class org.jfcutils.files.FileDownloader
Download a file from a URL
DTDValidator - Class in org.jfcutils.files
Validate a directory of XML files against a DTD.
DTDValidator() - Constructor for class org.jfcutils.files.DTDValidator
 

E

EscapeCommonXML - Class in org.jfcutils.files.conversions
This class supplies some methods to unescape special common chars according XML specifications Then the content will need a CDATA section
EscapeCommonXML() - Constructor for class org.jfcutils.files.conversions.EscapeCommonXML
Build the map to undecode HTML characters.

F

FileDownloader - Class in org.jfcutils.files
This class is responsible for downloading files on the disk
FileDownloader() - Constructor for class org.jfcutils.files.FileDownloader
 
FileSearcher - Class in org.jfcutils.files
This object recursively searches for a file in a directory.
FileSearcher() - Constructor for class org.jfcutils.files.FileSearcher
 
FileSplitter - Class in org.jfcutils.files
This object can split a source text file according to the desired number of lines
FileSplitter() - Constructor for class org.jfcutils.files.FileSplitter
 
firstCapitalLetter(String) - Method in class org.jfcutils.util.StringUtils
For stings longer than 1, make the first letter capital
formatInteger(int, int) - Method in class org.jfcutils.util.StringUtils
Format an integer in a string of n digits.
formatNumbersWithSpaces(String) - Method in class org.jfcutils.util.StringUtils
Format an integer passed as string to separate groups of three digits with spaces.
formatNumberWithSeparator(String, String) - Method in class org.jfcutils.util.StringUtils
Format a number given as String using a separator.

G

getContentFromConnection(HttpURLConnection) - Method in class org.jfcutils.http.GETHttpRequest
Extract the content from an HttpURLConnection
getData(String, int) - Method in class org.jfcutils.files.FileSplitter
Split the file, according to the desired number of lines.
getDateTime() - Static method in class org.jfcutils.util.DateTime
Get the actual date in the format yyyy/MM/dd HH:mm:ss
GETHttpRequest - Class in org.jfcutils.http
Makes HTTP requests changing the HTTP header.
GETHttpRequest() - Constructor for class org.jfcutils.http.GETHttpRequest
 
getInstance() - Static method in class org.jfcutils.files.conversions.EscapeCommonXML
 
getNextLine(Scanner) - Method in class org.jfcutils.files.read.TXTReader
Get next line from a Scanner of a txt file
getUrlContentWithRedirect(String, int) - Method in class org.jfcutils.http.GETHttpRequest
Extract the content from an HTTP URL with an HTTP redirect (301, 302, 303)
getZipContent(String) - Method in class org.jfcutils.files.directories.Decompressor
List zip content

I

isInteger(String) - Method in class org.jfcutils.util.StringUtils
Check if a string is an integer
isOnlyCharacterString(String) - Method in class org.jfcutils.util.StringUtils
Check if a string is a characters string

L

LanguageTranslation - Class in org.jfcutils.util
Maps various English-languages formats.
LanguageTranslation() - Constructor for class org.jfcutils.util.LanguageTranslation
 

M

main(String[]) - Static method in class org.jfcutils.files.conversions.EscapeCommonXML
 
main(String[]) - Static method in class org.jfcutils.files.directories.Decompressor
 
main(String[]) - Static method in class org.jfcutils.files.FileSplitter
Reads the parameters [number of lines] [filePathToSplit] and run the splitting
MapUtil - Class in org.jfcutils.util
Utility for Maps
MapUtil() - Constructor for class org.jfcutils.util.MapUtil
 

O

onlyCharacterString(String) - Method in class org.jfcutils.util.StringUtils
Remove special characters from a String
org.jfcutils.files - package org.jfcutils.files
Provides the classes necessary to work with files and directories
org.jfcutils.files.conversions - package org.jfcutils.files.conversions
Provides the classes necessary to make conversions of encodigs and files' formats
org.jfcutils.files.directories - package org.jfcutils.files.directories
Provides the classes necessary to manage directories (creation, existance, deletion, zipping...)
org.jfcutils.files.read - package org.jfcutils.files.read
Provides the ulility classes to parse text files or other formats (e.g.
org.jfcutils.files.write - package org.jfcutils.files.write
Provides the ulility classes to write text files or other formats (e.g.
org.jfcutils.http - package org.jfcutils.http
Provides the classes necessary to make HTTP requests with many options
org.jfcutils.util - package org.jfcutils.util
Provides the utility classes necessary to work with strings, dates, and languages

P

parseEqualCommaListValueTxt(String) - Method in class org.jfcutils.files.read.TXTReader
Parse a text file of lines having a pattern key=value1,value2,value3,...
parseEqualMultipleKeysTxt(String) - Method in class org.jfcutils.files.read.TXTReader
Parse a text file of lines having a pattern key=value.
parseEqualTxt(String) - Method in class org.jfcutils.files.read.TXTReader
Parse a text file of lines having a pattern key=value.
parseTabPipeTxt(String) - Method in class org.jfcutils.files.read.TXTReader
Parse a text file of lines having a pattern KEY\t|\tVALUE.
parseTxt(String) - Method in class org.jfcutils.files.read.TXTReader
Parse a text file of lines.
printBufferedReader(BufferedReader) - Method in class org.jfcutils.files.read.BufferManager
Print the content of a buffer in the standard output
Printer - Class in org.jfcutils.util
This class is responsible to print collections in the standard output
Printer() - Constructor for class org.jfcutils.util.Printer
 
printGeneralList(List<?>) - Static method in class org.jfcutils.util.Printer
Print a general List
printGeneralListOfMaps(List<Map<String, String>>) - Static method in class org.jfcutils.util.Printer
Print a general List of maps
printGeneralMap(Map<?, ?>) - Static method in class org.jfcutils.util.Printer
Print a general map

R

readBufferedReader(BufferedReader) - Method in class org.jfcutils.files.read.BufferManager
Print the content of a buffer in a String
readColumn(InputStream) - Method in class org.jfcutils.files.read.XLSReader
Read a file Excel with one column
readTwoColumns(InputStream) - Method in class org.jfcutils.files.read.XLSReader
Read a file Excel with two columns.
removeCommonHTMLTags(String) - Method in class org.jfcutils.files.conversions.EscapeCommonXML
Remove common HTML tags in a string
removeHTMLTags(String, String, boolean) - Method in class org.jfcutils.files.conversions.ConvertToTXT
Remove HTML tags from the file content
removeHTMLTagsAndUnescape(String) - Method in class org.jfcutils.files.conversions.EscapeCommonXML
Remove common HTML tags in a string and unescape entities
RESTClient - Class in org.jfcutils.http
Client for RESTful web services.
RESTClient() - Constructor for class org.jfcutils.http.RESTClient
 
reverseParseEqualTxt(String) - Method in class org.jfcutils.files.read.TXTReader
Parse a text file of lines having a pattern key=value.

S

searchFile(String, String) - Method in class org.jfcutils.files.FileSearcher
Recursively search a file in a directory given the filename.
send_request(String, String, String, String, String, String) - Method in class org.jfcutils.http.RESTClient
Method to send a POST or PUT request to a RESTful web service.
send_request(String, String, String, String) - Method in class org.jfcutils.http.RESTClient
Method to send a GET or DELETE request to a RESTful web service.
sortByValueDescending(Map<K, V>) - Static method in class org.jfcutils.util.MapUtil
Sort a Map by Value
splitOnUpperCase(String) - Method in class org.jfcutils.util.StringUtils
Split a string when an uppercase character is found.
StringUtils - Class in org.jfcutils.util
This class offers some methods to manage a string
StringUtils() - Constructor for class org.jfcutils.util.StringUtils
 
stripNonValidXMLCharacters(String) - Method in class org.jfcutils.util.StringUtils
Remove non valid XML characters from a string

T

tarGzDir(File, File) - Method in class org.jfcutils.files.directories.Compressor
Tar.gz a directory with all its content
translate2ExtendedEnglish(String) - Method in class org.jfcutils.util.LanguageTranslation
Maps two-three digits languages to the entire languages
translate2threedigitsEn(String) - Method in class org.jfcutils.util.LanguageTranslation
Maps languages to the 3 digit format
trimLeft(String) - Method in class org.jfcutils.util.StringUtils
Remove beginning whitespaces
trimRight(String) - Method in class org.jfcutils.util.StringUtils
Remove ending whitespaces
TXTReader - Class in org.jfcutils.files.read
Parse TXT files.
TXTReader() - Constructor for class org.jfcutils.files.read.TXTReader
 
TXTWriter - Class in org.jfcutils.files.write
Write a txt file
TXTWriter() - Constructor for class org.jfcutils.files.write.TXTWriter
 

U

unescapeXML(String) - Method in class org.jfcutils.files.conversions.EscapeCommonXML
Unescape XML characters
untarDirWithManyFiles(String, String, boolean) - Method in class org.jfcutils.files.directories.Decompressor
Untar all tar.gz files in the given directory.
untarFile(String, String, boolean) - Method in class org.jfcutils.files.directories.Decompressor
Uncompress a tar.gz file.
untarFile(File, File, boolean) - Method in class org.jfcutils.files.directories.Decompressor
Uncompress a tar.gz file
unzipDirWithManyFiles(String, boolean) - Method in class org.jfcutils.files.directories.Decompressor
Unzip all zip files in a given directory.
unzipFile(String, String) - Method in class org.jfcutils.files.directories.Decompressor
Unzip a zip file, with all its subdirectories and content files

V

validateDir(File, SAXParserFactory) - Method in class org.jfcutils.files.DTDValidator
Recursively validate a directory of XML files against a DTD.

W

writeExcelColumn(Set<String>, String) - Method in class org.jfcutils.files.write.XLSWriter
Create an Excel file with a column with all elements of a set
writeExcelTwoColumns(Map<String, String>, String) - Method in class org.jfcutils.files.write.XLSWriter
Create an Excel file with two columns with all elements of a map
writeLines(Collection<String>, String) - Method in class org.jfcutils.files.write.TXTWriter
Write a set of lines Add a timestamp at the beginning #yyyy/MM/dd HH:mm:ss
writeMapListString(Map<String, List<String>>, String) - Method in class org.jfcutils.files.write.TXTWriter
Write a Map of List of Strings on a text file.
writeMapString(Map<String, String>, String) - Method in class org.jfcutils.files.write.TXTWriter
Write a Map of String on a text file.
writeString(String, String) - Method in class org.jfcutils.files.write.TXTWriter
Write a String in a text file
writeStringBuffer(StringBuffer, String) - Method in class org.jfcutils.files.write.TXTWriter
Write a StringBuffer in a text file

X

XLSReader - Class in org.jfcutils.files.read
Read a file Excel with two columns Requires the library jxl.jar http://jexcelapi.sourceforge.net/
XLSReader() - Constructor for class org.jfcutils.files.read.XLSReader
 
XLSWriter - Class in org.jfcutils.files.write
Creates Excel spreadsheets.
XLSWriter() - Constructor for class org.jfcutils.files.write.XLSWriter
 

Z

zipDir(File, File) - Method in class org.jfcutils.files.directories.Compressor
Zip a directory with all its content.
zipFile(String, String, boolean) - Method in class org.jfcutils.files.directories.Compressor
Zip a file
A B C D E F G I L M O P R S T U V W X Z 
Skip navigation links

Copyright © 2016. All rights reserved.