org.objectweb.jorm.verifier.api
Interface Verifier
public interface Verifier
It provides the functions used to verify the semantical correctness of
meta-information.
- P. Dechamboux
addMappingVerifier
public void addMappingVerifier(String mappername,
MappingVerifier mappingVerifier)
Adds a mapping verifier which verifies a specific mapping part of the
meta information.
mappername
- The name of the mapper.mappingVerifier
- The Mapping Verifier object.
setMetaInfoManager
public void setMetaInfoManager(Manager mim)
Assigns the meta information manager to this Verifier.
mim
- the meta information manager to use.
setProjectName
public void setProjectName(String name)
Assigns a project name to this verifier.
name
- The associated name.
verify
public void verify(Collection mos)
Verifies the meta information.