|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTask
de.olafpanz.translationtable.I18NTask
public final class I18NTask
Privde I18N code generator as ant task.
| Field Summary | |
|---|---|
private TranslationTableParameters |
params
Parameters to create translation tables. |
| Constructor Summary | |
|---|---|
I18NTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
Do execute the ant task. |
void |
setEnvironment(java.lang.String envStr)
Set the environment (client/server). |
void |
setJDK(java.lang.String jdkName)
Set jdk to create source code for, |
void |
setODSFile(java.lang.String file)
Set the file that should be executed. |
void |
setRcpPluginRoot(java.lang.String root)
Set root of rcp plugin. |
void |
setSourceRoot(java.lang.String root)
Set root path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final TranslationTableParameters params
| Constructor Detail |
|---|
public I18NTask()
| Method Detail |
|---|
public void execute()
throws BuildException
BuildException - Is thrown in case of an error.public void setODSFile(java.lang.String file)
file - The file to process.public void setJDK(java.lang.String jdkName)
jdkName - Name of jdk. Use jdk 1.4, if string contains a 4public void setEnvironment(java.lang.String envStr)
envStr - Null is not allowedpublic void setRcpPluginRoot(java.lang.String root)
root - Null is not allowed.public void setSourceRoot(java.lang.String root)
root - Null is not allowed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||