public class ResourceDescriptor extends Object
| Constructor and Description |
|---|
ResourceDescriptor(org.dom4j.Element element) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesTypeAndNameMatch(String type,
String name) |
boolean |
equals(Object o) |
String |
getContent() |
String |
getLocation() |
String |
getName()
This may throw an exception if one of the deprecated methods is used on a ResourceDescriptor which has been given a namePattern
|
String |
getParameter(String key) |
Map<String,String> |
getParameters() |
ResourceLocation |
getResourceLocationForName(String name)
Used for resource descriptors that specify multiple resources, via
pattern. |
String |
getType() |
int |
hashCode() |
public String getType()
public String getName()
public String getLocation()
public String getContent()
public ResourceLocation getResourceLocationForName(String name)
pattern.Copyright © 2019 Atlassian. All rights reserved.