org.apache.jetspeed.tools.migration
Interface JetspeedMigrationResult


public interface JetspeedMigrationResult

Jetspeed Migration Result interface.

Version:
$Id$
Author:
Randy Watler

Method Summary
 int getDroppedRows()
          Get dropped row count.
 int getMigratedRows()
          Get migrated row count.
 

Method Detail

getMigratedRows

int getMigratedRows()
Get migrated row count.

Returns:
count

getDroppedRows

int getDroppedRows()
Get dropped row count.

Returns:
count


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.