com.atlassian.plugin.elements
Class ResourceLocation

java.lang.Object
  extended by com.atlassian.plugin.elements.ResourceLocation

public class ResourceLocation
extends Object

This class gives the location of a particular resource


Constructor Summary
ResourceLocation(String location, String name, String type, String contentType, String content, Map<String,String> params)
           
 
Method Summary
 String getContent()
           
 String getContentType()
           
 String getLocation()
           
 String getName()
           
 String getParameter(String key)
           
 Map<String,String> getParams()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceLocation

public ResourceLocation(String location,
                        String name,
                        String type,
                        String contentType,
                        String content,
                        Map<String,String> params)
Method Detail

getLocation

public String getLocation()

getName

public String getName()

getType

public String getType()

getContentType

public String getContentType()

getContent

public String getContent()

getParameter

public String getParameter(String key)

getParams

public Map<String,String> getParams()


Copyright © 2013 Atlassian. All Rights Reserved.