|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ArtifactProcessor<M>
Base interface for artifact processors.
| Method Summary | |
|---|---|
java.lang.Class<M> |
getModelType()
Returns the type of model handled by this artifact processor. |
void |
resolve(M model,
ModelResolver resolver)
Resolve references from this model to other models. |
| Method Detail |
|---|
void resolve(M model,
ModelResolver resolver)
throws ContributionResolveException
model - The model to resolveresolver - The resolver to use to resolve referenced models
ContributionResolveExceptionjava.lang.Class<M> getModelType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||