com.atlassian.confluence.core.persistence.schema.descriptor
Class ComparedTable

java.lang.Object
  extended by com.atlassian.confluence.core.persistence.schema.descriptor.ComparedTable
All Implemented Interfaces:
TableSchemaComparison

@ThreadSafe
public class ComparedTable
extends Object
implements TableSchemaComparison


Constructor Summary
ComparedTable(String tableName, Iterable<? extends SchemaElementComparison.IndexComparison> indexComparisons, Iterable<? extends SchemaElementComparison.ColumnComparison> columnComparisons)
           
 
Method Summary
 Iterable<? extends SchemaElementComparison.ColumnComparison> getColumns()
           
 Iterable<? extends SchemaElementComparison.IndexComparison> getIndexes()
           
 String getTableName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComparedTable

public ComparedTable(String tableName,
                     Iterable<? extends SchemaElementComparison.IndexComparison> indexComparisons,
                     Iterable<? extends SchemaElementComparison.ColumnComparison> columnComparisons)
Method Detail

getTableName

public String getTableName()
Specified by:
getTableName in interface TableSchemaComparison

getIndexes

public Iterable<? extends SchemaElementComparison.IndexComparison> getIndexes()
Specified by:
getIndexes in interface TableSchemaComparison

getColumns

public Iterable<? extends SchemaElementComparison.ColumnComparison> getColumns()
Specified by:
getColumns in interface TableSchemaComparison


Copyright © 2003–2015 Atlassian. All rights reserved.