|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.verifier.lib.JormVerifier
Constructor Summary | |
JormVerifier()
builds a new JormVerifier object. |
Method Summary | |
void |
addMappingVerifier(java.lang.String mappername,
MappingVerifier mappingVerifier)
Sets the mapping verifier which verifies the mapping part of the meta information. |
Logger |
getLogger()
Returns a logger to an component that wants to log things. |
LoggerFactory |
getLoggerFactory()
Returns a logger factory that allows the creation of new loggers. |
void |
setLogger(Logger logger)
Assigns a logger to an component that wants to log things. |
void |
setLoggerFactory(LoggerFactory loggerfactory)
Assigns a logger factory that allows the creation of new loggers. |
void |
setMetaInfoManager(Manager mim)
Assigns the meta information manager created by the parser module to the current BlobVerifier object. |
void |
setProjectName(java.lang.String name)
Assigns a project name to the verifier. |
void |
verify(java.util.Collection mos)
Verifies the meta information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JormVerifier()
Method Detail |
public void setMetaInfoManager(Manager mim)
setMetaInfoManager
in interface Verifier
mim
- the meta information manager to usepublic void setProjectName(java.lang.String name)
setProjectName
in interface Verifier
name
- The associated name.public void addMappingVerifier(java.lang.String mappername, MappingVerifier mappingVerifier)
addMappingVerifier
in interface Verifier
mappername
- the name of the mappermappingVerifier
- the Mapping BlobVerifier objectpublic void verify(java.util.Collection mos)
verify
in interface Verifier
public void setLogger(Logger logger)
Loggable
setLogger
in interface Loggable
logger
- the logger objectpublic void setLoggerFactory(LoggerFactory loggerfactory)
Loggable
setLoggerFactory
in interface Loggable
loggerfactory
- the LoggerFactory object to obtain new loggerspublic Logger getLogger()
Loggable
getLogger
in interface Loggable
public LoggerFactory getLoggerFactory()
Loggable
getLoggerFactory
in interface Loggable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |