Package org.exoplatform.services.ftp
Class FtpContext
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap
-
- org.apache.commons.chain.impl.ContextBase
-
- org.exoplatform.services.ftp.FtpContext
-
- All Implemented Interfaces:
Serializable,Cloneable,Map,org.apache.commons.chain.Context
public class FtpContext extends org.apache.commons.chain.impl.ContextBaseCreated by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru- Version:
- $Id: $
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description protected FtpClientSessionclientSessionprotected String[]params
-
Constructor Summary
Constructors Constructor Description FtpContext(FtpClientSession clientSession, String[] params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FtpClientSessiongetFtpClientSession()String[]getParams()-
Methods inherited from class org.apache.commons.chain.impl.ContextBase
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll, size
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll, size
-
-
-
-
Field Detail
-
clientSession
protected FtpClientSession clientSession
-
params
protected String[] params
-
-
Constructor Detail
-
FtpContext
public FtpContext(FtpClientSession clientSession, String[] params)
-
-
Method Detail
-
getParams
public String[] getParams()
-
getFtpClientSession
public FtpClientSession getFtpClientSession()
-
-