Uses of Class
org.apache.sshd.common.config.SyslogFacilityValue
-
Packages that use SyslogFacilityValue Package Description org.apache.sshd.common.config -
-
Uses of SyslogFacilityValue in org.apache.sshd.common.config
Fields in org.apache.sshd.common.config declared as SyslogFacilityValue Modifier and Type Field Description static SyslogFacilityValueConfigFileReaderSupport. DEFAULT_SYSLOG_FACILITYFields in org.apache.sshd.common.config with type parameters of type SyslogFacilityValue Modifier and Type Field Description static Set<SyslogFacilityValue>SyslogFacilityValue. VALUESMethods in org.apache.sshd.common.config that return SyslogFacilityValue Modifier and Type Method Description static SyslogFacilityValueSyslogFacilityValue. fromName(String n)static SyslogFacilityValueSyslogFacilityValue. valueOf(String name)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.
-