|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.webresource.BatchPluginResource
public class BatchPluginResource
Represents a batch of plugin resources.
It provides methods to parse and generate urls to locate a batch of plugin resources.
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Set<com.atlassian.plugin.webresource.BatchedWebResourceDescriptor> |
getBatchedWebResourceDescriptors()
This method provides the mechanism for discovering the contents of a PluginResource. |
String |
getModuleCompleteKey()
|
Map<String,String> |
getParams()
|
String |
getResourceName()
|
String |
getType()
|
String |
getUrl()
Returns a url string in the format: /download/batch/MODULE_COMPLETE_KEY/resourceName?PARAMS e.g. |
String |
getVersion(WebResourceIntegration integration)
|
int |
hashCode()
|
boolean |
isCacheSupported()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getUrl()
getUrl in interface PluginResourcepublic String getResourceName()
getResourceName in interface PluginResourcepublic Map<String,String> getParams()
getParams in interface PluginResourcepublic String getVersion(WebResourceIntegration integration)
getVersion in interface PluginResourcepublic String getModuleCompleteKey()
getModuleCompleteKey in interface PluginResourcepublic boolean isCacheSupported()
isCacheSupported in interface PluginResourcepublic String getType()
getType in interface PluginResourcepublic Set<com.atlassian.plugin.webresource.BatchedWebResourceDescriptor> getBatchedWebResourceDescriptors()
PluginResource
getBatchedWebResourceDescriptors in interface PluginResourcepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||