Package com.swiftmq.tools.versioning
Interface VersionedConverter
-
public interface VersionedConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
convert(VersionedDumpable vd, int toVersion)
void
convert(VersionedDumpable vd, int[] acceptedVersions)
-
-
-
Method Detail
-
convert
void convert(VersionedDumpable vd, int toVersion) throws VersionedException
- Throws:
VersionedException
-
convert
void convert(VersionedDumpable vd, int[] acceptedVersions) throws VersionedException
- Throws:
VersionedException
-
-