Class ResourceLoader


  • public class ResourceLoader
    extends java.lang.Object
    Helper class for retrieving resources relative to the installation.
    Author:
    Stuart Turton
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceLoader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream getResourceStream​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • ResourceLoader

        public ResourceLoader()
    • Method Detail

      • getResourceStream

        public java.io.InputStream getResourceStream​(java.lang.String path)
                                              throws java.io.IOException
        Throws:
        java.io.IOException