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 SyslogFacilityValueConfigFileReaderSupport.DEFAULT_SYSLOG_FACILITYFields in org.apache.sshd.common.config with type parameters of type SyslogFacilityValueModifier and TypeFieldDescriptionstatic final Set<SyslogFacilityValue> SyslogFacilityValue.VALUESMethods in org.apache.sshd.common.config that return SyslogFacilityValueModifier and TypeMethodDescriptionstatic SyslogFacilityValuestatic SyslogFacilityValueReturns 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.