| 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 and Description |
|---|---|
JavaModuleDescriptor |
JavaModule.getDescriptor() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJavaModuleDescriptor |
| Modifier and Type | Method and Description |
|---|---|
JavaModuleDescriptor |
DefaultJavaModule.getDescriptor() |
| Constructor and Description |
|---|
DefaultJavaModule(java.lang.String name,
JavaModuleDescriptor descriptor) |
| Modifier and Type | Method and 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 and 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.