public class YamlProjectModelBuilder extends Object implements ProjectModelBuilder
ProjectModelBuilder that uses a YAML file as the source of its ProjectModelProjectModelBuilder.Priority, ProjectModelBuilder.PriorityComparator| Constructor and Description |
|---|
YamlProjectModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ProjectModel |
build(ProjectModelRequest request)
Tries to build a
ProjectModel from the supplied ProjectModelRequest |
public ProjectModel build(ProjectModelRequest request) throws IOException, ProjectModelBuildingException
ProjectModel from the supplied ProjectModelRequestbuild in interface ProjectModelBuilderrequest - the request.IOException - if things go wrong.ProjectModelBuildingException - if the source repository does not yield a valid model.Copyright © 2004-2013. All Rights Reserved.