|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectBuildingResult | |
---|---|
org.apache.maven.project |
Uses of ProjectBuildingResult in org.apache.maven.project |
---|
Methods in org.apache.maven.project that return ProjectBuildingResult | |
---|---|
ProjectBuildingResult |
ProjectBuilder.build(Artifact projectArtifact,
boolean allowStubModel,
ProjectBuildingRequest request)
Builds a project descriptor for the specified artifact. |
ProjectBuildingResult |
DefaultProjectBuilder.build(Artifact artifact,
boolean allowStubModel,
ProjectBuildingRequest request)
|
ProjectBuildingResult |
ProjectBuilder.build(Artifact projectArtifact,
ProjectBuildingRequest request)
Builds a project descriptor for the specified artifact. |
ProjectBuildingResult |
DefaultProjectBuilder.build(Artifact artifact,
ProjectBuildingRequest request)
|
ProjectBuildingResult |
ProjectBuilder.build(File projectFile,
ProjectBuildingRequest request)
Builds a project descriptor from the specified POM file. |
ProjectBuildingResult |
DefaultProjectBuilder.build(File pomFile,
ProjectBuildingRequest request)
|
ProjectBuildingResult |
ProjectBuilder.build(ModelSource modelSource,
ProjectBuildingRequest request)
Builds a project descriptor for the specified model source. |
ProjectBuildingResult |
DefaultProjectBuilder.build(ModelSource modelSource,
ProjectBuildingRequest request)
|
Methods in org.apache.maven.project that return types with arguments of type ProjectBuildingResult | |
---|---|
List<ProjectBuildingResult> |
ProjectBuilder.build(List<File> pomFiles,
boolean recursive,
ProjectBuildingRequest request)
Builds the projects for the specified POM files and optionally their children. |
List<ProjectBuildingResult> |
DefaultProjectBuilder.build(List<File> pomFiles,
boolean recursive,
ProjectBuildingRequest request)
|
List<ProjectBuildingResult> |
ProjectBuildingException.getResults()
|
Constructor parameters in org.apache.maven.project with type arguments of type ProjectBuildingResult | |
---|---|
ProjectBuildingException(List<ProjectBuildingResult> results)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |