Package nxt.util

Class ResourceLookup


  • public class ResourceLookup
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceLookup()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.URL getSystemResource​(java.lang.String resourceName)  
      static java.io.InputStream getSystemResourceAsStream​(java.lang.String resourceName)  
      • Methods inherited from class java.lang.Object

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

      • USE_SYSTEM_CLASS_LOADER

        public static final boolean USE_SYSTEM_CLASS_LOADER
    • Constructor Detail

      • ResourceLookup

        public ResourceLookup()
    • Method Detail

      • getSystemResourceAsStream

        public static java.io.InputStream getSystemResourceAsStream​(java.lang.String resourceName)
      • getSystemResource

        public static java.net.URL getSystemResource​(java.lang.String resourceName)