@ExperimentalApi public class TransformableResource extends Object
| Constructor and Description |
|---|
TransformableResource(com.atlassian.plugin.elements.ResourceLocation location,
String filePath,
com.atlassian.plugin.servlet.DownloadableResource nextResource) |
| Modifier and Type | Method and Description |
|---|---|
String |
filePath()
Extra path information.
|
com.atlassian.plugin.elements.ResourceLocation |
location()
The original resource location
|
com.atlassian.plugin.servlet.DownloadableResource |
nextResource()
The original resource
|
public TransformableResource(com.atlassian.plugin.elements.ResourceLocation location,
String filePath,
com.atlassian.plugin.servlet.DownloadableResource nextResource)
public com.atlassian.plugin.elements.ResourceLocation location()
public String filePath()
public com.atlassian.plugin.servlet.DownloadableResource nextResource()
Copyright © 2018 Atlassian. All rights reserved.