Uses of Class
org.codehaus.mojo.freeform.analyser.Analyser

Packages that use Analyser
org.codehaus.mojo.freeform.analyser   
org.codehaus.mojo.freeform.mojo   
 

Uses of Analyser in org.codehaus.mojo.freeform.analyser
 

Subclasses of Analyser in org.codehaus.mojo.freeform.analyser
(package private)  class BaseAnalyser
          this abstract class contais the base methods for injecting basic functionnalities of a FreeformProject.
(package private)  class JarAnalyser
          This class is the Analyser used to analyse MavenProjects when the MavenProject's packaging is "jar".
(package private)  class MavenPluginAnalyser
          This class is the Analyser used to analyse MavenProjects when the MavenProject's packaging is "maven-plugin".
 

Methods in org.codehaus.mojo.freeform.analyser that return Analyser
static Analyser Analyser.getAnalyser(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.project.MavenProject executedProject, org.apache.maven.artifact.repository.ArtifactRepository localRepository, org.apache.maven.plugin.logging.Log log, java.lang.String mavenpath)
          This method gives the Analyser associated to the mavenProject packaging.
 

Uses of Analyser in org.codehaus.mojo.freeform.mojo
 

Methods in org.codehaus.mojo.freeform.mojo that return Analyser
protected  Analyser GenerateNetbeansProjectMojo.analyse()
          This method creates the Analyser for the MavenProject then calls analyseProject and analyseTargets on it.
 

Methods in org.codehaus.mojo.freeform.mojo with parameters of type Analyser
protected  void GenerateNetbeansProjectMojo.addAdditionalActions(Analyser analyser)
          This method adds the List of actions defined in the additionalGoals attribute to the given analyser.
protected  void GenerateNetbeansProjectMojo.addAdditionalFiles(Analyser analyser)
          This method adds the List of files defined in the additionalFiles attribute to the given analyser.
protected  void GenerateNetbeansProjectMojo.addAdditionalFolders(Analyser analyser)
          This method adds the List of folders defined in the additionalFolders attribute to the given analyser.
protected  void GenerateNetbeansProjectMojo.addAdditionalTargets(Analyser analyser)
          This method adds the List of ant targets defined in the additionalGoals attribute to the given analyser.
 



Copyright 2005-2005-2006 null. All Rights Reserved.