Class ResourceFactory


  • public class ResourceFactory
    extends java.lang.Object
    Class responsible for instantiating Resource objects, given name and type.
    Version:
    $Id: ResourceFactory.java 463298 2006-10-12 16:10:32Z henning $
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Resource getResource​(java.lang.String resourceName, int resourceType)  
      • 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

      • getResource

        public static Resource getResource​(java.lang.String resourceName,
                                           int resourceType)
        Parameters:
        resourceName -
        resourceType -
        Returns:
        The resource described by name and type.