public class ModuleResource extends Resource
| Constructor and Description |
|---|
ModuleResource(WebModule parent,
String pluginKey,
String filePath,
String type,
LinkedHashMap<String,String> unresolvedDependencies,
LinkedHashSet<String> webResourceDependencies) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPluginKey()
Plugin key this resource belongs to.
|
LinkedHashMap<String,String> |
getUnresolvedDependencies() |
LinkedHashSet<String> |
getWebResourceDependencies() |
equals, getContent, getContentType, getFilePath, getFullName, getKey, getLocation, getLocationType, getName, getNameOrLocationType, getNameType, getParams, getParent, getPath, getResourceLocation, getStreamFor, getUrlParams, getUrlParamsStatic, getVersion, hashCode, isBatchable, isBatchable, isCacheable, isCacheableStatic, isRedirect, isTransformable, toStringpublic ModuleResource(WebModule parent, String pluginKey, String filePath, String type, LinkedHashMap<String,String> unresolvedDependencies, LinkedHashSet<String> webResourceDependencies)
public String getPluginKey()
public LinkedHashMap<String,String> getUnresolvedDependencies()
public LinkedHashSet<String> getWebResourceDependencies()
Copyright © 2017 Atlassian. All rights reserved.