public class EventTypeWriter extends HeaderWriter<EventType>
| Constructor and Description |
|---|
EventTypeWriter() |
| Modifier and Type | Method and Description |
|---|---|
HeaderWriter<EventType> |
append(EventType value)
Appends a value.
|
static String |
write(EventType eventType)
Writes an event type.
|
static String |
write(List<EventType> eventTypes)
Writes a list of event types.
|
append, append, append, append, append, append, appendComment, appendExtension, appendExtension, appendParameterSeparator, appendProduct, appendQuotedPair, appendQuotedString, appendSpace, appendToken, appendUriEncoded, appendValueSeparator, canWritepublic static String write(List<EventType> eventTypes)
eventTypes - The list of event types.public static String write(EventType eventType)
eventType - The event type.public HeaderWriter<EventType> append(EventType value)
HeaderWriterappend in class HeaderWriter<EventType>value - The value.Copyright © 2005–2015. All rights reserved.