Interface URIAccessService


  • public interface URIAccessService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      pl.edu.icm.unity.base.file.FileData readImageURI​(java.net.URI uri, java.lang.String themeName)  
      pl.edu.icm.unity.base.file.FileData readURI​(java.net.URI uri)  
      pl.edu.icm.unity.base.file.FileData readURI​(java.net.URI uri, java.lang.String customTruststore)  
    • Field Detail

      • UNITY_FILE_URI_SCHEMA

        static final java.lang.String UNITY_FILE_URI_SCHEMA
        See Also:
        Constant Field Values
    • Method Detail

      • readURI

        pl.edu.icm.unity.base.file.FileData readURI​(java.net.URI uri)
      • readURI

        pl.edu.icm.unity.base.file.FileData readURI​(java.net.URI uri,
                                                    java.lang.String customTruststore)
      • readImageURI

        pl.edu.icm.unity.base.file.FileData readImageURI​(java.net.URI uri,
                                                         java.lang.String themeName)