org.objectweb.jorm.verifier.api

Interface MappingVerifier

public interface MappingVerifier

Method Summary

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.

Method Details

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


verify

public void verify()
Verifies the meta information.