Class MigrationTarget

java.lang.Object
org.technologybrewery.baton.config.MigrationTarget

public class MigrationTarget extends Object
Holds target information to support migration execution. A target represents the implementation details for each migration.
  • Constructor Details

    • MigrationTarget

      public MigrationTarget()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getImplementation

      public String getImplementation()
    • setImplementation

      public void setImplementation(String implementation)
    • setVersion

      public void setVersion(String version)
    • getVersion

      public String getVersion()
    • getFileSets

      public List<FileSet> getFileSets()
    • addFileSets

      public void addFileSets(FileSet fileSet)