public class MessageService extends Object
| Constructor and Description |
|---|
MessageService() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMessages() |
void |
logMessage(String message)
logs a new message into the message log
|
void |
setMessages(List<String> messages) |
static String |
userFriendlyBytes(long bytes)
Computes the file size into a user friendly format
|
Copyright © 2016–2019 Imixs Software Solutions GmbH. All rights reserved.