Package org.technologybrewery.baton
Interface Migration
-
- All Known Implementing Classes:
AbstractMigration
public interface MigrationInterface to authoring a migration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MigrationSummaryexecute(org.apache.maven.shared.model.fileset.FileSet[] filesets)Executes the migration.
-
-
-
Method Detail
-
execute
MigrationSummary execute(org.apache.maven.shared.model.fileset.FileSet[] filesets)
Executes the migration.- Parameters:
filesets- the files on which to perform the migration- Returns:
- a summary of the migrations performed
-
-