com.lewisd.maven.lint.model
Class VersionPropertiesModelBuilder

java.lang.Object
  extended by com.lewisd.maven.lint.model.AbstractModelBuilder
      extended by com.lewisd.maven.lint.model.VersionPropertiesModelBuilder
All Implemented Interfaces:
ModelBuilder

public class VersionPropertiesModelBuilder
extends AbstractModelBuilder


Field Summary
 
Fields inherited from class com.lewisd.maven.lint.model.AbstractModelBuilder
MAVEN_PROJECT
 
Constructor Summary
VersionPropertiesModelBuilder(ModelUtil modelUtil, ModelFactory modelFactory)
           
 
Method Summary
 Object buildModel(Map<String,Object> models)
           
 String getModelId()
           
 Set<String> getRequiredModels()
           
 
Methods inherited from class com.lewisd.maven.lint.model.AbstractModelBuilder
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionPropertiesModelBuilder

@Autowired
public VersionPropertiesModelBuilder(ModelUtil modelUtil,
                                               ModelFactory modelFactory)
Method Detail

getRequiredModels

public Set<String> getRequiredModels()

buildModel

public Object buildModel(Map<String,Object> models)

getModelId

public String getModelId()


Copyright © 2012. All Rights Reserved.