Login information which is stored, being the equandaUser proxy (with interface to make it partially accessible),
authorization and config info and optionally some extra (application dependent) information.
Class to parse the file with translations and build the structure used in GUI for it
The file is expected to be in this form:
.languages en;nl;ro;fr
.key key1/context1
.label.en key1 in english
.label.nl key1 in dutch
.label.fr key1 in french
.label.ro key1 in romanian
.caption.en key1 in english
.caption.nl key1 in dutch
.caption.fr key1 in french
.caption.ro key1 in romanian
.help.en key1 in english
.help.nl key1 in dutch
.help.fr key1 in french
.help.ro key1 in romanian
+ more keys.
Parser() -
Constructor for class org.equanda.translations.Parser
Set the field which needs to be represented, returns true when there was something (description not null or
empty) An exception is thrown when the field cannot be evaluated, does not exist or similar.
generator for Uoid values for the newly created records We need a universal object if which is fast to generate, has
a minimal (no) configuration overhead and cross platform.