Class BatchPluginResource

java.lang.Object
com.atlassian.plugin.webresource.legacy.AbstractPluginResource
com.atlassian.plugin.webresource.legacy.BatchPluginResource
All Implemented Interfaces:
PluginResource

public class BatchPluginResource extends AbstractPluginResource
Represents a batch of plugin resources.

It provides methods to parse and generate urls to locate a batch of plugin resources.

Since:
2.2
  • Constructor Details

    • BatchPluginResource

      public BatchPluginResource(String key, String completeKey)
      This constructor should only ever be used internally within this class. It does not ensure that the resourceName's file extension is the same as the given type. It is up to the calling code to ensure this.
  • Method Details

    • getModuleCompleteKey

      public String getModuleCompleteKey()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object