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