Class VersionObjectFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Dumpable createDumpable​(int dumpId)
      Creates a new Dumpable object for the given dump id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VersionObjectFactory

        public VersionObjectFactory()
    • Method Detail

      • createDumpable

        public Dumpable createDumpable​(int dumpId)
        Description copied from class: DumpableFactory
        Creates a new Dumpable object for the given dump id.
        Specified by:
        createDumpable in class DumpableFactory
        Parameters:
        dumpId - the dump id
        Returns:
        Dumpable