Class AbstractFTPClientAuthenticator

java.lang.Object
ubic.gemma.core.loader.util.ftp.AbstractFTPClientAuthenticator
All Implemented Interfaces:
FTPClientAuthenticator
Direct Known Subclasses:
AnonymousFTPCLientAuthenticator, UsernamePasswordFTPClientAuthenticator

public abstract class AbstractFTPClientAuthenticator extends Object implements FTPClientAuthenticator
  • Field Details

    • log

      protected final org.apache.commons.logging.Log log
  • Constructor Details

    • AbstractFTPClientAuthenticator

      public AbstractFTPClientAuthenticator()
  • Method Details