类分层结构
- java.lang.Object
- org.apache.commons.pool2.BaseObject
- org.apache.commons.pool2.impl.BaseGenericObjectPool<T>
- org.apache.commons.pool2.impl.GenericKeyedObjectPool<K,T> (implements org.apache.commons.pool2.impl.GenericKeyedObjectPoolMXBean<K>, org.apache.commons.pool2.KeyedObjectPool<K,V>)
- org.apache.commons.pool2.BaseKeyedPooledObjectFactory<K,V> (implements org.apache.commons.pool2.KeyedPooledObjectFactory<K,V>)
- org.apache.commons.pool2.impl.BaseObjectPoolConfig<T> (implements java.lang.Cloneable)
- org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig<T>
- me.meilon.sftp.core.utils.FileUtil
- me.meilon.sftp.core.conf.SftpConnConfig
- me.meilon.sftp.core.SftpConnect (implements java.io.Closeable)
- me.meilon.sftp.core.conf.SftpPoolConfig.Builder
- java.lang.Throwable (implements java.io.Serializable)
枚举分层结构
Copyright © 2021. All rights reserved.