public class TransformableResource extends Object
| Constructor and Description |
|---|
TransformableResource(com.atlassian.plugin.elements.ResourceLocation location,
com.atlassian.plugin.servlet.DownloadableResource nextResource) |
TransformableResource(com.atlassian.plugin.elements.ResourceLocation location,
String filePath,
com.atlassian.plugin.servlet.DownloadableResource nextResource)
Deprecated.
since 5.0.0, will be removed in next major version,
use `TransformableResource(ResourceLocation location, DownloadableResource nextResource)` instead.
|
| Modifier and Type | Method and Description |
|---|---|
String |
filePath()
Deprecated.
since 5.0.0, will be removed in next major version.
|
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,
com.atlassian.plugin.servlet.DownloadableResource nextResource)
@Deprecated public TransformableResource(com.atlassian.plugin.elements.ResourceLocation location, String filePath, com.atlassian.plugin.servlet.DownloadableResource nextResource)
public com.atlassian.plugin.elements.ResourceLocation location()
@Deprecated @Nonnull public String filePath()
public com.atlassian.plugin.servlet.DownloadableResource nextResource()
Copyright © 2024 Atlassian. All rights reserved.