Interface URIAccessService
-
public interface URIAccessService
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
UNITY_FILE_URI_SCHEMA
-
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
-
-