|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

public interface ProjectModelResolutionListener
ProjectModelResolutionListener
| Method Summary | |
|---|---|
void |
resolutionAttempting(org.apache.maven.archiva.model.VersionedReference projectRef,
ProjectModelResolver resolver)
Indicates that a resolution against a specific resolver is about to occur. |
void |
resolutionError(org.apache.maven.archiva.model.VersionedReference projectRef,
ProjectModelResolver resolver,
java.lang.Exception cause)
Indicates that a resolution against the specific resolver has caused an error. |
void |
resolutionMiss(org.apache.maven.archiva.model.VersionedReference projectRef,
ProjectModelResolver resolver)
Indicates that a resolution against a specific resolver resulted in in a missed resolution. |
void |
resolutionNotFound(org.apache.maven.archiva.model.VersionedReference projectRef,
java.util.List resolverList)
Indicates that the resolution process has finished, and the requested projectRef could not be found. |
void |
resolutionStart(org.apache.maven.archiva.model.VersionedReference projectRef,
java.util.List resolverList)
Indicates that the resolution process has started for a specific project. |
void |
resolutionSuccess(org.apache.maven.archiva.model.VersionedReference projectRef,
ProjectModelResolver resolver,
org.apache.maven.archiva.model.ArchivaProjectModel model)
Indicates that a resolution process has finished, and the requested projectRef has been found. |
| Method Detail |
|---|
void resolutionStart(org.apache.maven.archiva.model.VersionedReference projectRef,
java.util.List resolverList)
projectRef - the project reference.resolverList - the List of ProjectModelResolver's that will be searched.resolutionSuccess(VersionedReference, ProjectModelResolver, ArchivaProjectModel),
resolutionNotFound(VersionedReference, List)
void resolutionAttempting(org.apache.maven.archiva.model.VersionedReference projectRef,
ProjectModelResolver resolver)
projectRef - the project reference.resolver - the resolver to attempt resolution on.
void resolutionMiss(org.apache.maven.archiva.model.VersionedReference projectRef,
ProjectModelResolver resolver)
projectRef - the project reference.resolver - the resolver the attempt was made on.
void resolutionError(org.apache.maven.archiva.model.VersionedReference projectRef,
ProjectModelResolver resolver,
java.lang.Exception cause)
projectRef - the project reference.resolver - the (optional) resolver on which the error occured.cause - the cause of the error.
void resolutionSuccess(org.apache.maven.archiva.model.VersionedReference projectRef,
ProjectModelResolver resolver,
org.apache.maven.archiva.model.ArchivaProjectModel model)
projectRef - the project reference.resolver - the resolver on which success occured.model - the resolved model.resolutionStart(VersionedReference, List)
void resolutionNotFound(org.apache.maven.archiva.model.VersionedReference projectRef,
java.util.List resolverList)
projectRef - the project reference.resolverList - the List of ProjectModelResolver's that was be searched.resolutionStart(VersionedReference, List)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||