| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.loaders |
| Modifier and Type | Method and Description |
|---|---|
ResourceDescriptor |
Resources.getResourceDescriptor(String type,
String name) |
ResourceDescriptor |
Resourced.getResourceDescriptor(String type,
String name)
Get a
ResourceDescriptor of a particular type and name. |
ResourceDescriptor |
DummyPlugin.getResourceDescriptor(String type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceDescriptor> |
Resources.getResourceDescriptors() |
List<ResourceDescriptor> |
Resourced.getResourceDescriptors()
Get a
List of all the descriptors
. |
List<ResourceDescriptor> |
DummyPlugin.getResourceDescriptors() |
List<ResourceDescriptor> |
Resources.getResourceDescriptors(String type)
Deprecated.
|
List<ResourceDescriptor> |
Resourced.getResourceDescriptors(String type)
Deprecated.
since 2.5.0 use
Resourced.getResourceDescriptors() and filter
as required |
List<ResourceDescriptor> |
DummyPlugin.getResourceDescriptors(String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Resources.TypeFilter.apply(ResourceDescriptor input) |
| Constructor and Description |
|---|
Resources(Iterable<ResourceDescriptor> resourceDescriptors)
Deprecated.
Since 3.0.1, use
Resources.fromXml(org.dom4j.Element) instead. This will lazily create the
ResourceDescriptors from the Element, for a memory saving. |
| Modifier and Type | Method and Description |
|---|---|
static List<ResourceDescriptor> |
LoaderUtils.getResourceDescriptors(org.dom4j.Element element)
Deprecated.
|
Copyright © 2018 Atlassian. All rights reserved.