public class OdsxReadDictionary
extends java.lang.Object
The following parameter will be evaluated when started.
Property Keyword | Datatype | Default | Description |
---|---|---|---|
OutputFile | filename | ./OdsxFilter.Dictionary | The name of the output file. |
PlugableComponent | classname | com.highqsoft.ods.athos.AoService | The component that is used to connect to database. |
IniFile | filename | empty | The athos ini file to be used. |
ServiceName | String | Puma | The service name to be used to read the dictionary. |
ServiceOptions | String | empty | The service options. |
SessionOptions | String | empty | The session options. |
AsamPath | String | /[Environment]Rad/[Language]Ger | The asam path to the dictionary |
ValueAttribute | String | iValue | The name of the value attribute. |
KeyAttribute | String | iKey | The name of the key attribute. |
Verbose | boolean | false | The flag that decides whether a verbose output will be generated. |
Help | boolean | true | If set the program generates a help output. |
Odsx.NewSession.AskForPassword | boolean | false | Set this parameter to enter a password. |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
version |
Constructor and Description |
---|
OdsxReadDictionary()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
connect()
Connect to the database.
|
boolean |
disconnect()
Disconnect database.
|
boolean |
dump()
Dump to file.
|
void |
dump(java.io.PrintStream ps)
Dump map.
|
java.lang.String |
getParams(java.lang.String prefix)
Get params.
|
static java.lang.String |
getVersion() |
static void |
main(java.lang.String[] args)
The main test procedure.
|
void |
printParams(java.io.PrintStream ps,
java.lang.String prefix)
Print the parameters.
|
boolean |
readDictionary()
Read the dictionary from database.
|
public static final java.lang.String version
public static java.lang.String getVersion()
public void printParams(java.io.PrintStream ps, java.lang.String prefix)
ps
- The print stream.public java.lang.String getParams(java.lang.String prefix)
public boolean connect()
public boolean disconnect()
public boolean readDictionary()
public void dump(java.io.PrintStream ps)
ps
- the print stream.public boolean dump()
public static void main(java.lang.String[] args)