|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Manager in org.objectweb.jorm.api |
Methods in org.objectweb.jorm.api that return Manager | |
Manager |
PMapper.getMetaInfoManager()
It retrieves a meta-information Manager that may used by a parser in order to load the meta-information associated to JORM classes mapped within this PMapper. |
Manager |
JormConfigurator.getMIManager()
Gets the MI manager to be used by JORM. |
Methods in org.objectweb.jorm.api with parameters of type Manager | |
void |
JormConfigurator.configureMIManager(Manager miman)
Configures the MI manager associated with either a JORM compiler or a simple mapper. |
void |
JormConfigurator.configureParser(Parser p,
java.util.ArrayList dtdlocs,
PathExplorer pe,
Manager miman)
Configures the parser associated with either a JORM compiler or a simple mapper. |
Uses of Manager in org.objectweb.jorm.compiler.lib |
Fields in org.objectweb.jorm.compiler.lib declared as Manager | |
protected Manager |
JormCompiler.manager
The manager is in charge of the meta information management. |
Methods in org.objectweb.jorm.compiler.lib that return Manager | |
Manager |
JormCompiler.getMIManager()
Retrieves the MIanager instance. |
Methods in org.objectweb.jorm.compiler.lib with parameters of type Manager | |
void |
JormCompiler.setMIManager(Manager manager)
Assignes the Meta info manager |
Uses of Manager in org.objectweb.jorm.generator.api |
Methods in org.objectweb.jorm.generator.api with parameters of type Manager | |
void |
Generator.setMetaInfoManager(Manager mim)
Assigns the meta information manager to this generator. |
Uses of Manager in org.objectweb.jorm.generator.lib |
Methods in org.objectweb.jorm.generator.lib with parameters of type Manager | |
void |
JormGenerator.setMetaInfoManager(Manager mim)
Assigns the meta information manager to this generator. |
Uses of Manager in org.objectweb.jorm.lib |
Methods in org.objectweb.jorm.lib that return Manager | |
Manager |
Mapper.getMetaInfoManager()
|
Manager |
JormConfiguratorImpl.getMIManager()
Gets the MI manager to be used by JORM. |
Methods in org.objectweb.jorm.lib with parameters of type Manager | |
void |
JormConfiguratorImpl.configureMIManager(Manager miman)
Configures the MI manager associated with either a JORM compiler or a simple mapper. |
void |
JormConfiguratorImpl.configureParser(Parser parser,
java.util.ArrayList dtdlocs,
PathExplorer pe,
Manager miman)
Configures the parser associated with either a JORM compiler or a simple mapper. |
Uses of Manager in org.objectweb.jorm.metainfo.lib |
Classes in org.objectweb.jorm.metainfo.lib that implement Manager | |
class |
JormManager
Implementation object of the Manager interface. |
Methods in org.objectweb.jorm.metainfo.lib that return Manager | |
Manager |
BasicMetaObject.getManager()
Returns the Manager object. |
Methods in org.objectweb.jorm.metainfo.lib with parameters of type Manager | |
void |
MetaInfoPrinter.print(java.lang.String p,
Manager mgr,
java.io.PrintStream out)
|
Constructors in org.objectweb.jorm.metainfo.lib with parameters of type Manager | |
MetaInfoPrinter(Manager m)
|
|
BasicPackage(java.lang.String name,
Manager parent)
Builds a new Package object. |
Uses of Manager in org.objectweb.jorm.verifier.api |
Methods in org.objectweb.jorm.verifier.api with parameters of type Manager | |
void |
Verifier.setMetaInfoManager(Manager mim)
Assigns the meta information manager to this Verifier. |
void |
MappingVerifier.setMetaInfoManager(Manager mim)
Assigns the meta information manager created by the parser module to the current BlobVerifier object. |
Uses of Manager in org.objectweb.jorm.verifier.lib |
Methods in org.objectweb.jorm.verifier.lib with parameters of type Manager | |
void |
JormVerifier.setMetaInfoManager(Manager mim)
Assigns the meta information manager created by the parser module to the current BlobVerifier object. |
Uses of Manager in org.objectweb.jorm.xml2mi.api |
Methods in org.objectweb.jorm.xml2mi.api with parameters of type Manager | |
void |
Parser.setMetaInfoManager(Manager mim)
Assigns a meta-information manager to a parser in order from it to create the meta-information related to the XML files it parses. |
void |
MappingParser.setMetaInfoManager(Manager manager)
Assigns a meta-information manager to a parser in order from it to create the meta-information related to the XML files it parses. |
Uses of Manager in org.objectweb.jorm.xml2mi.lib |
Fields in org.objectweb.jorm.xml2mi.lib declared as Manager | |
protected Manager |
BasicMappingParser.metaInfoManager
The meta information manager for managing meta-objects within the context of a mapper. |
Methods in org.objectweb.jorm.xml2mi.lib with parameters of type Manager | |
void |
BasicMappingParser.setMetaInfoManager(Manager mim)
Assigns a meta-information manager to a parser in order from it to create the meta-information related to the XML files it parses. |
void |
BasicDomParser.setMetaInfoManager(Manager mim)
Assigns a meta-information manager to a parser in order from it to create the meta-information related to the XML files it parses. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |