
de.codecentric.mule.assertobjectequals.generated.devkit.SplashScreenAgent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of assert-object-equals-connector Show documentation
Show all versions of assert-object-equals-connector Show documentation
A Mule connector for comparing object structures (Map/List) or XML in MUnit tests.
The newest version!
package de.codecentric.mule.assertobjectequals.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.7", date = "2019-02-27T07:16:01+01:00", comments = "Build mule-devkit-3.9.7.2818.62a60e1")
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