Class EhCacheConfigMigrator.MigrationResult
- java.lang.Object
-
- com.atlassian.confluence.cache.ehcache.config.migration.EhCacheConfigMigrator.MigrationResult
-
- Enclosing class:
- EhCacheConfigMigrator
public static class EhCacheConfigMigrator.MigrationResult extends Object
-
-
Constructor Summary
Constructors Constructor Description MigrationResult(int migratedCacheCount, Collection<com.atlassian.confluence.cache.ehcache.config.migration.MigrationWarning> warnings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMigratedCacheCount()
Collection<com.atlassian.confluence.cache.ehcache.config.migration.MigrationWarning>
getWarnings()
boolean
hasWarnings()
-
-
-
Constructor Detail
-
MigrationResult
public MigrationResult(int migratedCacheCount, Collection<com.atlassian.confluence.cache.ehcache.config.migration.MigrationWarning> warnings)
-
-
Method Detail
-
getMigratedCacheCount
public int getMigratedCacheCount()
-
getWarnings
public Collection<com.atlassian.confluence.cache.ehcache.config.migration.MigrationWarning> getWarnings()
-
hasWarnings
public boolean hasWarnings()
-
-