| Modifier and Type | Method and Description |
|---|---|
static File |
getDeploymentFile(File artifactDir)
Finds the deployment file within a given artifact.
|
static void |
validateArtifactLicense(ClassLoader artifactClassLoader,
List<ArtifactPlugin> artifactPlugins,
LicenseValidator licenseValidator)
Validates plugin licenses within the artifact.
|
public static File getDeploymentFile(File artifactDir)
artifactDir - the artifact directory where the deployment file should be presentnull if none was foundpublic static void validateArtifactLicense(ClassLoader artifactClassLoader, List<ArtifactPlugin> artifactPlugins, LicenseValidator licenseValidator)
artifactClassLoader - the classloader of the artifactartifactPlugins - the list of pluginslicenseValidator - the license validator to use for validating the licenseCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.