Package 

Class ClassPathResourceMetadataLoader

    • Method Summary

      Modifier and Type Method Description
      InputStream loadMetadata(String metadataFileName) Returns an input stream corresponding to the metadata to load.
      • Methods inherited from class java.lang.Object

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

      • loadMetadata

         InputStream loadMetadata(String metadataFileName)

        Returns an input stream corresponding to the metadata to load. This method may be calledconcurrently so implementations must be thread-safe.

        Parameters:
        metadataFileName - file name (including path) of metadata to load.