com.atlassian.plugin.loaders
Class LoaderUtils

java.lang.Object
  extended by com.atlassian.plugin.loaders.LoaderUtils

public class LoaderUtils
extends java.lang.Object


Constructor Summary
LoaderUtils()
           
 
Method Summary
static java.util.Map<java.lang.String,java.lang.String> getParams(org.dom4j.Element element)
           
static java.util.List<ResourceDescriptor> getResourceDescriptors(org.dom4j.Element element)
          Deprecated. use Resources.fromXml(org.dom4j.Element)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoaderUtils

public LoaderUtils()
Method Detail

getResourceDescriptors

public static java.util.List<ResourceDescriptor> getResourceDescriptors(org.dom4j.Element element)
                                                                 throws PluginParseException
Deprecated. use Resources.fromXml(org.dom4j.Element)

Throws:
PluginParseException

getParams

public static java.util.Map<java.lang.String,java.lang.String> getParams(org.dom4j.Element element)


Copyright © 2009 Atlassian. All Rights Reserved.