|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
(package private) class |
MavenPluginAnalyser
This class is the |
| 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 |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||