| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProjectInformation
Represents the basic information of a project.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractProjectFoldersGenerator |
ProjectFoldersGeneratorFactory.create(ProjectInformation projectInformation) |
| Modifier and Type | Field and Description |
|---|---|
protected ProjectInformation |
ContentGenerator.projectInformation |
| Modifier and Type | Method and Description |
|---|---|
static ContentGenerator |
ContentGeneratorFactory.create(ProjectInformation projectInformation) |
static ContentGenerator |
ContentGeneratorFactory.create(ProjectInformation projectInformation,
org.apache.maven.model.Parent parent) |
| Constructor and Description |
|---|
ContentGenerator(ProjectInformation projectInformation,
org.apache.maven.model.Parent parent) |
DomainBundleContentGenerator(ProjectInformation projectInformation) |
MuleContentGenerator(ProjectInformation projectInformation,
org.apache.maven.model.Parent parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
MavenProjectInformation |
| Modifier and Type | Method and Description |
|---|---|
protected ProjectInformation |
SourcesProcessor.getProjectInformation(boolean testJar,
boolean lightweightPackage) |
| Modifier and Type | Method and Description |
|---|---|
ProjectInformation |
ProjectDeploymentValidator.getDefaultProjectInformation() |
| Constructor and Description |
|---|
ProjectDeploymentValidator(ProjectInformation projectInformation) |
| Modifier and Type | Field and Description |
|---|---|
protected ProjectInformation |
AbstractProjectValidator.projectInformation |
| Modifier and Type | Method and Description |
|---|---|
static AbstractProjectValidator |
ProjectValidatorFactory.create(ProjectInformation defaultProjectInformation,
org.mule.maven.client.api.MavenClient mavenClient,
List<SharedLibraryDependency> sharedLibraries,
boolean strictCheck) |
static AbstractProjectValidator |
ProjectValidatorFactory.create(ProjectInformation defaultProjectInformation,
org.mule.maven.client.api.MavenClient mavenClient,
List<SharedLibraryDependency> sharedLibraries,
ProjectRequirement requirement) |
| Constructor and Description |
|---|
AbstractProjectValidator(ProjectInformation projectInformation,
boolean strictCheck) |
AbstractProjectValidator(ProjectInformation projectInformation,
ProjectRequirement requirement) |
DomainBundleProjectValidator(ProjectInformation defaultProjectInformation,
org.mule.maven.client.api.MavenClient mavenClient) |
MuleProjectValidator(ProjectInformation projectInformation,
List<SharedLibraryDependency> sharedLibraries,
boolean strictCheck) |
MuleProjectValidator(ProjectInformation projectInformation,
List<SharedLibraryDependency> sharedLibraries,
ProjectRequirement requirement) |
| Modifier and Type | Method and Description |
|---|---|
static ProjectVerifier |
ProjectVerifyFactory.create(ProjectInformation defaultProjectInformation) |
| Constructor and Description |
|---|
MulePolicyVerifier(ProjectInformation projectInformation) |
Copyright © 2024 MuleSoft Inc. All rights reserved.