
org.mule.modules.ftpclient.generated.devkit.SplashScreenAgent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ftp-client-connector Show documentation
Show all versions of ftp-client-connector Show documentation
A Mule connector for ftp/sftp.
The newest version!
package org.mule.modules.ftpclient.generated.devkit;
import javax.annotation.Generated;
/**
* Marks DevKit {@link org.mule.api.agent.Agent} implementations to take care of logging information at Mule app level mainly for troubleshooting purposes.
*
*/
@SuppressWarnings("all")
@Generated(value = "Mule DevKit Version 3.9.5", date = "2018-11-20T08:37:54+01:00", comments = "Build mule-devkit-3.9.5.2814.1e013c2")
public interface SplashScreenAgent {
/**
* Print version information for all the modules used by the application
*/
void splash();
/**
* Retrieve the count of modules used by the application
*
* @return
*/
int getExtensionsCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy