org.objectweb.jorm.compiler.api
Interface JormCompilerConfigurator
- JormConfigurator
public interface JormCompilerConfigurator
Used to hold the configuration information related to a JORM compiler
instance.
- P. Dechamboux
addSubMapper , configure , configure , configure , configureLog , getGcmClass , getLoggerFactory , getMIFactory , getMIManager , getMappingDomtreeBuilder , getMappingParser , getParser , getSchMgr , getSubMappers , getWriter , knownMappers , removeAllMappers , removeMapper , removeSubMapper , setLoggerFactory |
DEFAULT_JORM_CONFIGURATION_FILE
public static final String DEFAULT_JORM_CONFIGURATION_FILE
LOGGER_NAME
public static final String LOGGER_NAME
USE_CONTEXT_CLASSLOADER
public static final String USE_CONTEXT_CLASSLOADER
getGenerator
public Generator getGenerator()
throws PException
Gets the generator to be used by JORM.
- That generator.
getGlobalJormcOptsFile
public InputStream getGlobalJormcOptsFile()
throws PException
Gets an InputStream for reading the global compiler parameters.
- The allocated InputStream.
PException
-
getJormcOptsFile
public String getJormcOptsFile()
throws PException
Gets the name to be used for the compiler options file.
- That name.
getMOPFactory
public MOPFactory getMOPFactory(String mappername)
throws PException
Gets the MOP factory associated with the given mapper.
mappername
- The name of the concerned mapper.
- The MOPFactory object.
PException
-
getMappingVerifier
public MappingVerifier getMappingVerifier(String mappername)
throws PException
Gets the verifier associated with the given mapper.
mappername
- The name of the concerned mapper.
- The MappingVerifier object.
PException
-
getVerifier
public Verifier getVerifier()
throws PException
Gets the verifier to be used by JORM.
- That verifier.