Package com.thoughtworks.qdox
Class JavaClassContext
java.lang.Object
com.thoughtworks.qdox.JavaClassContext
- All Implemented Interfaces:
Serializable
JavaClassContext gives you a mechanism to get a JavaClass.
If a class couldn't be found in the cache, the class will be pulled from the classLibrary, the builder will create the corresponding JavaClass and put it in the cache.
- Author:
- Robert Scholte
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJavaClassContext
(JavaDocBuilder builder) JavaClassContext
(ClassLibrary classLibrary) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
add
(JavaPackage jPackage) void
getClassByName
(String name) temporary, this should be hiddengetPackageByName
(String name) void
setClassLibrary
(ClassLibrary classLibrary)
-
Constructor Details
-
JavaClassContext
-
JavaClassContext
-
-
Method Details
-
setClassLibrary
-
getClassLibrary
temporary, this should be hidden- Returns:
- classLibrary
-
getClassByName
-
getClasses
-
add
-
add
-
getClass
-
getPackageByName
-
add
-
getPackages
-