o add the method to read in a file and return the data model

o remove the ROLE field

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-12-16 04:44:18 +00:00
parent 2dc15dda49
commit 9a13ec793c
1 changed files with 6 additions and 3 deletions

View File

@ -34,9 +34,12 @@
*/
public interface ProjectBuilder
{
String ROLE = ProjectBuilder.class.getName();
public PomClassicDomainModel buildModel( File pom, List<Model> inheritedModels,
Collection<ImportModel> importModels,
Collection<InterpolatorProperty> interpolatorProperties,
PomArtifactResolver resolver, File projectDirectory,
ProjectBuilderConfiguration projectBuilderConfiguration )
throws IOException;
/**
* Returns a maven project for the specified input stream.