Uses of Interface
com.thoughtworks.qdox.writer.ModelWriterFactory
-
Packages that use ModelWriterFactory Package Description com.thoughtworks.qdox.builder Provides classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.builder.impl Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.library Provides classes to construct a classloader-like structure of libraries There are two types of ClassLibraryBuilders:SortedClassLibraryBuilder
, which bundles the libraries by typeOrderedClassLibraryBuilder
, which respects the order of added libraries There are four types of ClassLibraries:ClassLoaderLibrary
, which uses the classpath to search for sources or binariesSourceLibrary
, which uses a specific sourcefileSourceFolderLibrary
, which tries to locate sourcefiles by translating the package to foldersClassNameLibrary
, which generates an anonymous class, as if it would existcom.thoughtworks.qdox.model.impl Provides the default implementation of the classes reflecting the Java model elements. -
-
Uses of ModelWriterFactory in com.thoughtworks.qdox.builder
Methods in com.thoughtworks.qdox.builder with parameters of type ModelWriterFactory Modifier and Type Method Description void
Builder. setModelWriterFactory(ModelWriterFactory writer)
-
Uses of ModelWriterFactory in com.thoughtworks.qdox.builder.impl
Fields in com.thoughtworks.qdox.builder.impl declared as ModelWriterFactory Modifier and Type Field Description private ModelWriterFactory
ModelBuilder. modelWriterFactory
Methods in com.thoughtworks.qdox.builder.impl with parameters of type ModelWriterFactory Modifier and Type Method Description void
ModelBuilder. setModelWriterFactory(ModelWriterFactory modelWriterFactory)
-
Uses of ModelWriterFactory in com.thoughtworks.qdox.library
Fields in com.thoughtworks.qdox.library declared as ModelWriterFactory Modifier and Type Field Description private ModelWriterFactory
AbstractClassLibrary. modelWriterFactory
private ModelWriterFactory
OrderedClassLibraryBuilder. modelWriterFactory
Methods in com.thoughtworks.qdox.library that return ModelWriterFactory Modifier and Type Method Description protected ModelWriterFactory
AbstractClassLibrary. getModelWriterFactory()
Methods in com.thoughtworks.qdox.library with parameters of type ModelWriterFactory Modifier and Type Method Description void
AbstractClassLibrary. setModelWriterFactory(ModelWriterFactory factory)
Set the ModelWriterFactory for this class.ClassLibraryBuilder
ClassLibraryBuilder. setModelWriterFactory(ModelWriterFactory factory)
Define theModelWriterFactory
which is used by the classes when calling for the codeBlock.ClassLibraryBuilder
OrderedClassLibraryBuilder. setModelWriterFactory(ModelWriterFactory modelWriterFactory)
ClassLibraryBuilder
SortedClassLibraryBuilder. setModelWriterFactory(ModelWriterFactory modelWriterFactory)
-
Uses of ModelWriterFactory in com.thoughtworks.qdox.model.impl
Fields in com.thoughtworks.qdox.model.impl declared as ModelWriterFactory Modifier and Type Field Description private ModelWriterFactory
AbstractJavaModel. modelWriterFactory
private ModelWriterFactory
DefaultJavaSource. modelWriterFactory
Methods in com.thoughtworks.qdox.model.impl with parameters of type ModelWriterFactory Modifier and Type Method Description void
AbstractJavaModel. setModelWriterFactory(ModelWriterFactory modelWriterFactory)
void
DefaultJavaSource. setModelWriterFactory(ModelWriterFactory modelWriterFactory)
-