|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceDescriptor | |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.descriptors | |
| com.atlassian.plugin.impl | |
| com.atlassian.plugin.loaders | |
| Uses of ResourceDescriptor in com.atlassian.plugin |
|---|
| Methods in com.atlassian.plugin that return ResourceDescriptor | |
|---|---|
ResourceDescriptor |
Resourced.getResourceDescriptor(java.lang.String type,
java.lang.String name)
Get a ResourceDescriptor of a particular type and name. |
ResourceDescriptor |
Resources.getResourceDescriptor(java.lang.String type,
java.lang.String name)
|
| Methods in com.atlassian.plugin that return types with arguments of type ResourceDescriptor | |
|---|---|
java.util.List<ResourceDescriptor> |
Resourced.getResourceDescriptors()
Get a list of all the descriptors. |
java.util.List<ResourceDescriptor> |
Resources.getResourceDescriptors()
|
java.util.List<ResourceDescriptor> |
Resourced.getResourceDescriptors(java.lang.String type)
Get a list of all descriptors of a particular type. |
java.util.List<ResourceDescriptor> |
Resources.getResourceDescriptors(java.lang.String type)
|
| Constructor parameters in com.atlassian.plugin with type arguments of type ResourceDescriptor | |
|---|---|
Resources(java.util.List<ResourceDescriptor> resourceDescriptors)
Create a resource object with the given resource descriptors. |
|
| Uses of ResourceDescriptor in com.atlassian.plugin.descriptors |
|---|
| Methods in com.atlassian.plugin.descriptors that return ResourceDescriptor | |
|---|---|
ResourceDescriptor |
AbstractModuleDescriptor.getResourceDescriptor(java.lang.String type,
java.lang.String name)
|
| Methods in com.atlassian.plugin.descriptors that return types with arguments of type ResourceDescriptor | |
|---|---|
java.util.List<ResourceDescriptor> |
AbstractModuleDescriptor.getResourceDescriptors()
|
java.util.List<ResourceDescriptor> |
AbstractModuleDescriptor.getResourceDescriptors(java.lang.String type)
|
| Uses of ResourceDescriptor in com.atlassian.plugin.impl |
|---|
| Methods in com.atlassian.plugin.impl that return ResourceDescriptor | |
|---|---|
ResourceDescriptor |
AbstractDelegatingPlugin.getResourceDescriptor(java.lang.String type,
java.lang.String name)
|
ResourceDescriptor |
AbstractPlugin.getResourceDescriptor(java.lang.String type,
java.lang.String name)
Deprecated. |
| Methods in com.atlassian.plugin.impl that return types with arguments of type ResourceDescriptor | |
|---|---|
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)
|
| Uses of ResourceDescriptor in com.atlassian.plugin.loaders |
|---|
| Methods in com.atlassian.plugin.loaders that return types with arguments of type ResourceDescriptor | |
|---|---|
static java.util.List<ResourceDescriptor> |
LoaderUtils.getResourceDescriptors(org.dom4j.Element element)
Deprecated. use Resources.fromXml(org.dom4j.Element) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||