A B C E F G I J L M N O P R S T V W

A

addAdditionalActions(List) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
This method permits to add some additional actions to the Netbeans context menu.
addAdditionalActions(Analyser) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
This method adds the List of actions defined in the additionalGoals attribute to the given analyser.
addAdditionalFiles(List, boolean) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
This method permits to add some additional files to the Netbeans project view.
addAdditionalFiles(Analyser) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
This method adds the List of files defined in the additionalFiles attribute to the given analyser.
addAdditionalFolders(List, boolean) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
This method permits to add some additional folders to the Netbeans project view.
addAdditionalFolders(Analyser) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
This method adds the List of folders defined in the additionalFolders attribute to the given analyser.
addAdditionalTargets(List) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
This method permits to add some additionnal ant targets to the list of AntTargets.
addAdditionalTargets(Analyser) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
This method adds the List of ant targets defined in the additionalGoals attribute to the given analyser.
addAntTarget(String, String) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds an AntTarget to the list of ant target for generating the mavencall.xml file.
addAntTarget(String, String, String) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds an AntTarget to the list of ant target for generating the mavencall.xml file.
addAntTarget(String, String, String, String) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds an AntTarget to the list of ant target for generating the mavencall.xml file.
addClasspath(String) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method addClasspath
addCompilationUnit(String, boolean, List, List, File, File) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds a CompilationUnit to the FreeformProject.
addCompilationUnit(CompilationUnit) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method addCompilationUnit
addCompileSourceRoots() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the compile source roots of the MavenProject and the generated source roots of the mavenExecutedProject to the FreeformProject.
addContextMenuItem(ContextMenuItem) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method addContextMenuItem
addCustomisedContextMenuItem(String, String) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds a CustomisedContextMenuItem to the FreeformProject ContextMenu.
addFileViewItem(String, String) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds a FileViewItem to the FreeformProject views.
addGoal(String) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method addGoal
addIdeAction(String, String) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This adds a NamedNetbeansAction to the FreeformProject NetbeansActions.
addIdeContextItem(String) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds an IdeContextMenuItem to the FreeformProject ContextMenu.
additionalFiles - Variable in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
A comma separated list of additional files to view.
additionalFolders - Variable in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
A comma separated list of additionnal folders to view.
additionalGoals - Variable in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
A comma separated list of additional goals to call from Netbeans.
addMainCompilationUnits() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the CompilationUnit for the source roots of the MavenProject and for the generated source roots of the mavenExecutedProject to the FreeformProject.
addMavencallScript() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the "ant.script" property leading to the mavencall.xml file.
addNetbeansAction(NetbeansAction) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method addNetbeansAction
addOption(String) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method addOption
addPackageRoot(String) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method addPackageRoot
addProperty(Property) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method addProperty
addPropertyFile() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the reference to the property file for the netbeans project.
addResourceFolderViewItem(String) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds a FolderViewItem with tree style to the FreeformProject views.
addResources() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the resource folders to the FreeformProject views.
addSiteDirectoy() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the site folder to the FreeformProject views.
addSourceFolder(String) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds a SourceFolder to the FreeformProject SourceFolders.
addSourceFolder(SourceFolder) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method addSourceFolder
addSourceFolders() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the mavenExecutedProject source roots to the FreeformProject source folders.
addSourceFolderViewItem(String) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds a FolderViewItem with packages style to the FreeformProject views.
addSubproject(String) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds a Subprojectto the FreeformProject required projects.
addSubproject(Subproject) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method addSubproject
addTarget(String) - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
Method addTarget
addTarget(String) - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Method addTarget
addTargetDirectory() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the target folder to the FreeformProject views.
addTestCompilationUnits() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the CompilationUnit for the test source roots of the MavenProject and for the generated test source roots of the mavenExecutedProject to the FreeformProject.
addTestCompileSourceRoots() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the test source roots of the MavenProject and the generated test source roots of the mavenExecutedProject to the FreeformProject.
addTestResources() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the test resource folders to the FreeformProject views.
addTestSourceFolders() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the mavenExecutedProject test source roots to the FreeformProject source folders.
addViewItem(ViewItem) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method addViewItem
analyse() - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
This method creates the Analyser for the MavenProject then calls analyseProject and analyseTargets on it.
analyseProject() - Method in class org.codehaus.mojo.freeform.analyser.Analyser
This method role is to create the FreeformProject using the mavenProject, the mavenExecutedProject and the localRepository.
analyseProject(boolean) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
This method role is to create the FreeformProject using the mavenProject, the mavenExecutedProject and the localRepository.
analyseProject(boolean) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method role is to create the FreeformProject using the mavenProject, the mavenExecutedProject and the localRepository.
Analyser - Class in org.codehaus.mojo.freeform.analyser
This abstract class is the parent class of all the Analysers.
Analyser() - Constructor for class org.codehaus.mojo.freeform.analyser.Analyser
 
Analyser() - Method in class org.codehaus.mojo.freeform.analyser.Analyser
The default constructor is set to protected to force the creation of an Analyser object only for use in the getAnalyser method.
analyseTargets() - Method in class org.codehaus.mojo.freeform.analyser.Analyser
This method role is to create the List of AntTarget using the mavenProject, the mavenExecutedProject and the localRepository.
analyseTargets(boolean) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
This method role is to create the List of AntTarget using the mavenProject, the mavenExecutedProject and the localRepository.
analyseTargets(boolean) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method role is to create the List of AntTarget using the mavenProject, the mavenExecutedProject and the localRepository.
AntTarget - Class in org.codehaus.mojo.freeform.project
Class AntTarget.
AntTarget() - Constructor for class org.codehaus.mojo.freeform.project.AntTarget
 
antTargets - Variable in class org.codehaus.mojo.freeform.analyser.Analyser
The list of ant targets that will be created.

B

BaseAnalyser - Class in org.codehaus.mojo.freeform.analyser
this abstract class contais the base methods for injecting basic functionnalities of a FreeformProject.
BaseAnalyser() - Constructor for class org.codehaus.mojo.freeform.analyser.BaseAnalyser
 

C

CompilationUnit - Class in org.codehaus.mojo.freeform.project
Class CompilationUnit.
CompilationUnit() - Constructor for class org.codehaus.mojo.freeform.project.CompilationUnit
 
ContextMenuItem - Class in org.codehaus.mojo.freeform.project
Class ContextMenuItem.
ContextMenuItem() - Constructor for class org.codehaus.mojo.freeform.project.ContextMenuItem
 
createNetbeansProjectDirectory() - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
This methods creates the nbproject directory that will hold the netbeans descriptor file and ant script.
createProject(boolean) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
This method creates an empty FreeformProject.
createTargets() - Method in class org.codehaus.mojo.freeform.analyser.Analyser
This method creates an empty AntTarget List.
CustomisedContextMenuItem - Class in org.codehaus.mojo.freeform.project
Class CustomisedContextMenuItem.
CustomisedContextMenuItem() - Constructor for class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
 

E

execute() - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
This method is the starting method of this class.
executedProject - Variable in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
The currently executed project.

F

FileProperty - Class in org.codehaus.mojo.freeform.project
Class FileProperty.
FileProperty() - Constructor for class org.codehaus.mojo.freeform.project.FileProperty
 
FileViewItem - Class in org.codehaus.mojo.freeform.project
Class FileViewItem.
FileViewItem() - Constructor for class org.codehaus.mojo.freeform.project.FileViewItem
 
FolderViewItem - Class in org.codehaus.mojo.freeform.project
Class FolderViewItem.
FolderViewItem() - Constructor for class org.codehaus.mojo.freeform.project.FolderViewItem
 
FreeformConstants - Class in org.codehaus.mojo.freeform
This abstract class contains the all the constants for the classes defined in the Netbeans Freeform plugin.
FreeformConstants() - Constructor for class org.codehaus.mojo.freeform.FreeformConstants
 
FreeformPluginException - Exception in org.codehaus.mojo.freeform
This class is the only exception in the Netbeans Freeform plugin.
FreeformPluginException(String) - Constructor for exception org.codehaus.mojo.freeform.FreeformPluginException
This constructor takes the Exception message as a parameter.
FreeformPluginException(String, Throwable) - Constructor for exception org.codehaus.mojo.freeform.FreeformPluginException
This constructor takes the Exception message and root cause as parameters.
freeformProject - Variable in class org.codehaus.mojo.freeform.analyser.Analyser
The freeform project that will be created.
FreeformProject - Class in org.codehaus.mojo.freeform.project
Class FreeformProject.
FreeformProject() - Constructor for class org.codehaus.mojo.freeform.project.FreeformProject
 

G

GenerateNetbeansProjectMojo - Class in org.codehaus.mojo.freeform.mojo
A Maven2 plugin which integrates the use of Maven2 with Netbeans 4.x.
GenerateNetbeansProjectMojo() - Constructor for class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
 
getAnalyser(MavenProject, MavenProject, ArtifactRepository, Log, String) - Static method in class org.codehaus.mojo.freeform.analyser.Analyser
This method gives the Analyser associated to the mavenProject packaging.
getBuiltTo() - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method getBuiltTo
getClasspath() - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method getClasspath
getComment() - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method getComment
getCompilationUnits() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getCompilationUnits
getContextMenuItems() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getContextMenuItems
getGoal() - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method getGoal
getLabel() - Method in class org.codehaus.mojo.freeform.project.FileViewItem
Method getLabel
getLabel() - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
Method getLabel
getLabel() - Method in class org.codehaus.mojo.freeform.project.SourceFolder
Method getLabel
getLocation() - Method in class org.codehaus.mojo.freeform.project.FileProperty
Method getLocation
getLocation() - Method in class org.codehaus.mojo.freeform.project.FileViewItem
Method getLocation
getLocation() - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
Method getLocation
getLocation() - Method in class org.codehaus.mojo.freeform.project.SourceFolder
Method getLocation
getName() - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method getName
getName() - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
Method getName
getName() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getName
getName() - Method in class org.codehaus.mojo.freeform.project.IdeContextMenuItem
Method getName
getName() - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Method getName
getName() - Method in class org.codehaus.mojo.freeform.project.NamedProperty
Method getName
getNetbeansActions() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getNetbeansActions
getOption() - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method getOption
getPackageRoot() - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method getPackageRoot
getProject() - Method in class org.codehaus.mojo.freeform.analyser.Analyser
This method returns the created FreeformProject.
getProperties() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getProperties
getScript() - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
Method getScript
getScript() - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Method getScript
getSourceFolders() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getSourceFolders
getSourceLevel() - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method getSourceLevel
getStyle() - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
Method getStyle
getSubproject() - Method in class org.codehaus.mojo.freeform.project.Subproject
Method getSubproject
getSubprojects() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getSubprojects
getTarget() - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
Method getTarget
getTarget() - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Method getTarget
getTargets() - Method in class org.codehaus.mojo.freeform.analyser.Analyser
this method returns the created List of AntTargets.
getType() - Method in class org.codehaus.mojo.freeform.project.SourceFolder
Method getType
getValue() - Method in class org.codehaus.mojo.freeform.project.NamedProperty
Method getValue
getViewItems() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getViewItems

I

IdeContextMenuItem - Class in org.codehaus.mojo.freeform.project
Class IdeContextMenuItem.
IdeContextMenuItem() - Constructor for class org.codehaus.mojo.freeform.project.IdeContextMenuItem
 
isUnitTest() - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method isUnitTest
isUseOutputDirectory() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method isUseOutputDirectory

J

JarAnalyser - Class in org.codehaus.mojo.freeform.analyser
This class is the Analyser used to analyse MavenProjects when the MavenProject's packaging is "jar".
JarAnalyser() - Constructor for class org.codehaus.mojo.freeform.analyser.JarAnalyser
 

L

localRepository - Variable in class org.codehaus.mojo.freeform.analyser.Analyser
The local repository of the Maven2 execution.
localRepository - Variable in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
Local maven repository.
log - Variable in class org.codehaus.mojo.freeform.analyser.Analyser
The logging system.

M

MavencallWriter - Class in org.codehaus.mojo.freeform.writer
This class represents the Writer for a List of AntTargets.
MavencallWriter(List, File, MavenProject, boolean, Log) - Constructor for class org.codehaus.mojo.freeform.writer.MavencallWriter
Creates a new instance of MavencallWriter.
mavenExecutedProject - Variable in class org.codehaus.mojo.freeform.analyser.Analyser
The maven project resulting of the phase prerequisite.
mavenpath - Variable in class org.codehaus.mojo.freeform.analyser.Analyser
The path to the Maven executable.
mavenpath - Variable in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
The path to the Maven executable.
MavenPluginAnalyser - Class in org.codehaus.mojo.freeform.analyser
This class is the Analyser used to analyse MavenProjects when the MavenProject's packaging is "maven-plugin".
MavenPluginAnalyser() - Constructor for class org.codehaus.mojo.freeform.analyser.MavenPluginAnalyser
 
mavenProject - Variable in class org.codehaus.mojo.freeform.analyser.Analyser
The maven project.

N

NamedNetbeansAction - Class in org.codehaus.mojo.freeform.project
Class NamedNetbeansAction.
NamedNetbeansAction() - Constructor for class org.codehaus.mojo.freeform.project.NamedNetbeansAction
 
NamedProperty - Class in org.codehaus.mojo.freeform.project
Class NamedProperty.
NamedProperty() - Constructor for class org.codehaus.mojo.freeform.project.NamedProperty
 
NetbeansAction - Class in org.codehaus.mojo.freeform.project
Class NetbeansAction.
NetbeansAction() - Constructor for class org.codehaus.mojo.freeform.project.NetbeansAction
 

O

org.codehaus.mojo.freeform - package org.codehaus.mojo.freeform
 
org.codehaus.mojo.freeform.analyser - package org.codehaus.mojo.freeform.analyser
 
org.codehaus.mojo.freeform.mojo - package org.codehaus.mojo.freeform.mojo
 
org.codehaus.mojo.freeform.project - package org.codehaus.mojo.freeform.project
 
org.codehaus.mojo.freeform.writer - package org.codehaus.mojo.freeform.writer
 
outputDirectory - Variable in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
The directory where to write the nbproject directory and Netbeans project files.

P

project - Variable in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
The project whose project files to create.
ProjectWriter - Class in org.codehaus.mojo.freeform.writer
This class represents the Writer for a Netbeans Freeform Project descriptor.
ProjectWriter(FreeformProject, File, MavenProject, Log) - Constructor for class org.codehaus.mojo.freeform.writer.ProjectWriter
Creates a new instance of ProjectWriter.
Property - Class in org.codehaus.mojo.freeform.project
Class Property.
Property() - Constructor for class org.codehaus.mojo.freeform.project.Property
 
PropertyWriter - Class in org.codehaus.mojo.freeform.writer
This class represents the Writer for a List of Properties.
PropertyWriter(File, Log, ArtifactRepository, MavenProject, String) - Constructor for class org.codehaus.mojo.freeform.writer.PropertyWriter
Creates a new instance of PropertyWriter.

R

removeClasspath(String) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method removeClasspath
removeCompilationUnit(CompilationUnit) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method removeCompilationUnit
removeContextMenuItem(ContextMenuItem) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method removeContextMenuItem
removeGoal(String) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method removeGoal
removeNetbeansAction(NetbeansAction) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method removeNetbeansAction
removeOption(String) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method removeOption
removePackageRoot(String) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method removePackageRoot
removeProperty(Property) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method removeProperty
removeSourceFolder(SourceFolder) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method removeSourceFolder
removeSubproject(Subproject) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method removeSubproject
removeTarget(String) - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
Method removeTarget
removeTarget(String) - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Method removeTarget
removeViewItem(ViewItem) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method removeViewItem

S

setActionBuild() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the build ide action.
setActionClean() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the clean ide action.
setActionJavadoc() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the javadoc ide action.
setActionRebuild() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the rebuild ide action.
setActionRun() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the run ide action.
setActionTest() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the test ide action.
setAdditionalFiles(String) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
Setter for the additionalFiles property.
setAdditionalFolders(String) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
Setter for the additionalFolders property.
setAdditionalGoals(String) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
Setter for the additionalGoals property.
setBuiltTo(String) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method setBuiltTo
setClasspath(List) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method setClasspath
setComment(String) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method setComment
setCompilationUnits(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method setCompilationUnits
setContextMenuItems(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method setContextMenuItems
setExecutedProject(MavenProject) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
Setter for property executedProject.
setFreeformCompilationUnits() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets all the compilation units for the project.
setFreeformContextMenuItems() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the whole context menu for the project.
setFreeformIdeActions() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets all the ide actions for the project.
setFreeformProjectName() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method sets the name of the FreeformProject using the one of the MavenProject.
setFreeformProperties() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets all the properties form the project.
setFreeformSourceFolders() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets all the source folders for the project.
setFreeformSubprojects() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method adds the modules of the MavenProject to the FreeformProject subprojects.
setFreeformViewItems() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets all the view items for the project.
setGoal(List) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method setGoal
setLabel(String) - Method in class org.codehaus.mojo.freeform.project.FileViewItem
Method setLabel
setLabel(String) - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
Method setLabel
setLabel(String) - Method in class org.codehaus.mojo.freeform.project.SourceFolder
Method setLabel
setLocalRepository(ArtifactRepository) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
The localRepository setter.
setLocalRepository(ArtifactRepository) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
Setter for property localRepository.
setLocation(String) - Method in class org.codehaus.mojo.freeform.project.FileProperty
Method setLocation
setLocation(String) - Method in class org.codehaus.mojo.freeform.project.FileViewItem
Method setLocation
setLocation(String) - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
Method setLocation
setLocation(String) - Method in class org.codehaus.mojo.freeform.project.SourceFolder
Method setLocation
setLog(Log) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
The log setter.
setMavenExecutedProject(MavenProject) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
The mavenExecutedProject setter.
setMavenPath(String) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
The maven path setter.
setMavenPath(String) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
Setter for property mavenpath.
setMavenProject(MavenProject) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
The mavenProject setter.
setMenuBuild() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the build menu item.
setMenuClean() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the clean menu item.
setMenuJalopy() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the format code menu item.
setMenuJavadoc() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the javadoc menu item.
setMenuRebuild() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the rebuild menu item.
setMenuRefreshProject() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the refresh project menu item.
setMenuRun() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the run menu item.
setMenuTest() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the test menu item.
setName(String) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method setName
setName(String) - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
Method setName
setName(String) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method setName
setName(String) - Method in class org.codehaus.mojo.freeform.project.IdeContextMenuItem
Method setName
setName(String) - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Method setName
setName(String) - Method in class org.codehaus.mojo.freeform.project.NamedProperty
Method setName
setNetbeansActions(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method setNetbeansActions
setOption(List) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method setOption
setOutputDirectory(String) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
Setter for the outputDirectory property.
setPackageRoot(List) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method setPackageRoot
setProject(MavenProject) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
Setter for property project.
setProperties(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method setProperties
setScript(String) - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
Method setScript
setScript(String) - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Method setScript
setSourceFolders(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method setSourceFolders
setSourceLevel(String) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method setSourceLevel
setStyle(String) - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
Method setStyle
setSubproject(String) - Method in class org.codehaus.mojo.freeform.project.Subproject
Method setSubproject
setSubprojects(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method setSubprojects
setTarget(List) - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
Method setTarget
setTarget(List) - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Method setTarget
setTargetBuild() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the build ant target.
setTargetClean() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the clean ant target.
setTargetJalopy() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the jalopy ant target.
setTargetJavadoc() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the javadoc ant target.
setTargetRefreshProject() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the refresh project ant target.
setTargetRun() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the run ant target.
setTargetRun() - Method in class org.codehaus.mojo.freeform.analyser.MavenPluginAnalyser
Sets the run ant target.
setTargetTest() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the test ant target.
setType(String) - Method in class org.codehaus.mojo.freeform.project.SourceFolder
Method setType
setUnitTest(boolean) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method setUnitTest
setUseOutputDirectory(boolean) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method setUseOutputDirectory
setValue(String) - Method in class org.codehaus.mojo.freeform.project.NamedProperty
Method setValue
setViewItems(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method setViewItems
setViewPom() - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
Sets the pom file view item.
SourceFolder - Class in org.codehaus.mojo.freeform.project
Class SourceFolder.
SourceFolder() - Constructor for class org.codehaus.mojo.freeform.project.SourceFolder
 
Subproject - Class in org.codehaus.mojo.freeform.project
Class Subproject.
Subproject() - Constructor for class org.codehaus.mojo.freeform.project.Subproject
 

T

toRelative(File, String) - Static method in class org.codehaus.mojo.freeform.analyser.Analyser
This method computes a relative path given a base directory and an absolute path located in the tree of the basedir.
toRelativeArtifactPaths(List, File, File) - Method in class org.codehaus.mojo.freeform.analyser.BaseAnalyser
This method, given a list of classpath elements with absobute paths, returns the same list of path elements with paths relative to the mavenProjectBasedir or the localRepositoryBasedir.
toString() - Method in class org.codehaus.mojo.freeform.analyser.Analyser
This method returns the classname of the Analyser.

V

ViewItem - Class in org.codehaus.mojo.freeform.project
Class ViewItem.
ViewItem() - Constructor for class org.codehaus.mojo.freeform.project.ViewItem
 

W

write() - Method in class org.codehaus.mojo.freeform.writer.MavencallWriter
This is the main method called on the Class for writing the mavencall file.
write() - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This is the main method called on the Class for writing the project descriptor file.
write() - Method in class org.codehaus.mojo.freeform.writer.PropertyWriter
This is the main method called on the Class for writing the property file.
writeAntTarget(AntTarget, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.MavencallWriter
This method write an AntTarget to the given XMLWriter.
writeCompilationUnit(CompilationUnit, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write an CompilationUnit to the given XMLWriter.
writeCompilationUnits(List, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a List of CompilationUnits to the given XMLWriter.
writeContextMenuItem(ContextMenuItem, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a ContextMenuItem to the given XMLWriter.
writeContextMenuItem(IdeContextMenuItem, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write an IdeContextMenuItem to the given XMLWriter.
writeContextMenuItem(CustomisedContextMenuItem, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a CustomisedContextMenuItem to the given XMLWriter.
writeContextMenuItems(List, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a List of ContextMenuItems to the given XMLWriter.
writeIdeAction(NetbeansAction, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a NetbeansAction to the given XMLWriter.
writeIdeAction(NamedNetbeansAction, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a NamedNetbeansAction to the given XMLWriter.
writeIdeActions(List, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a List of NamedNetbeansActions to the given XMLWriter.
writeMavencallFile(File, boolean, List) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
This method write the mavencall.xml file given the directory where to save the file and the list of AntTarget to write in.
writeMavenCallXml(XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.MavencallWriter
This method write the List of AntTargets in the XMLWriter.
writeName(String, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write the name of the project to the given XMLWriter.
writeProjectFile(File, FreeformProject) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
This method write the project.xml file given the directory where to save the file and the FreeformProject to write in.
writeProjectXml(XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write the FreeformProject in the XMLWriter.
writeProperties(List, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a List of property to the given XMLWriter.
writeProperty(Property, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a Property to the given XMLWriter.
writeProperty(NamedProperty, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a NamedProperty to the given XMLWriter.
writeProperty(FileProperty, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a FileProperty to the given XMLWriter.
writePropertyFile(File, String) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
This method write the project.properties file given the directory where to save the file and the FreeformProject to write in.
writeSourceFolder(SourceFolder, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a SourceFolder to the given XMLWriter.
writeSourceFolders(List, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a List of SourceFolders to the given XMLWriter.
writeSubprojects(List, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a List of Subproject to the given XMLWriter.
writeViewItem(ViewItem, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a ViewItem to the given XMLWriter.
writeViewItem(FileViewItem, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a FileViewItem to the given XMLWriter.
writeViewItem(FolderViewItem, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a FolderViewItem to the given XMLWriter.
writeViewItems(List, XMLWriter) - Method in class org.codehaus.mojo.freeform.writer.ProjectWriter
This method write a List of ViewItems to the given XMLWriter.

A B C E F G I J L M N O P R S T V W

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