| Package | Description |
|---|---|
| com.github.palindromicity.syslog | |
| com.github.palindromicity.syslog.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AllowableDeviations |
AllowableDeviations.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowableDeviations[] |
AllowableDeviations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SyslogParserBuilder |
SyslogParserBuilder.withDeviations(EnumSet<AllowableDeviations> specification)
Add a
AllowableDeviations to the builder. |
| Constructor and Description |
|---|
Syslog5424Listener(KeyProvider keyProvider,
NilPolicy nilPolicy,
StructuredDataPolicy structuredDataPolicy,
EnumSet<AllowableDeviations> deviations)
Create a new
Syslog5424Listener. |
Copyright © 2021 palindromicity. All rights reserved.