public class ResourceFile extends Object implements PluginProjectChange
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
String |
getName() |
String |
getRelativePath() |
static ResourceFile |
resourceFile(String relativePath,
String name,
byte[] content) |
static ResourceFile |
resourceFile(String relativePath,
String name,
String content) |
String |
toString() |
public static ResourceFile resourceFile(String relativePath, String name, String content)
public static ResourceFile resourceFile(String relativePath, String name, byte[] content)
public String getRelativePath()
public String getName()
public byte[] getContent()
Copyright © 2015 Atlassian. All rights reserved.