Uses of Enum Class
com.github.palindromicity.syslog.AllowableDeviations
Packages that use AllowableDeviations
-
Uses of AllowableDeviations in com.github.palindromicity.syslog
Subclasses with type arguments of type AllowableDeviations in com.github.palindromicity.syslogMethods in com.github.palindromicity.syslog that return AllowableDeviationsModifier and TypeMethodDescriptionstatic AllowableDeviationsReturns the enum constant of this class with the specified name.static AllowableDeviations[]AllowableDeviations.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.github.palindromicity.syslog with type arguments of type AllowableDeviationsModifier and TypeMethodDescriptionSyslogParserBuilder.withDeviations(EnumSet<AllowableDeviations> specification) Add aAllowableDeviationsto the builder. -
Uses of AllowableDeviations in com.github.palindromicity.syslog.dsl
Constructor parameters in com.github.palindromicity.syslog.dsl with type arguments of type AllowableDeviationsModifierConstructorDescriptionSyslog5424Listener(KeyProvider keyProvider, NilPolicy nilPolicy, StructuredDataPolicy structuredDataPolicy, EnumSet<AllowableDeviations> deviations) Create a newSyslog5424Listener.