Interface TransformableResource
public interface TransformableResource
Describes a resource for transformation
- Since:
- 6.3.0
-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.plugin.elements.ResourceLocationlocation()The original resource locationcom.atlassian.plugin.servlet.DownloadableResourceThe original resource
-
Method Details
-
location
com.atlassian.plugin.elements.ResourceLocation location()The original resource location -
nextResource
com.atlassian.plugin.servlet.DownloadableResource nextResource()The original resource
-