Interface TransferVersionChecker

All Known Implementing Classes:
TransferVersionCheckerImpl, TransferVersionCheckerNoOp

public interface TransferVersionChecker
Author:
mrogers
  • Method Details

    • checkTransferVersions

      boolean checkTransferVersions(TransferVersion from, TransferVersion to)
      Checks whether transfer is compatible between the two versions
      Parameters:
      from - the version from
      to - the version to
      Returns:
      boolean true the versions are compatible