public interface ProjectModelBuilder
ProjectModelSource.| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProjectModelBuilder.Priority
Annotation to allow defining the sequence amongst competing
ProjectModelBuilder implementations. |
static class |
ProjectModelBuilder.PriorityComparator
A
Comparator that sorts by decreasing ProjectModelBuilder.Priority. |
| Modifier and Type | Method and Description |
|---|---|
ProjectModel |
build(ProjectModelRequest request)
Tries to build a
ProjectModel from the supplied ProjectModelRequest |
ProjectModel build(ProjectModelRequest request) throws IOException, ProjectModelBuildingException
ProjectModel from the supplied ProjectModelRequestrequest - the request.IOException - if things go wrong.ProjectModelBuildingException - if the source repository does not yield a valid model.Copyright © 2004-2013. All Rights Reserved.