Interface FileRegistry


  • public interface FileRegistry
    Author:
    Tony Vaagenes
    • Method Detail

      • addFile

        com.yahoo.config.FileReference addFile​(java.lang.String relativePath)
      • addUri

        com.yahoo.config.FileReference addUri​(java.lang.String uri)
      • addBlob

        @Deprecated
        default com.yahoo.config.FileReference addBlob​(java.nio.ByteBuffer blob)
        Deprecated.
        Remove after 7.455
      • addBlob

        com.yahoo.config.FileReference addBlob​(java.lang.String name,
                                               java.nio.ByteBuffer blob)
      • addApplicationPackage

        default com.yahoo.config.FileReference addApplicationPackage()
      • fileSourceHost

        @Deprecated
        default java.lang.String fileSourceHost()
        Deprecated.
        Remove after 7.453
        Returns the name of the host which is the source of the files
      • blobName

        @Deprecated
        static java.lang.String blobName​(java.nio.ByteBuffer blob)
        Deprecated.
        Remove after 7.455