Uses of Class
org.technologybrewery.baton.MigrationSummary
-
Packages that use MigrationSummary Package Description org.technologybrewery.baton -
-
Uses of MigrationSummary in org.technologybrewery.baton
Methods in org.technologybrewery.baton that return MigrationSummary Modifier and Type Method Description MigrationSummaryAbstractMigration. execute(org.apache.maven.shared.model.fileset.FileSet[] fileSets)If active, validates applicability of the migration each targeted file and then performs the migration.MigrationSummaryMigration. execute(org.apache.maven.shared.model.fileset.FileSet[] filesets)Executes the migration.Methods in org.technologybrewery.baton that return types with arguments of type MigrationSummary Modifier and Type Method Description List<MigrationSummary>GroupSummary. getMigrationSummaries()Methods in org.technologybrewery.baton with parameters of type MigrationSummary Modifier and Type Method Description voidGroupSummary. addMigrationSummary(MigrationSummary migrationSummary)Adds a migration summary to the group summary
-