Uses of Interface
org.objectweb.jorm.util.io.api.PathExplorer

Packages that use PathExplorer
org.objectweb.jorm.api   
org.objectweb.jorm.compiler.api   
org.objectweb.jorm.compiler.lib   
org.objectweb.jorm.generator.api   
org.objectweb.jorm.generator.lib   
org.objectweb.jorm.lib   
org.objectweb.jorm.util.io.lib   
org.objectweb.jorm.xml2mi.api   
org.objectweb.jorm.xml2mi.lib   
 

Uses of PathExplorer in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api with parameters of type PathExplorer
 void PMapper.setPathsToPdFiles(PathExplorer paths)
          It assigns a set of paths to locations where jorm descriptor files may be found.
 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 PathExplorer in org.objectweb.jorm.compiler.api
 

Methods in org.objectweb.jorm.compiler.api that return PathExplorer
 PathExplorer JormCompilerParameter.getClasspath()
           
 

Methods in org.objectweb.jorm.compiler.api with parameters of type PathExplorer
 void JormCompilerParameter.setClasspath(PathExplorer classpath)
           
 

Uses of PathExplorer in org.objectweb.jorm.compiler.lib
 

Methods in org.objectweb.jorm.compiler.lib that return PathExplorer
 PathExplorer JormCompilerParameterImpl.getClasspath()
           
 

Methods in org.objectweb.jorm.compiler.lib with parameters of type PathExplorer
 void JormCompilerParameterImpl.setClasspath(PathExplorer classpath)
           
 

Uses of PathExplorer in org.objectweb.jorm.generator.api
 

Methods in org.objectweb.jorm.generator.api with parameters of type PathExplorer
 void Generator.setPathExplorer(PathExplorer pathexpl)
          Assigns a PathExplorer object for locating files that have to be parsed.
 

Uses of PathExplorer in org.objectweb.jorm.generator.lib
 

Methods in org.objectweb.jorm.generator.lib with parameters of type PathExplorer
 void JormGenerator.setPathExplorer(PathExplorer pathexpl)
          Assigns a PathExplorer object for locating files that have to be parsed.
 

Uses of PathExplorer in org.objectweb.jorm.lib
 

Methods in org.objectweb.jorm.lib with parameters of type PathExplorer
 void Mapper.setPathsToPdFiles(PathExplorer paths)
          It assigns a set of paths to locations where jorm descriptor files may be found.
 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 PathExplorer in org.objectweb.jorm.util.io.lib
 

Classes in org.objectweb.jorm.util.io.lib that implement PathExplorer
 class DirJavaExplorer
          DirJavaExplorer defines methods to create object able to manage a list of paths and furnish input and output stream on files
 

Uses of PathExplorer in org.objectweb.jorm.xml2mi.api
 

Methods in org.objectweb.jorm.xml2mi.api with parameters of type PathExplorer
 void Parser.setPathExplorer(PathExplorer pathexpl)
          Assigns a PathExplorer object for locating files that have to be parsed.
 void MappingParser.setPathExplorer(PathExplorer explorer)
          Assigns a PathExplorer object for locating files that have to be parsed.
 

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

Fields in org.objectweb.jorm.xml2mi.lib declared as PathExplorer
protected  PathExplorer BasicMappingParser.pathExplorer
          pathExplorer is able to return input or output stream from a given file.
 

Methods in org.objectweb.jorm.xml2mi.lib with parameters of type PathExplorer
 void BasicMappingParser.setPathExplorer(PathExplorer pathExpl)
          Assigns a PathExplorer object for locating files that have to be parsed.
 void BasicDomParser.setPathExplorer(PathExplorer pathexpl)
          Assigns a PathExplorer object for locating files that have to be parsed.