com.xebialabs.deployit.plugin.api.reflect
Class SyntheticInitializer

java.lang.Object
  extended by com.xebialabs.deployit.plugin.api.reflect.SyntheticInitializer

public class SyntheticInitializer
extends java.lang.Object


Constructor Summary
SyntheticInitializer()
           
 
Method Summary
static void init()
           
protected static void parseAllSyntheticTypeDefinitions(java.util.List<org.w3c.dom.Element> typeElements)
           
protected static void parseAllSyntheticTypeModifications(java.util.List<org.w3c.dom.Element> typeModificationElements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyntheticInitializer

public SyntheticInitializer()
Method Detail

init

public static void init()

parseAllSyntheticTypeDefinitions

protected static void parseAllSyntheticTypeDefinitions(java.util.List<org.w3c.dom.Element> typeElements)

parseAllSyntheticTypeModifications

protected static void parseAllSyntheticTypeModifications(java.util.List<org.w3c.dom.Element> typeModificationElements)