Uses of Interface
org.objectweb.jorm.metainfo.api.Manager

Packages that use Manager
org.objectweb.jorm.api   
org.objectweb.jorm.comp.compiler.api   
org.objectweb.jorm.comp.compiler.lib   
org.objectweb.jorm.metainfo.lib   
org.objectweb.jorm.parser.lib.file   
org.objectweb.jorm.runtime   
org.objectweb.jorm.verifier.api   
org.objectweb.jorm.verifier.lib   
org.objectweb.jorm.verifier.lib.file   
org.objectweb.jorm.verifier.lib.fos   
org.objectweb.jorm.verifier.lib.memory   
org.objectweb.jorm.verifier.lib.rdb   
org.objectweb.jorm.xml2mi.api   
org.objectweb.jorm.xml2mi.fos   
org.objectweb.jorm.xml2mi.lib   
org.objectweb.jorm.xml2mi.lib.fos   
org.objectweb.jorm.xml2mi.lib.memory   
org.objectweb.jorm.xml2mi.lib.rdb   
org.objectweb.jorm.xml2mi.memory   
org.objectweb.jorm.xml2mi.rdb   
 

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.
 

Methods in org.objectweb.jorm.api with parameters of type Manager
 void PMapper.setMetaInfoManager(Manager m)
          It assigns 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.
 

Uses of Manager in org.objectweb.jorm.comp.compiler.api
 

Methods in org.objectweb.jorm.comp.compiler.api that return Manager
 Manager CompilerParameter.getMetaInfoManager()
           
 

Methods in org.objectweb.jorm.comp.compiler.api with parameters of type Manager
 void CompilerParameter.setMetaInfoManager(Manager mngr)
          Sets the class name of the meta information system.
 

Uses of Manager in org.objectweb.jorm.comp.compiler.lib
 

Fields in org.objectweb.jorm.comp.compiler.lib declared as Manager
protected  Manager BasicCompiler.manager
          The manager is in charge of the meta information management.
 

Methods in org.objectweb.jorm.comp.compiler.lib that return Manager
 Manager BasicCompilerParameter.getMetaInfoManager()
           
 

Methods in org.objectweb.jorm.comp.compiler.lib with parameters of type Manager
 void BasicCompilerParameter.setMetaInfoManager(Manager mngr)
           
 

Uses of Manager in org.objectweb.jorm.metainfo.lib
 

Classes in org.objectweb.jorm.metainfo.lib that implement Manager
 class BasicManager
          Implementation object of the Manager interface.
 

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
BasicSchema(java.lang.String name, Manager parent)
          Builds a new Schema object.
 

Uses of Manager in org.objectweb.jorm.parser.lib.file
 

Fields in org.objectweb.jorm.parser.lib.file declared as Manager
protected  Manager FileParser.metaInfoManager
           
 

Methods in org.objectweb.jorm.parser.lib.file with parameters of type Manager
 void FileParser.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.
 

Uses of Manager in org.objectweb.jorm.runtime
 

Methods in org.objectweb.jorm.runtime that return Manager
 Manager Mapper.getMetaInfoManager()
           
 

Methods in org.objectweb.jorm.runtime with parameters of type Manager
 void Mapper.setMetaInfoManager(Manager m)
          It assigns 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.
 

Uses of Manager in org.objectweb.jorm.verifier.api
 

Methods in org.objectweb.jorm.verifier.api with parameters of type Manager
 void MappingVerifier.setMetaInfoManager(Manager mim)
          Assigns the meta information manager created by the parser module to the current BlobVerifier object.
 void Verifier.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 BasicVerifier.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.file
 

Methods in org.objectweb.jorm.verifier.lib.file with parameters of type Manager
 void FileVerifier.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.fos
 

Methods in org.objectweb.jorm.verifier.lib.fos with parameters of type Manager
 void FosVerifier.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.memory
 

Methods in org.objectweb.jorm.verifier.lib.memory with parameters of type Manager
 void MemoryVerifier.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.rdb
 

Methods in org.objectweb.jorm.verifier.lib.rdb with parameters of type Manager
 void RdbVerifier.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 MappingParser.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 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.
 

Uses of Manager in org.objectweb.jorm.xml2mi.fos
 

Fields in org.objectweb.jorm.xml2mi.fos declared as Manager
protected  Manager FosParser.metaInfoManager
           
 

Methods in org.objectweb.jorm.xml2mi.fos with parameters of type Manager
 void FosParser.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.
 

Uses of Manager in org.objectweb.jorm.xml2mi.lib
 

Methods in org.objectweb.jorm.xml2mi.lib with parameters of type Manager
 void ProxyParser.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.
 

Uses of Manager in org.objectweb.jorm.xml2mi.lib.fos
 

Fields in org.objectweb.jorm.xml2mi.lib.fos declared as Manager
protected  Manager FosParser.metaInfoManager
           
 

Methods in org.objectweb.jorm.xml2mi.lib.fos with parameters of type Manager
 void FosParser.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.
 

Uses of Manager in org.objectweb.jorm.xml2mi.lib.memory
 

Fields in org.objectweb.jorm.xml2mi.lib.memory declared as Manager
protected  Manager MemoryParser.metaInfoManager
           
 

Methods in org.objectweb.jorm.xml2mi.lib.memory with parameters of type Manager
 void MemoryParser.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.
 

Uses of Manager in org.objectweb.jorm.xml2mi.lib.rdb
 

Methods in org.objectweb.jorm.xml2mi.lib.rdb with parameters of type Manager
 void RDBParser.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.
 

Uses of Manager in org.objectweb.jorm.xml2mi.memory
 

Fields in org.objectweb.jorm.xml2mi.memory declared as Manager
protected  Manager MemoryParser.metaInfoManager
           
 

Methods in org.objectweb.jorm.xml2mi.memory with parameters of type Manager
 void MemoryParser.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.
 

Uses of Manager in org.objectweb.jorm.xml2mi.rdb
 

Methods in org.objectweb.jorm.xml2mi.rdb with parameters of type Manager
 void RDBParser.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.