Class ConfluenceTableReader
- java.lang.Object
-
- com.atlassian.confluence.upgrade.recovery.ConfluenceTableReader
-
- All Implemented Interfaces:
com.atlassian.dbexporter.exporter.TableReader
public class ConfluenceTableReader extends Object implements com.atlassian.dbexporter.exporter.TableReader
Confluence specificTableReader
.Finds all tables and columns that need to be exported.
- Since:
- 5.4
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.base.Predicate<String>
INCLUDED_TABLENAME
-
Constructor Summary
Constructors Constructor Description ConfluenceTableReader(Connection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<com.atlassian.dbexporter.Table>
read(com.atlassian.dbexporter.DatabaseInformation databaseInformation, com.atlassian.dbexporter.EntityNameProcessor entityNameProcessor)
-
-
-
Field Detail
-
INCLUDED_TABLENAME
public static final com.google.common.base.Predicate<String> INCLUDED_TABLENAME
-
-
Constructor Detail
-
ConfluenceTableReader
public ConfluenceTableReader(Connection connection)
-
-
Method Detail
-
read
public Iterable<com.atlassian.dbexporter.Table> read(com.atlassian.dbexporter.DatabaseInformation databaseInformation, com.atlassian.dbexporter.EntityNameProcessor entityNameProcessor)
- Specified by:
read
in interfacecom.atlassian.dbexporter.exporter.TableReader
-
-