public abstract class AbstractXmlLoader extends Object implements Loader
| Constructor and Description |
|---|
AbstractXmlLoader(ResourceManager resourceManager)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<XmlAssociation> |
getAssociations()
Récupération des associations déclarées dans l'OOM.
|
protected abstract List<XmlClass> |
getClasses()
Récupération des classes déclarées.
|
protected abstract org.xml.sax.helpers.DefaultHandler |
getHandler() |
void |
load(String resourcePath,
DslDefinitionRepository dslDefinitionRepository)
Parsing des définitions pour un fichier (oom, kpr ou ksp)
défini par une url (sur système de fichier ou classpath)
et selon la grammaire en argument.
|
public AbstractXmlLoader(ResourceManager resourceManager)
resourceManager - the vertigo resourceManagerpublic final void load(String resourcePath, DslDefinitionRepository dslDefinitionRepository)
protected abstract org.xml.sax.helpers.DefaultHandler getHandler()
protected abstract List<XmlClass> getClasses()
protected abstract List<XmlAssociation> getAssociations()
Copyright © 2019. All Rights Reserved.