Class Property.CharsetProperty
java.lang.Object
org.apache.sshd.common.Property.BaseProperty<Charset>
org.apache.sshd.common.Property.CharsetProperty
- All Implemented Interfaces:
NamedResource, Property<Charset>
-
Nested Class Summary
Nested classes/interfaces inherited from interface Property
Property.BaseProperty<T>, Property.BooleanProperty, Property.CharsetProperty, Property.DurationInSecondsProperty, Property.DurationProperty, Property.EnumProperty<T>, Property.IntegerProperty, Property.LongProperty, Property.ObjectProperty, Property.StringProperty, Property.Validating<T> -
Field Summary
Fields inherited from interface NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Constructor Summary
ConstructorsConstructorDescriptionCharsetProperty(String name) CharsetProperty(String name, Charset defaultValue) -
Method Summary
Methods inherited from class Property.BaseProperty
get, getDefault, getName, getOrCustomDefault, getType, set, toStorage, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Property
getOrNull, getRequired, getRequiredDefault, remove
-
Constructor Details
-
CharsetProperty
-
CharsetProperty
-
-
Method Details
-
fromStorage
- Specified by:
fromStoragein classProperty.BaseProperty<Charset>
-