com.atlassian.plugin.elements
Class ResourceLocation
java.lang.Object
com.atlassian.plugin.elements.ResourceLocation
public class ResourceLocation
- extends java.lang.Object
This class gives the location of a particular resource
|
Constructor Summary |
ResourceLocation(java.lang.String location,
java.lang.String name,
java.lang.String type,
java.lang.String contentType,
java.lang.String content,
java.util.Map params)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceLocation
public ResourceLocation(java.lang.String location,
java.lang.String name,
java.lang.String type,
java.lang.String contentType,
java.lang.String content,
java.util.Map params)
getLocation
public java.lang.String getLocation()
getName
public java.lang.String getName()
getType
public java.lang.String getType()
getContentType
public java.lang.String getContentType()
getContent
public java.lang.String getContent()
getParameter
public java.lang.String getParameter(java.lang.String key)
Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.