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 SyslogFacilityValue
ConfigFileReaderSupport. DEFAULT_SYSLOG_FACILITY
Fields in org.apache.sshd.common.config with type parameters of type SyslogFacilityValue Modifier and Type Field Description static Set<SyslogFacilityValue>
SyslogFacilityValue. VALUES
Methods in org.apache.sshd.common.config that return SyslogFacilityValue Modifier and Type Method Description static SyslogFacilityValue
SyslogFacilityValue. fromName(String n)
static SyslogFacilityValue
SyslogFacilityValue. 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.
-