Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

Library Class Reference

List of all members.

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

Detailed Description

Definition at line 9 of file Library.java.


Member Function Documentation

static String Library.getFile String  file  )  throws IOException [static]
 

Definition at line 11 of file Library.java.

References readFile().

static String Library.getFileListReplace String[]  keywords,
String[]  newWords,
String  file
throws IOException [static]
 

Definition at line 35 of file Library.java.

References getWordListReplace(), and readFile().

static String Library.getFileReplace String  keyWord,
String  newWord,
String  file
throws IOException [static]
 

Definition at line 15 of file Library.java.

References readFile(), and replaceWord().

static String Library.getWordListReplace String[]  keywords,
String[]  newWords,
String  text
throws IOException [static]
 

Definition at line 41 of file Library.java.

References replaceWord().

Referenced by getFileListReplace().

static String Library.readFile String  file  )  throws IOException [static]
 

Definition at line 54 of file Library.java.

Referenced by getFile(), getFileListReplace(), and getFileReplace().

static String Library.replaceWord String  keyword,
String  newWord,
String  texto
[static]
 

Definition at line 22 of file Library.java.

Referenced by getFileReplace(), and getWordListReplace().


The documentation for this class was generated from the following file:
Generated on Mon Aug 8 20:20:48 2005 for Linguagem OO1 - Generics by  doxygen 1.4.4