Interface Migration

  • All Known Implementing Classes:
    AbstractMigration

    public interface Migration
    Interface to authoring a 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