com.lewisd.maven.lint.model
Class AbstractModelBuilder

java.lang.Object
  extended by com.lewisd.maven.lint.model.AbstractModelBuilder
All Implemented Interfaces:
ModelBuilder
Direct Known Subclasses:
JDOM2ModelBuilder, VersionPropertiesModelBuilder

public abstract class AbstractModelBuilder
extends Object
implements ModelBuilder


Field Summary
protected static String MAVEN_PROJECT
           
 
Constructor Summary
AbstractModelBuilder(ModelFactory modelFactory)
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.lewisd.maven.lint.ModelBuilder
buildModel, getModelId, getRequiredModels
 

Field Detail

MAVEN_PROJECT

protected static final String MAVEN_PROJECT
See Also:
Constant Field Values
Constructor Detail

AbstractModelBuilder

public AbstractModelBuilder(ModelFactory modelFactory)
Method Detail

init

@PostConstruct
public void init()


Copyright © 2012. All Rights Reserved.