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 voidBuilder. 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 ModelWriterFactoryModelBuilder. modelWriterFactoryMethods in com.thoughtworks.qdox.builder.impl with parameters of type ModelWriterFactory Modifier and Type Method Description voidModelBuilder. 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 ModelWriterFactoryAbstractClassLibrary. modelWriterFactoryprivate ModelWriterFactoryOrderedClassLibraryBuilder. modelWriterFactoryMethods in com.thoughtworks.qdox.library that return ModelWriterFactory Modifier and Type Method Description protected ModelWriterFactoryAbstractClassLibrary. getModelWriterFactory()Methods in com.thoughtworks.qdox.library with parameters of type ModelWriterFactory Modifier and Type Method Description voidAbstractClassLibrary. setModelWriterFactory(ModelWriterFactory factory)Set the ModelWriterFactory for this class.ClassLibraryBuilderClassLibraryBuilder. setModelWriterFactory(ModelWriterFactory factory)Define theModelWriterFactorywhich is used by the classes when calling for the codeBlock.ClassLibraryBuilderOrderedClassLibraryBuilder. setModelWriterFactory(ModelWriterFactory modelWriterFactory)ClassLibraryBuilderSortedClassLibraryBuilder. 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 ModelWriterFactoryAbstractJavaModel. modelWriterFactoryprivate ModelWriterFactoryDefaultJavaSource. modelWriterFactoryMethods in com.thoughtworks.qdox.model.impl with parameters of type ModelWriterFactory Modifier and Type Method Description voidAbstractJavaModel. setModelWriterFactory(ModelWriterFactory modelWriterFactory)voidDefaultJavaSource. setModelWriterFactory(ModelWriterFactory modelWriterFactory)
-