| Package | Description |
|---|---|
| org.bsc.confluence | |
| org.bsc.confluence.rest | |
| org.bsc.confluence.xmlrpc |
| Modifier and Type | Method and Description |
|---|---|
static ExportFormat |
ExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportFormat[] |
ExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfluenceService.exportPage(String url,
String spaceKey,
String pageTitle,
ExportFormat exfmt,
File outputFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
RESTConfluenceServiceImpl.exportPage(String url,
String spaceKey,
String pageTitle,
ExportFormat exfmt,
File outputFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfluenceExportDecorator.exportPage(String space,
String pageTitle,
ExportFormat format,
File outputFile) |
void |
XMLRPCConfluenceServiceImpl.exportPage(String url,
String spaceKey,
String pageTitle,
ExportFormat exfmt,
File outputFile) |
Copyright © 2018. All rights reserved.