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
 

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, 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-2011 Codehaus. All Rights Reserved.