|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PathExplorer in org.objectweb.jorm.compiler.lib |
Fields in org.objectweb.jorm.compiler.lib declared as PathExplorer | |
PathExplorer |
JormCompilerParameter.classpath
classpath is an object which stores a set of paths (or jar files). |
Methods in org.objectweb.jorm.compiler.lib that return PathExplorer | |
PathExplorer |
JormCompilerParameter.getClasspath()
|
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.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |