com.atlassian.plugin.elements
Class ResourceLocation
java.lang.Object
com.atlassian.plugin.elements.ResourceLocation
public class ResourceLocation
- extends Object
This class gives the location of a particular resource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceLocation
public ResourceLocation(String location,
String name,
String type,
String contentType,
String content,
Map<String,String> params)
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.