| Modifier and Type | Method and Description |
|---|---|
IDumper |
IXDocReport.getDumper(DumperOptions options)
Returns the dumper for the given options.
|
IDumper |
AbstractXDocReport.getDumper(DumperOptions options) |
| Modifier and Type | Method and Description |
|---|---|
IDumper |
IDumperDiscovery.getDumper()
Returns teh
IDumper instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDumper |
class |
AbstractProjectDumper |
| Modifier and Type | Method and Description |
|---|---|
IDumper |
DumperRegistry.findDumper(java.lang.String kind)
Returns the dumper registered with the given kind in the registry.
|
IDumper |
DumperRegistry.getDumper(java.lang.String kind)
Returns the dumper registered with the given kind in the registry and null otherwise.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EclipseProjectDumper |
| Modifier and Type | Method and Description |
|---|---|
IDumper |
EclipseProjectDumperDiscovery.getDumper()
Returns the singleton
EclipseProjectDumper. |
static IDumper |
EclipseProjectDumper.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaMainDumper
IDumper implementation which dump a report and context to generate a single Java Main class which generates a
report :
the template document is encoded as binary 64 String. |
| Modifier and Type | Method and Description |
|---|---|
IDumper |
JavaMainDumperDiscovery.getDumper()
Returns the singleton
JavaMain. |
static IDumper |
JavaMainDumper.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
MavenProjectDumper |
| Modifier and Type | Method and Description |
|---|---|
IDumper |
MavenProjectDumperDiscovery.getDumper()
Returns the singleton
MavenProjectDumper. |
static IDumper |
MavenProjectDumper.getInstance() |
Copyright © 2024. All Rights Reserved.