java.lang.Object
com.thoughtworks.qdox.library.AbstractClassLibrary
com.thoughtworks.qdox.library.SourceLibrary
com.thoughtworks.qdox.library.SourceFolderLibrary
- 所有已实现的接口:
ClassLibrary,Serializable
- 从以下版本开始:
- 2.0
- 作者:
- Robert Scholte
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明addSourceFolder(File sourceFolder) protected booleancontainsClassReference(String className) Loops over the sourceFolder to find a classReference.protected JavaClassresolveJavaClass(String className) The implementation should check it's sources to see if it can build a JavaClass Model If not, just return null; Once found it will be mapped, so there's no need to keep a reference to this object.从类继承的方法 com.thoughtworks.qdox.library.SourceLibrary
addSource, addSource, addSource, addSource, getEncoding, getErrorHandler, getJavaClasses, getJavaPackages, getJavaSources, isDebugLexer, isDebugParser, registerJavaSource, resolveJavaPackage, setDebugLexer, setDebugParser, setEncoding, setErrorHandler从类继承的方法 com.thoughtworks.qdox.library.AbstractClassLibrary
getJavaClass, getJavaClass, getJavaClasses, getJavaPackage, getJavaPackages, getJavaSources, getModelBuilder, getModelBuilder, getModelBuilderFactory, getModelWriterFactory, hasClassReference, setModelBuilderFactory, setModelWriterFactory
-
构造器详细资料
-
SourceFolderLibrary
-
SourceFolderLibrary
-
-
方法详细资料
-
addSourceFolder
-
getJavaModules
- 指定者:
getJavaModules在接口中ClassLibrary- 覆盖:
getJavaModules在类中AbstractClassLibrary
-
resolveJavaClass
从类复制的说明:AbstractClassLibraryThe implementation should check it's sources to see if it can build a JavaClass Model If not, just return null; Once found it will be mapped, so there's no need to keep a reference to this object.- 覆盖:
resolveJavaClass在类中SourceLibrary- 参数:
className- the fully qualified name- 返回:
- the resolved JavaClass, otherwise
null
-
containsClassReference
Loops over the sourceFolder to find a classReference. It will try to map the className to a file.- 覆盖:
containsClassReference在类中SourceLibrary- 参数:
className- the fully qualified name of the class- 返回:
- true if this ClassLibrary has a reference to this class.
-