Uses of Interface
com.thoughtworks.qdox.model.JavaModuleDescriptor
Packages that use JavaModuleDescriptor
Package
Description
Provides classes reflecting the Java model elements.
Provides the default implementation of the classes reflecting the Java model elements.
Provides classes to write Java model elements in any style
Provides the default implementation of classes to write Java model elements in any style.
-
Uses of JavaModuleDescriptor in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model that return JavaModuleDescriptor -
Uses of JavaModuleDescriptor in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement JavaModuleDescriptorFields in com.thoughtworks.qdox.model.impl declared as JavaModuleDescriptorMethods in com.thoughtworks.qdox.model.impl that return JavaModuleDescriptorConstructors in com.thoughtworks.qdox.model.impl with parameters of type JavaModuleDescriptor -
Uses of JavaModuleDescriptor in com.thoughtworks.qdox.writer
Methods in com.thoughtworks.qdox.writer with parameters of type JavaModuleDescriptorModifier and TypeMethodDescriptionModelWriter.writeModuleDescriptor
(JavaModuleDescriptor descriptor) Write the module descriptor A standard module descriptor writer should write: the javadoc the annotations the module signature, containing: the requires statements the exports statements the opens statements the uses statements the provides statements -
Uses of JavaModuleDescriptor in com.thoughtworks.qdox.writer.impl
Methods in com.thoughtworks.qdox.writer.impl with parameters of type JavaModuleDescriptorModifier and TypeMethodDescriptionDefaultModelWriter.writeModuleDescriptor
(JavaModuleDescriptor descriptor) Write the module descriptor A standard module descriptor writer should write: the javadoc the annotations the module signature, containing: the requires statements the exports statements the opens statements the uses statements the provides statements