com.atlassian.confluence.upgrade.recovery
Class EchoEntityNameProcessor

java.lang.Object
  extended by com.atlassian.confluence.upgrade.recovery.EchoEntityNameProcessor
All Implemented Interfaces:
com.atlassian.dbexporter.EntityNameProcessor

public class EchoEntityNameProcessor
extends java.lang.Object
implements com.atlassian.dbexporter.EntityNameProcessor

Entity name processor that does not change the entity names.

Since:
v5.4

Constructor Summary
EchoEntityNameProcessor()
           
 
Method Summary
 java.lang.String columnName(java.lang.String column)
           
 java.lang.String tableName(java.lang.String table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoEntityNameProcessor

public EchoEntityNameProcessor()
Method Detail

tableName

public java.lang.String tableName(java.lang.String table)
Specified by:
tableName in interface com.atlassian.dbexporter.EntityNameProcessor

columnName

public java.lang.String columnName(java.lang.String column)
Specified by:
columnName in interface com.atlassian.dbexporter.EntityNameProcessor


Copyright © 2003-2014 Atlassian. All Rights Reserved.