Uses of Enum
org.apache.sshd.common.config.SyslogFacilityValue
Packages that use SyslogFacilityValue
-
Uses of SyslogFacilityValue in org.apache.sshd.common.config
Fields in org.apache.sshd.common.config declared as SyslogFacilityValueModifier and TypeFieldDescriptionstatic final SyslogFacilityValue
ConfigFileReaderSupport.DEFAULT_SYSLOG_FACILITY
Fields in org.apache.sshd.common.config with type parameters of type SyslogFacilityValueModifier and TypeFieldDescriptionstatic final Set
<SyslogFacilityValue> SyslogFacilityValue.VALUES
Methods in org.apache.sshd.common.config that return SyslogFacilityValueModifier and TypeMethodDescriptionstatic SyslogFacilityValue
static SyslogFacilityValue
Returns the enum constant of this type with the specified name.static SyslogFacilityValue[]
SyslogFacilityValue.values()
Returns an array containing the constants of this enum type, in the order they are declared.