Uses of Class
com.atlassian.plugin.Resources

Packages that use Resources
com.atlassian.plugin   
com.atlassian.plugin.descriptors   
com.atlassian.plugin.parsers   
 

Uses of Resources in com.atlassian.plugin
 

Fields in com.atlassian.plugin declared as Resources
static Resources Resources.EMPTY_RESOURCES
           
 

Methods in com.atlassian.plugin that return Resources
static Resources Resources.fromXml(org.dom4j.Element element)
          Parses the resource descriptors from the provided plugin XML element and creates a Resources object containing them.
 

Uses of Resources in com.atlassian.plugin.descriptors
 

Fields in com.atlassian.plugin.descriptors declared as Resources
protected  Resources AbstractModuleDescriptor.resources
           
 

Uses of Resources in com.atlassian.plugin.parsers
 

Methods in com.atlassian.plugin.parsers that return Resources
 Resources PluginDescriptorReader.getResources()
           
 



Copyright © 2014 Atlassian. All Rights Reserved.