|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.processor.I18nExtractor
@Deprecated public class I18nExtractor
| Field Summary | |
|---|---|
protected I18nFilter |
filter
Deprecated. |
protected Map<String,List<String>> |
store
Deprecated. |
| Constructor Summary | |
|---|---|
I18nExtractor()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
extract(File[] srcFiles,
File outputFile)
Deprecated. since 1.0.4, prefer use the extract(File[], File, String) |
void |
extract(File[] srcFiles,
File outputFile,
String encoding)
Deprecated. Process input file to target. |
static void |
main(String[] args)
Deprecated. |
protected void |
processFile(File srcFile,
String encoding)
Deprecated. |
protected void |
processLine(String line,
File srcFile,
int lineNumber)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected I18nFilter filter
protected Map<String,List<String>> store
| Constructor Detail |
|---|
public I18nExtractor()
| Method Detail |
|---|
public void extract(File[] srcFiles,
File outputFile,
String encoding)
throws IOException
srcFiles - source filesoutputFile - target fileencoding - encoding used to read and write files
IOException - if any io problems
@Deprecated
public void extract(File[] srcFiles,
File outputFile)
throws IOException
extract(File[], File, String)
srcFiles - source filesoutputFile - target file
IOException - if any io problems
protected void processFile(File srcFile,
String encoding)
throws IOException
IOException
protected void processLine(String line,
File srcFile,
int lineNumber)
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||