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

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

@ThreadSafe
public class ComparedSchema
extends java.lang.Object
implements SchemaComparison


Constructor Summary
ComparedSchema(java.lang.Iterable<TableSchemaComparison> tables, java.util.Collection<java.lang.String> warnings)
           
 
Method Summary
 java.lang.Iterable<TableSchemaComparison> getTables()
           
 java.util.Collection<java.lang.String> getWarnings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComparedSchema

public ComparedSchema(java.lang.Iterable<TableSchemaComparison> tables,
                      java.util.Collection<java.lang.String> warnings)
Method Detail

getTables

public java.lang.Iterable<TableSchemaComparison> getTables()
Specified by:
getTables in interface SchemaComparison

getWarnings

public java.util.Collection<java.lang.String> getWarnings()
Specified by:
getWarnings in interface SchemaComparison


Copyright © 2003-2014 Atlassian. All Rights Reserved.