Package com.thoughtworks.qdox.builder
Interface ModelBuilderFactory
-
- All Superinterfaces:
java.io.Serializable
public interface ModelBuilderFactory extends java.io.Serializable
The ModelBuilderFactory for constructing ModelBuilders
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelBuilder
newInstance(ClassLibrary library)
Return a new instance of a ModelBuilder.
-
-
-
Method Detail
-
newInstance
ModelBuilder newInstance(ClassLibrary library)
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
-
-