org.apache.maven.errors
Class ProjectErrorTips

java.lang.Object
  extended by org.apache.maven.errors.ProjectErrorTips

public final class ProjectErrorTips
extends java.lang.Object


Method Summary
static java.util.List getTipsForActivatorError(ProfileActivator activator, java.lang.String projectId, java.io.File pomFile, Profile profile, ProfileActivationContext context, ProfileActivationException cause)
           
static java.util.List getTipsForActivatorLookupError(java.lang.String projectId, java.io.File pomFile, Profile profile, org.codehaus.plexus.component.repository.exception.ComponentLookupException cause)
           
static java.util.List getTipsForBadDependencySpec(MavenProject project, java.io.File pomFile, Dependency dep)
           
static java.util.List getTipsForBadNonDependencyArtifactSpec(MavenProject project, java.io.File pomFile, InvalidProjectVersionException cause)
           
static java.util.List getTipsForDuplicateProjectError(java.util.List allProjectInstances, DuplicateProjectException err)
           
static java.util.List getTipsForErrorLoadingExternalProfilesFromFile(Model model, java.io.File pomFile, java.io.File projectDir, java.io.IOException cause)
           
static java.util.List getTipsForErrorLoadingExternalProfilesFromFile(Model model, java.io.File pomFile, java.io.File projectDir, org.codehaus.plexus.util.xml.pull.XmlPullParserException cause)
           
static java.util.List getTipsForInvalidRepositorySpec(RepositoryBase repo, java.lang.String projectId, java.io.File pomFile, InvalidRepositoryException cause)
           
static java.util.List getTipsForPomParsingError(java.lang.String projectId, java.io.File pomFile, java.lang.Exception cause)
           
static java.util.List getTipsForProjectValidationFailure(MavenProject project, java.io.File pomFile, ModelValidationResult validationResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTipsForActivatorError

public static java.util.List getTipsForActivatorError(ProfileActivator activator,
                                                      java.lang.String projectId,
                                                      java.io.File pomFile,
                                                      Profile profile,
                                                      ProfileActivationContext context,
                                                      ProfileActivationException cause)

getTipsForActivatorLookupError

public static java.util.List getTipsForActivatorLookupError(java.lang.String projectId,
                                                            java.io.File pomFile,
                                                            Profile profile,
                                                            org.codehaus.plexus.component.repository.exception.ComponentLookupException cause)

getTipsForErrorLoadingExternalProfilesFromFile

public static java.util.List getTipsForErrorLoadingExternalProfilesFromFile(Model model,
                                                                            java.io.File pomFile,
                                                                            java.io.File projectDir,
                                                                            java.io.IOException cause)

getTipsForErrorLoadingExternalProfilesFromFile

public static java.util.List getTipsForErrorLoadingExternalProfilesFromFile(Model model,
                                                                            java.io.File pomFile,
                                                                            java.io.File projectDir,
                                                                            org.codehaus.plexus.util.xml.pull.XmlPullParserException cause)

getTipsForInvalidRepositorySpec

public static java.util.List getTipsForInvalidRepositorySpec(RepositoryBase repo,
                                                             java.lang.String projectId,
                                                             java.io.File pomFile,
                                                             InvalidRepositoryException cause)

getTipsForProjectValidationFailure

public static java.util.List getTipsForProjectValidationFailure(MavenProject project,
                                                                java.io.File pomFile,
                                                                ModelValidationResult validationResult)

getTipsForBadDependencySpec

public static java.util.List getTipsForBadDependencySpec(MavenProject project,
                                                         java.io.File pomFile,
                                                         Dependency dep)

getTipsForBadNonDependencyArtifactSpec

public static java.util.List getTipsForBadNonDependencyArtifactSpec(MavenProject project,
                                                                    java.io.File pomFile,
                                                                    InvalidProjectVersionException cause)

getTipsForPomParsingError

public static java.util.List getTipsForPomParsingError(java.lang.String projectId,
                                                       java.io.File pomFile,
                                                       java.lang.Exception cause)

getTipsForDuplicateProjectError

public static java.util.List getTipsForDuplicateProjectError(java.util.List allProjectInstances,
                                                             DuplicateProjectException err)


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.