Class VersionsParser.Versions
- java.lang.Object
-
- org.apache.sshd.common.subsystem.sftp.extensions.VersionsParser.Versions
-
- Enclosing class:
- VersionsParser
public static class VersionsParser.Versions extends Object
The "versions" extension data as per DRAFT 09 Section 4.6- Author:
- Apache MINA SSHD Project
-
-
Field Summary
Fields Modifier and Type Field Description static char
SEP
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getVersions()
List<Integer>
resolveAvailableVersions(int current)
void
setVersions(List<String> versions)
String
toString()
-
-
-
Field Detail
-
SEP
public static final char SEP
- See Also:
- Constant Field Values
-
-