-
@Deprecated(message = Use [publication.get()] to access publication content., level = DeprecationLevel.ERROR) public interface Container
Container of a publication
-
-
Method Summary
Modifier and Type Method Description abstract ByteArraydata(String relativePath)abstract LongdataLength(String relativePath)abstract InputStreamdataInputStream(String relativePath)-
-
Method Detail
-
data
@Deprecated(message = Use [publication.get()] to access publication content., level = DeprecationLevel.ERROR) abstract ByteArray data(String relativePath)
-
dataLength
@Deprecated(message = Use [publication.get()] to access publication content., level = DeprecationLevel.ERROR) abstract Long dataLength(String relativePath)
-
dataInputStream
@Deprecated(message = Use [publication.get()] to access publication content., level = DeprecationLevel.ERROR) abstract InputStream dataInputStream(String relativePath)
-
-
-
-