Uses of Class
com.thoughtworks.qdox.parser.ParseException
Packages that use ParseException
Package
Description
Provides classes to construct a classloader-like structure of libraries
There are two types of ClassLibraryBuilders:
SortedClassLibraryBuilder
, which bundles the libraries by type
OrderedClassLibraryBuilder
, which respects the order of added libraries
There are four types of ClassLibraries:
ClassLoaderLibrary
, which uses the classpath to search for sources or binaries
SourceLibrary
, which uses a specific sourcefile
SourceFolderLibrary
, which tries to locate sourcefiles by translating the package to folders
ClassNameLibrary
, which generates an anonymous class, as if it would exist
-
Uses of ParseException in com.thoughtworks.qdox.library
Methods in com.thoughtworks.qdox.library with parameters of type ParseExceptionMethods in com.thoughtworks.qdox.library that throw ParseExceptionModifier and TypeMethodDescriptionAdd aFile
containing java code to this librarySourceLibrary.addSource
(InputStream stream) Add anInputStream
containing java code to this libraryAdd aReader
containing java code to this libraryAdd aURL
containing java code to this libraryprivate Builder
(package private) Builder
SourceLibrary.parse
(InputStream stream, URL url) (package private) Builder