| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.descriptors | |
| com.atlassian.plugin.impl | |
| com.atlassian.plugin.loaders |
| Modifier and Type | Method and Description |
|---|---|
ResourceDescriptor |
Resources.getResourceDescriptor(java.lang.String type,
java.lang.String name) |
ResourceDescriptor |
Resourced.getResourceDescriptor(java.lang.String type,
java.lang.String name)
Get a
ResourceDescriptor of a particular type and name. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceDescriptor> |
Resources.getResourceDescriptors() |
java.util.List<ResourceDescriptor> |
Resourced.getResourceDescriptors()
Get a
List of all the descriptors
. |
java.util.List<ResourceDescriptor> |
Resources.getResourceDescriptors(java.lang.String type)
Deprecated.
|
java.util.List<ResourceDescriptor> |
Resourced.getResourceDescriptors(java.lang.String type)
Deprecated.
since 2.5.0 use
Resourced.getResourceDescriptors() and filter
as required |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Resources.TypeFilter.apply(ResourceDescriptor input) |
| Constructor and Description |
|---|
Resources(java.lang.Iterable<ResourceDescriptor> resourceDescriptors)
Create a resource object with the given resource descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceDescriptor |
AbstractModuleDescriptor.getResourceDescriptor(java.lang.String type,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceDescriptor> |
AbstractModuleDescriptor.getResourceDescriptors() |
java.util.List<ResourceDescriptor> |
AbstractModuleDescriptor.getResourceDescriptors(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
ResourceDescriptor |
AbstractDelegatingPlugin.getResourceDescriptor(java.lang.String type,
java.lang.String name) |
ResourceDescriptor |
AbstractPlugin.getResourceDescriptor(java.lang.String type,
java.lang.String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceDescriptor> |
AbstractDelegatingPlugin.getResourceDescriptors() |
java.util.List<ResourceDescriptor> |
AbstractPlugin.getResourceDescriptors() |
java.util.List<ResourceDescriptor> |
AbstractDelegatingPlugin.getResourceDescriptors(java.lang.String type) |
java.util.List<ResourceDescriptor> |
AbstractPlugin.getResourceDescriptors(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ResourceDescriptor> |
LoaderUtils.getResourceDescriptors(org.dom4j.Element element)
Deprecated.
|
Copyright © 2013 Atlassian. All Rights Reserved.