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