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