com.atlassian.confluence.cache.ehcache.config.migration
Class EhCacheConfigMigrator.MigrationResult

java.lang.Object
  extended by com.atlassian.confluence.cache.ehcache.config.migration.EhCacheConfigMigrator.MigrationResult
Enclosing class:
EhCacheConfigMigrator

public static class EhCacheConfigMigrator.MigrationResult
extends java.lang.Object


Constructor Summary
EhCacheConfigMigrator.MigrationResult(int migratedCacheCount, java.util.Collection<com.atlassian.confluence.cache.ehcache.config.migration.MigrationWarning> warnings)
           
 
Method Summary
 int getMigratedCacheCount()
           
 java.util.Collection<com.atlassian.confluence.cache.ehcache.config.migration.MigrationWarning> getWarnings()
           
 boolean hasWarnings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhCacheConfigMigrator.MigrationResult

public EhCacheConfigMigrator.MigrationResult(int migratedCacheCount,
                                             java.util.Collection<com.atlassian.confluence.cache.ehcache.config.migration.MigrationWarning> warnings)
Method Detail

getMigratedCacheCount

public int getMigratedCacheCount()

getWarnings

public java.util.Collection<com.atlassian.confluence.cache.ehcache.config.migration.MigrationWarning> getWarnings()

hasWarnings

public boolean hasWarnings()


Copyright © 2003-2014 Atlassian. All Rights Reserved.