Class PathItemFactoryImpl<I extends PathItem>

  • All Implemented Interfaces:
    ItemFactory<I>

    public class PathItemFactoryImpl<I extends PathItem>
    extends java.lang.Object
    implements ItemFactory<I>
    Created by kurila on 30.01.17.
    • 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

      • PathItemFactoryImpl

        public PathItemFactoryImpl()