Mercurial > lada > lada-server
annotate .hgignore @ 310:821557a17e5e
First version of the LAF importer.
The importer module currently only runs with the test application (comming in the next commit)!
* LAF Parser:
- Uses a small implementation of a state machine.
- Extracts the keys with its value or multi value.
- Uses the producer interface to generate objects.
* Attribute mapper:
- Maps the attributes defined in the configuration file to object attributes.
- Generates objects from multi value attributes.
* LAF format:
- Reads the config file
* LAF importer:
- Implemetation of the importer interface for LAF format.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 20 Aug 2013 16:13:17 +0200 |
parents | 83b0822c2aab |
children | db7866a95cd2 |
rev | line source |
---|---|
0
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
1 # use glob syntax. |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
2 syntax: glob |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
3 |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
4 *.class |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
5 *.orig |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
6 .classpath |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
7 .gitignore |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
8 .factorypath |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
9 .gitignore |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
10 .project |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
11 *~ |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
12 |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
13 # switch to regexp syntax. |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
14 syntax: regexp |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
15 ^target/ |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
16 ^.settings |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
17 |