Package com.thoughtworks.qdox.builder
Interface ModelBuilderFactory
- All Superinterfaces:
Serializable
The ModelBuilderFactory for constructing ModelBuilders
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(ClassLibrary library) Return a new instance of a ModelBuilder.
-
Method Details
-
newInstance
Return a new instance of a ModelBuilder. Parsers will use exactly one instance per java source file or class.- Parameters:
library
- the classLibrary- Returns:
- a new ModelBuilder
-