public class ModelDescriptorBuilder
extends java.lang.Object
| Constructor and Description |
|---|
ModelDescriptorBuilder(MojoModel mojoModel,
java.lang.String fullAlgorithmName) |
| Modifier and Type | Method and Description |
|---|---|
ModelDescriptor |
build()
Builds the final instance of
ModelDescriptor, using information provided by the serialized model and
which corresponding implementations of ModelMojoReader are able to provide. |
public ModelDescriptorBuilder(MojoModel mojoModel, java.lang.String fullAlgorithmName)
mojoModel - A MojoModel to extract the model description frompublic ModelDescriptor build()
ModelDescriptor, using information provided by the serialized model and
which corresponding implementations of ModelMojoReader are able to provide.ModelDescriptor