Class ItemFactoryImpl<I extends Item>

    • Constructor Summary

      Constructors 
      Constructor Description
      ItemFactoryImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      I getItem​(java.lang.String line)  
      I getItem​(java.lang.String name, long id, long size)  
      java.lang.Class<I> getItemClass()  
      • Methods inherited from class java.lang.Object

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

      • ItemFactoryImpl

        public ItemFactoryImpl()