org.apache.commons.vfs2.provider.sftp
Class SftpFileSystemConfigBuilder.ProxyType

java.lang.Object
  extended by 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
 int compareTo(SftpFileSystemConfigBuilder.ProxyType o)
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(SftpFileSystemConfigBuilder.ProxyType o)
Specified by:
compareTo in interface java.lang.Comparable<SftpFileSystemConfigBuilder.ProxyType>

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
Since:
2.0