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:
- java.io.Serializable, java.lang.Cloneable, java.util.Map, org.apache.commons.chain.Context
public class FtpContext
- extends org.apache.commons.chain.impl.ContextBase
Created by The eXo Platform SAS Author : Vitaly Guly
- Version:
- $Id: FtpContext.java 35180 2009-08-07 14:04:22Z pnedonosko $
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
| 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, containsKey, 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 |
containsKey, equals, hashCode, size |
clientSession
protected FtpClientSession clientSession
params
protected java.lang.String[] params
FtpContext
public FtpContext(FtpClientSession clientSession,
java.lang.String[] params)
getParams
public java.lang.String[] getParams()
getFtpClientSession
public FtpClientSession getFtpClientSession()
Copyright © 2011 eXo Platform SAS. All Rights Reserved.