public final class Attachments extends Object
| Modifier and Type | Field and Description |
|---|---|
static Attachments |
IMMUTABLE_ATTACHMENTS |
| Constructor and Description |
|---|
Attachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConsumer(Consumer<Attachments> listener) |
int |
addFileAttachment(String path) |
void |
done() |
List<String> |
getAttachedFiles() |
public static final Attachments IMMUTABLE_ATTACHMENTS
public int addFileAttachment(String path)
public void addConsumer(Consumer<Attachments> listener)
public void done()
Copyright © 2018 JBoss by Red Hat. All rights reserved.