Package com.swiftmq.tools.versioning
Class VersionedFactory
- java.lang.Object
-
- com.swiftmq.tools.versioning.VersionedFactory
-
public abstract class VersionedFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VersionedFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Dumpable
createDumpable(Versioned versioned)
Dumpable
getDumpable(Versioned versioned)
static int[]
getSupportedVersions()
-
-
-
Method Detail
-
getSupportedVersions
public static int[] getSupportedVersions()
-
createDumpable
protected abstract Dumpable createDumpable(Versioned versioned) throws VersionedException
- Throws:
VersionedException
-
getDumpable
public Dumpable getDumpable(Versioned versioned) throws VersionedException
- Throws:
VersionedException
-
-