| Package | Description |
|---|---|
| org.mule.tools.api.validation.project |
| Modifier and Type | Class and Description |
|---|---|
class |
DomainBundleProjectValidator
Validates if the project has an existent packaging type, the compatibility of mule plugins that are dependencies of this
project (if any) and the existence of a unique domain.
|
class |
MuleProjectValidator
Ensures the project is valid
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractProjectValidator |
ProjectValidatorFactory.create(ProjectInformation defaultProjectInformation,
org.mule.maven.client.internal.AetherMavenClient aetherMavenClient,
List<SharedLibraryDependency> sharedLibraries,
boolean strictCheck) |
static AbstractProjectValidator |
ProjectValidatorFactory.create(ProjectInformation defaultProjectInformation,
org.mule.maven.client.internal.AetherMavenClient aetherMavenClient,
List<SharedLibraryDependency> sharedLibraries,
ProjectRequirement requirement) |
Copyright © 2018 MuleSoft Inc. All rights reserved.