Static Public Member Functions | |
static String | getFile (String file) throws IOException |
static String | getFileReplace (String keyWord, String newWord, String file) throws IOException |
static String | replaceWord (String keyword, String newWord, String texto) |
static String | getFileListReplace (String[] keywords, String[] newWords, String file) throws IOException |
static String | getWordListReplace (String[] keywords, String[] newWords, String text) throws IOException |
static String | readFile (String file) throws IOException |
Definition at line 9 of file Library.java.
|
Definition at line 11 of file Library.java. References readFile(). |
|
Definition at line 35 of file Library.java. References getWordListReplace(), and readFile(). |
|
Definition at line 15 of file Library.java. References readFile(), and replaceWord(). |
|
Definition at line 41 of file Library.java. References replaceWord(). Referenced by getFileListReplace(). |
|
Definition at line 54 of file Library.java. Referenced by getFile(), getFileListReplace(), and getFileReplace(). |
|
Definition at line 22 of file Library.java. Referenced by getFileReplace(), and getWordListReplace(). |