public static class DefaultProjectInformation.Builder extends Object
| Constructor and Description |
|---|
Builder() |
public DefaultProjectInformation.Builder withGroupId(String groupId)
public DefaultProjectInformation.Builder withArtifactId(String artifactId)
public DefaultProjectInformation.Builder withVersion(String version)
public DefaultProjectInformation.Builder withPackaging(String packaging)
public DefaultProjectInformation.Builder withProjectBaseFolder(Path projectBaseFolder)
public DefaultProjectInformation.Builder withBuildDirectory(Path buildDirectory)
public DefaultProjectInformation.Builder setTestProject(Boolean isTestProject)
public DefaultProjectInformation.Builder withDependencyProject(Project project)
public DefaultProjectInformation.Builder isDeployment(boolean isDeployment)
public DefaultProjectInformation.Builder withExchangeRepositoryMetadata(ExchangeRepositoryMetadata metadata)
public DefaultProjectInformation.Builder withClassifier(String classifier)
public DefaultProjectInformation.Builder withDeployments(List<Deployment> deployments)
public DefaultProjectInformation.Builder withResolvedPom(Pom pom)
public DefaultProjectInformation build()
Copyright © 2018 MuleSoft Inc. All rights reserved.