Class TypeSystemDeploymentsTagListener

All Implemented Interfaces:
TagListener

public class TypeSystemDeploymentsTagListener extends AbstractTypeSystemTagListener
Parses deployments from inside a items.xml file.

Basically this means that only the following tags are parsed:

 <items>
        <relations>
                <relation code="blah" ... >
                        <deployment table="Blah" typecode="blubb"/>
                </relation>
        </relations>
        <itemtypes>
                <item code="Blubb" ...>
                        <deployment table="Blah" typecode="blubb" propertytable="props"/>
                </item>
        </itemtypes>
 </items>