public interface Content
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Returns the content type for the resource.
|
default boolean |
isPresent() |
boolean |
isTransformed() |
com.atlassian.sourcemap.ReadableSourceMap |
writeTo(OutputStream out,
boolean isSourceMapEnabled)
Write the resource to the supplied OutputStream and return its Source Map.
|
com.atlassian.sourcemap.ReadableSourceMap writeTo(OutputStream out, boolean isSourceMapEnabled)
out - the stream to write toisSourceMapEnabled - should the source mab being generatedString getContentType()
boolean isTransformed()
default boolean isPresent()
Copyright © 2024 Atlassian. All rights reserved.