Class Property.DurationProperty
java.lang.Object
org.apache.sshd.common.Property.BaseProperty<Duration>
org.apache.sshd.common.Property.DurationProperty
- All Implemented Interfaces:
NamedResource, Property<Duration>
- Direct Known Subclasses:
Property.DurationInSecondsProperty
-
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
FieldsFields inherited from interface NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Constructor Summary
ConstructorsConstructorDescriptionDurationProperty(String name) DurationProperty(String name, Duration def) DurationProperty(String name, Duration def, Duration min) -
Method Summary
Methods inherited from class Property.BaseProperty
get, getDefault, getName, getOrCustomDefault, getType, set, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Property
getOrNull, getRequired, getRequiredDefault, remove
-
Field Details
-
min
-
-
Constructor Details
-
DurationProperty
-
DurationProperty
-
DurationProperty
-
-
Method Details
-
toStorage
- Overrides:
toStoragein classProperty.BaseProperty<Duration>
-
fromStorage
- Specified by:
fromStoragein classProperty.BaseProperty<Duration>
-
toMillis
-
atLeast
-