org.xbib.groovy.ftp.WithContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groovy-ftp Show documentation
Show all versions of groovy-ftp Show documentation
Java FTP client, Java FTP NIO file system, Groovy FTP client
package org.xbib.groovy.ftp;
/**
*
* @param the context parameter
*/
public interface WithContext {
T perform(FTPContext ctx) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy