public class GeneratedFile extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GeneratedFile.Type |
| Constructor and Description |
|---|
GeneratedFile(GeneratedFile.Type type,
String path,
String data) |
GeneratedFile(String path,
String data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getData() |
String |
getPath() |
GeneratedFile.Type |
getType() |
int |
hashCode() |
String |
toString() |
public GeneratedFile(GeneratedFile.Type type, String path, String data)
public byte[] getData()
public String getPath()
public GeneratedFile.Type getType()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.