public class DigesterOcmMapperFactory extends OcmMapperFactory
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<org.springframework.core.io.Resource> |
mappings
Ensemble des Fichiers de mapping OCM
|
private java.io.InputStream[] |
mappingsTable
Tableau de fichier de mappings OCM
|
private boolean |
validate
Etat de validation des fichiers XML
|
log| Constructor and Description |
|---|
DigesterOcmMapperFactory()
Constructeur par defaut
|
DigesterOcmMapperFactory(java.util.Set<org.springframework.core.io.Resource> mappings)
Constructeur avec initialisation des parametres
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jackrabbit.ocm.mapper.Mapper |
createMapper()
Methode permettant de creer le mappeur OCM
|
java.util.Set<org.springframework.core.io.Resource> |
getMappings()
Methode permettant d'obtenir la valeur du champ "mappings"
|
boolean |
isValidate()
Methode permettant d'obtenir la valeur du champ "validate"
|
protected void |
prepareMapper()
Methode permettant de preparer la configuration du mappeur OCM
|
void |
setMappings(java.util.Set<org.springframework.core.io.Resource> mappings)
Methode permettant de modifier la valeur du champ "mappings"
|
void |
setValidate(boolean validate)
Methode permettant de modifier la valeur du champ "validate"
|
afterPropertiesSet, destroy, getObject, getObjectType, isSingletonprivate java.util.Set<org.springframework.core.io.Resource> mappings
private java.io.InputStream[] mappingsTable
private boolean validate
public DigesterOcmMapperFactory()
public DigesterOcmMapperFactory(java.util.Set<org.springframework.core.io.Resource> mappings)
mappings - Ensemble des fichiers de mapping OCMpublic java.util.Set<org.springframework.core.io.Resource> getMappings()
public void setMappings(java.util.Set<org.springframework.core.io.Resource> mappings)
mappings - Nouvelle valeur du champ "mappings"public boolean isValidate()
public void setValidate(boolean validate)
validate - Nouvelle valeur du champ "validate"protected void prepareMapper()
throws java.lang.Exception
OcmMapperFactoryprepareMapper in class OcmMapperFactoryjava.lang.Exception - Exception Potentielleprotected org.apache.jackrabbit.ocm.mapper.Mapper createMapper()
throws java.lang.Exception
OcmMapperFactorycreateMapper in class OcmMapperFactoryjava.lang.Exception - Exception PotentielleCopyright © 2018 Kube Cloud. All Rights Reserved.