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.
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.0", date = "2018-04-30T04:51:01+02:00", comments = "Build UNNAMED.2793.f49b6c7")
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 - 2024 Weber Informatics LLC | Privacy Policy