public class ResourceLocation extends Object
| Constructor and Description |
|---|
ResourceLocation(String location,
String name,
String type,
String contentType,
String content,
Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getContentType() |
String |
getLocation() |
String |
getName() |
String |
getParameter(String key) |
Map<String,String> |
getParams() |
String |
getType() |
Copyright © 2019 Atlassian. All rights reserved.