Class SftpFileSystemConfigBuilder.ProxyType
- java.lang.Object
-
- org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.ProxyType
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<SftpFileSystemConfigBuilder.ProxyType>
- Enclosing class:
- SftpFileSystemConfigBuilder
public static final class SftpFileSystemConfigBuilder.ProxyType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<SftpFileSystemConfigBuilder.ProxyType>
Proxy type.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(SftpFileSystemConfigBuilder.ProxyType pType)
boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(SftpFileSystemConfigBuilder.ProxyType pType)
- Specified by:
compareTo
in interfacejava.lang.Comparable<SftpFileSystemConfigBuilder.ProxyType>
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
- Returns:
- a hash code value for this object.
- Since:
- 2.0
-
-