Package | Description |
---|---|
com.thoughtworks.qdox.model |
Provides classes reflecting the Java model elements.
|
com.thoughtworks.qdox.model.impl |
Provides the default implementation of the classes reflecting the Java model elements.
|
com.thoughtworks.qdox.writer |
Provides classes to write Java model elements in any style
|
com.thoughtworks.qdox.writer.impl |
Provides the default implementation of classes to write Java model elements in any style.
|
Modifier and Type | Method | Description |
---|---|---|
JavaModuleDescriptor |
JavaModule.getDescriptor() |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultJavaModuleDescriptor |
Modifier and Type | Method | Description |
---|---|---|
JavaModuleDescriptor |
DefaultJavaModule.getDescriptor() |
Constructor | Description |
---|---|
DefaultJavaModule(java.lang.String name,
JavaModuleDescriptor descriptor) |
Modifier and Type | Method | Description |
---|---|---|
ModelWriter |
ModelWriter.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
|
Modifier and Type | Method | Description |
---|---|---|
ModelWriter |
DefaultModelWriter.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
|
Copyright © 2002–2018. All rights reserved.