org.objectweb.jorm.verifier.api
Interface Verifier
- All Known Implementing Classes:
- BasicVerifier
- public interface Verifier
|
Method Summary |
void |
setMappingVerifier(MappingVerifier mappingVerifier)
Sets the mapping verifier which verifies the mapping part of the meta
information. |
void |
setMetaInfoManager(Manager mim)
Assigns the meta information manager created by the parser module to
the current BlobVerifier object. |
void |
verify()
Verifies the meta information. |
setMetaInfoManager
public void setMetaInfoManager(Manager mim)
- Assigns the meta information manager created by the parser module to
the current BlobVerifier object.
- Parameters:
mim - the meta information manager to use
setMappingVerifier
public void setMappingVerifier(MappingVerifier mappingVerifier)
- Sets the mapping verifier which verifies the mapping part of the meta
information.
- Parameters:
mappingVerifier - the Mapping BlobVerifier object
verify
public void verify()
- Verifies the meta information.