org.nuisto.ErrorCodes.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
class ErrorCodes {
public static final int RulesNotProvided = -1
public static final int ProvidedDirectoryDoesNotExist = -2
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy