| |
|
| java.lang.Object org.ow2.easybeans.xmlconfig.mapping.XMLMappingBuilder
XMLMappingBuilder | public class XMLMappingBuilder (Code) | | Allows to build the Mapping object for a set of classes.
author: Florent Benoit |
Method Summary | |
public void | build() Build the XMLMapping object by analyzing the mapping file. | public XMLMapping | getXmlMapping() Gets the XML mapping object. |
XMLMappingBuilder | public XMLMappingBuilder(URL mappingURL)(Code) | | Builds a new mapping builder.
Parameters: mappingURL - the given url that reference the mapping file. |
getXmlMapping | public XMLMapping getXmlMapping()(Code) | | Gets the XML mapping object.
the mapping object between classname/alias and their mappingdescription. |
|
|
|