Interface UpgradePipeline<T>

Type Parameters:
T - The target type supported
All Known Implementing Classes:
DefaultUpgradePipelineImpl

public interface UpgradePipeline<T>
Groups any number of UpgradeOperation instances
Since:
3.1.5
Author:
joseross
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes each UpgradeOperation for the given target
    boolean
    Indicates if the pipeline doesn't contain any operations