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 java.lang.Object
implements TableSchemaComparison


Constructor Summary
ComparedTable(java.lang.String tableName, java.lang.Iterable<? extends SchemaElementComparison.IndexComparison> indexComparisons, java.lang.Iterable<? extends SchemaElementComparison.ColumnComparison> columnComparisons)
           
 
Method Summary
 java.lang.Iterable<? extends SchemaElementComparison.ColumnComparison> getColumns()
           
 java.lang.Iterable<? extends SchemaElementComparison.IndexComparison> getIndexes()
           
 java.lang.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(java.lang.String tableName,
                     java.lang.Iterable<? extends SchemaElementComparison.IndexComparison> indexComparisons,
                     java.lang.Iterable<? extends SchemaElementComparison.ColumnComparison> columnComparisons)
Method Detail

getTableName

public java.lang.String getTableName()
Specified by:
getTableName in interface TableSchemaComparison

getIndexes

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

getColumns

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.