![JAR search and dependency download from the Maven repository](/logo.png)
org.nuisto.model.OptionsModel.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mule-lint Show documentation
Show all versions of mule-lint Show documentation
An application to check for consistency in a mule application.
package org.nuisto.model
class OptionsModel {
String rules
String sourceDirectory
String resultsFile
Map namespaces = new HashMap<>()
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy