Class ResourceFactory<T>


  • public abstract class ResourceFactory<T>
    extends java.lang.Object
    Since:
    5.2
    Author:
    baldersheim
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceFactory()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract T create()  
      • Methods inherited from class java.lang.Object

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

      • ResourceFactory

        public ResourceFactory()
    • Method Detail

      • create

        public abstract T create()