|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ArtifactProcessorExtensionPoint<P extends ArtifactProcessor>
An extension point for artifact processors.
| Method Summary | |
|---|---|
void |
addArtifactProcessor(P artifactProcessor)
Add an artifact processor. |
P |
getProcessor(java.lang.Class<?> modelType)
Returns the processor associated with the given model type. |
P |
getProcessor(java.lang.Object artifactType)
Returns the processor associated with the given artifact type. |
void |
removeArtifactProcessor(P artifactProcessor)
Remove an artifact processor. |
| Method Detail |
|---|
void addArtifactProcessor(P artifactProcessor)
artifactProcessor - The artifact processor to addvoid removeArtifactProcessor(P artifactProcessor)
artifactProcessor - The artifact processor to removeP getProcessor(java.lang.Object artifactType)
artifactType - An artifact type
P getProcessor(java.lang.Class<?> modelType)
modelType - A model type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||