|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Used to hold the configuration information related to a JORM compiler instance.
Field Summary | |
static java.lang.String |
DEFAULT_JORM_CONFIGURATION_FILE
|
static java.lang.String |
LOGGER_NAME
|
static java.lang.String |
USE_CONTEXT_CLASSLOADER
|
Method Summary | |
Generator |
getGenerator()
Gets the generator to be used by JORM. |
java.io.InputStream |
getGlobalJormcOptsFile()
Gets an InputStream for reading the global compiler parameters. |
java.lang.String |
getJormcOptsFile()
Gets the name to be used for the compiler options file. |
MappingVerifier |
getMappingVerifier(java.lang.String mappername)
Gets the verifier associated with the given mapper. |
MOPFactory |
getMOPFactory(java.lang.String mappername)
Gets the MOP factory associated with the given mapper. |
Verifier |
getVerifier()
Gets the verifier to be used by JORM. |
Methods inherited from interface org.objectweb.jorm.api.JormConfigurator |
addSubMapper, configure, configure, configure, configureLog, getGcmClass, getLoggerFactory, getMappingDomtreeBuilder, getMappingParser, getMIFactory, getMIManager, getParser, getSchMgr, getSubMappers, getWriter, knownMappers, removeAllMappers, removeMapper, removeSubMapper, setLoggerFactory |
Field Detail |
public static final java.lang.String LOGGER_NAME
public static final java.lang.String DEFAULT_JORM_CONFIGURATION_FILE
public static final java.lang.String USE_CONTEXT_CLASSLOADER
Method Detail |
public Verifier getVerifier() throws PException
PException
public Generator getGenerator() throws PException
PException
public java.lang.String getJormcOptsFile() throws PException
PException
public MOPFactory getMOPFactory(java.lang.String mappername) throws PException
mappername
- The name of the concerned mapper.
PException
public java.io.InputStream getGlobalJormcOptsFile() throws PException
PException
public MappingVerifier getMappingVerifier(java.lang.String mappername) throws PException
mappername
- The name of the concerned mapper.
PException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |