Class ClassLoaderOpener

    • Constructor Detail

      • ClassLoaderOpener

        public ClassLoaderOpener​(ClassLoader classLoader)
    • Method Detail

      • open

        public InputStream open​(String fileName)
        Description copied from interface: PropertyLoaderOpener
        Attempt to find and open some property file.
        Specified by:
        open in interface PropertyLoaderOpener
        Parameters:
        fileName - A relative filename (using '/' as directory separator on all platforms)
        Returns:
        An input stream reading from that file, or null if the file could not be found