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

A

ACTION_TAG - Static variable in class org.codehaus.mojo.freeform.writer.ProjectWriter
 
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.
addClasspath(String) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method addClasspath
addCompilationUnit(CompilationUnit) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method addCompilationUnit
addContextMenuItem(ContextMenuItem) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method addContextMenuItem
addGoal(String) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method addGoal
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.
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
addSourceFolder(SourceFolder) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method addSourceFolder
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
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.
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.
AntTarget - Class in org.codehaus.mojo.freeform.project
null
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.
ARITY_TAG - Static variable in class org.codehaus.mojo.freeform.writer.ProjectWriter
 

C

CompilationUnit - Class in org.codehaus.mojo.freeform.project
null
CompilationUnit() - Constructor for class org.codehaus.mojo.freeform.project.CompilationUnit
 
COMPILE_SELECTED_FILES_IN_MAIN - Static variable in class org.codehaus.mojo.freeform.FreeformConstants
 
COMPILE_SELECTED_FILES_IN_TEST - Static variable in class org.codehaus.mojo.freeform.FreeformConstants
 
CONTEXT_TAG - Static variable in class org.codehaus.mojo.freeform.writer.ProjectWriter
 
ContextMenuItem - Class in org.codehaus.mojo.freeform.project
null
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.
CUSTOM_BUILD_SCRIPT - Static variable in class org.codehaus.mojo.freeform.FreeformConstants
The file name that stores the custom IDE actions' ant targets.
CUSTOM_SCRIPT - Static variable in class org.codehaus.mojo.freeform.FreeformConstants
The Ant scripting variable name of the build file that contains the custom IDE actions.
CustomActionConfig - Class in org.codehaus.mojo.freeform.writer
This class encapsulates the configuration of a custom IDE action.
CustomActionConfig() - Constructor for class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
CustomisedContextMenuItem - Class in org.codehaus.mojo.freeform.project
null
CustomisedContextMenuItem() - Constructor for class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
 

D

DEBUG_SELECTED_FILES_IN_MAIN - Static variable in class org.codehaus.mojo.freeform.FreeformConstants
 
DEBUG_SELECTED_FILES_IN_TEST - Static variable in class org.codehaus.mojo.freeform.FreeformConstants
 

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

failUnlessSet - Variable in class org.codehaus.mojo.freeform.writer.TargetConfig
The property that has to be set by the IDE at runtime (to the selected files in the tree view).
FileProperty - Class in org.codehaus.mojo.freeform.project
null
FileProperty() - Constructor for class org.codehaus.mojo.freeform.project.FileProperty
 
FileViewItem - Class in org.codehaus.mojo.freeform.project
null
FileViewItem() - Constructor for class org.codehaus.mojo.freeform.project.FileViewItem
 
FOLDER_TAG - Static variable in class org.codehaus.mojo.freeform.writer.ProjectWriter
 
FolderViewItem - Class in org.codehaus.mojo.freeform.project
null
FolderViewItem() - Constructor for class org.codehaus.mojo.freeform.project.FolderViewItem
 
FORMAT_TAG - Static variable in class org.codehaus.mojo.freeform.writer.ProjectWriter
 
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
null
FreeformProject() - Constructor for class org.codehaus.mojo.freeform.project.FreeformProject
 

G

GenerateNetbeansProjectMojo - Class in org.codehaus.mojo.freeform.mojo
Integrate the use of Maven 2 with Netbeans 4.x.
GenerateNetbeansProjectMojo() - Constructor for class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
 
getActionName() - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
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
Get null
getClasspath() - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Method getClasspath
getComment() - Method in class org.codehaus.mojo.freeform.project.AntTarget
Get null
getCompilationUnits() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getCompilationUnits
getContextFolder() - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
getContextFormat() - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
getContextMenuItems() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getContextMenuItems
getContextPattern() - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
getContextProperty() - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
getCustomFile() - Method in class org.codehaus.mojo.freeform.writer.IdeFileTargetsWriter
 
getFailUnlessSet() - Method in class org.codehaus.mojo.freeform.writer.TargetConfig
 
getFreeformProject() - Method in class org.codehaus.mojo.freeform.writer.IdeFileTargetsWriter
 
getGoal() - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method getGoal
getLabel() - Method in class org.codehaus.mojo.freeform.project.FileViewItem
Get null
getLabel() - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
Get null
getLabel() - Method in class org.codehaus.mojo.freeform.project.SourceFolder
Get null
getLocation() - Method in class org.codehaus.mojo.freeform.project.FileProperty
Get null
getLocation() - Method in class org.codehaus.mojo.freeform.project.FileViewItem
Get null
getLocation() - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
Get null
getLocation() - Method in class org.codehaus.mojo.freeform.project.SourceFolder
Get null
getLog() - Method in class org.codehaus.mojo.freeform.writer.IdeFileTargetsWriter
 
getMavenProjectName() - Method in class org.codehaus.mojo.freeform.writer.IdeFileTargetsWriter
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.AntTarget
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.ContextMenuItem
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.FileProperty
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.FileViewItem
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.IdeContextMenuItem
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.NamedProperty
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.NetbeansAction
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.Property
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.SourceFolder
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.Subproject
 
getModelEncoding() - Method in class org.codehaus.mojo.freeform.project.ViewItem
 
getName() - Method in class org.codehaus.mojo.freeform.project.AntTarget
Get null
getName() - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
Get null
getName() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Get null
getName() - Method in class org.codehaus.mojo.freeform.project.IdeContextMenuItem
Get null
getName() - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Get null
getName() - Method in class org.codehaus.mojo.freeform.project.NamedProperty
Get null
getNetbeansActions() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getNetbeansActions
getNetbeansProjectDirectory() - Method in class org.codehaus.mojo.freeform.writer.IdeFileTargetsWriter
 
getOption() - Method in class org.codehaus.mojo.freeform.project.AntTarget
Method getOption
getOutputDir() - Method in class org.codehaus.mojo.freeform.writer.TargetConfig
 
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
Get null
getScript() - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Get null
getScript() - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
getSeparatedFiles() - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
getSourceDir() - Method in class org.codehaus.mojo.freeform.writer.TargetConfig
 
getSourceFolders() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getSourceFolders
getSourceLevel() - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Get null
getSourceVersion() - Method in class org.codehaus.mojo.freeform.writer.TargetConfig
 
getStyle() - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
Get null
getSubproject() - Method in class org.codehaus.mojo.freeform.project.Subproject
Get null
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
getTarget() - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
getTargetName() - Method in class org.codehaus.mojo.freeform.writer.TargetConfig
 
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
Get null
getValue() - Method in class org.codehaus.mojo.freeform.project.NamedProperty
Get null
getViewItems() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Method getViewItems

I

IdeContextMenuItem - Class in org.codehaus.mojo.freeform.project
null
IdeContextMenuItem() - Constructor for class org.codehaus.mojo.freeform.project.IdeContextMenuItem
 
IdeFileTargetsWriter - Class in org.codehaus.mojo.freeform.writer
This class creates the Ant build file for the custom IDE actions.
IdeFileTargetsWriter(FreeformProject, File, File, Log, String) - Constructor for class org.codehaus.mojo.freeform.writer.IdeFileTargetsWriter
 
isSingleOnly() - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
isUnitTest() - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Get null
isUseOutputDirectory() - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Get null

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.
mavenProject - Variable in class org.codehaus.mojo.freeform.analyser.Analyser
The maven project.

N

NAME_ATTR - Static variable in class org.codehaus.mojo.freeform.writer.ProjectWriter
 
NamedNetbeansAction - Class in org.codehaus.mojo.freeform.project
null
NamedNetbeansAction() - Constructor for class org.codehaus.mojo.freeform.project.NamedNetbeansAction
 
NamedProperty - Class in org.codehaus.mojo.freeform.project
null
NamedProperty() - Constructor for class org.codehaus.mojo.freeform.project.NamedProperty
 
NetbeansAction - Class in org.codehaus.mojo.freeform.project
null
NetbeansAction() - Constructor for class org.codehaus.mojo.freeform.project.NetbeansAction
 

O

ONE_FILE_ONLY_TAG - Static variable in class org.codehaus.mojo.freeform.writer.ProjectWriter
 
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
 
outputDir - Variable in class org.codehaus.mojo.freeform.writer.TargetConfig
The build output directory.
outputDirectory - Variable in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
The directory where to write the nbproject directory and Netbeans project files.

P

PATTERN_TAG - Static variable in class org.codehaus.mojo.freeform.writer.ProjectWriter
 
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
null
Property() - Constructor for class org.codehaus.mojo.freeform.project.Property
 
PROPERTY_TAG - Static variable in class org.codehaus.mojo.freeform.writer.ProjectWriter
 
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
RUN_SELECTED_FILES_IN_MAIN - Static variable in class org.codehaus.mojo.freeform.FreeformConstants
 
RUN_SELECTED_FILES_IN_TEST - Static variable in class org.codehaus.mojo.freeform.FreeformConstants
 

S

SCRIPT_TAG - Static variable in class org.codehaus.mojo.freeform.writer.ProjectWriter
 
SEPARATED_FILES_TAG - Static variable in class org.codehaus.mojo.freeform.writer.ProjectWriter
 
setActionName(String) - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
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
Set null
setClasspath(List) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Set null
setComment(String) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Set null
setCompilationUnits(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Set null
setContextFolder(String) - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
setContextFormat(String) - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
setContextMenuItems(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Set null
setContextPattern(String) - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
setContextProperty(String) - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
setCustomFile(File) - Method in class org.codehaus.mojo.freeform.writer.IdeFileTargetsWriter
 
setExecutedProject(MavenProject) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
Setter for property executedProject.
setFailUnlessSet(String) - Method in class org.codehaus.mojo.freeform.writer.TargetConfig
 
setFreeformProject(FreeformProject) - Method in class org.codehaus.mojo.freeform.writer.IdeFileTargetsWriter
 
setGoal(List) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Set null
setLabel(String) - Method in class org.codehaus.mojo.freeform.project.FileViewItem
Set null
setLabel(String) - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
Set null
setLabel(String) - Method in class org.codehaus.mojo.freeform.project.SourceFolder
Set null
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
Set null
setLocation(String) - Method in class org.codehaus.mojo.freeform.project.FileViewItem
Set null
setLocation(String) - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
Set null
setLocation(String) - Method in class org.codehaus.mojo.freeform.project.SourceFolder
Set null
setLog(Log) - Method in class org.codehaus.mojo.freeform.analyser.Analyser
The log setter.
setLog(Log) - Method in class org.codehaus.mojo.freeform.writer.IdeFileTargetsWriter
 
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.
setMavenProjectName(String) - Method in class org.codehaus.mojo.freeform.writer.IdeFileTargetsWriter
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.AntTarget
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.ContextMenuItem
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.FileProperty
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.FileViewItem
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.IdeContextMenuItem
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.NamedProperty
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.NetbeansAction
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.Property
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.SourceFolder
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.Subproject
 
setModelEncoding(String) - Method in class org.codehaus.mojo.freeform.project.ViewItem
 
setName(String) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Set null
setName(String) - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
Set null
setName(String) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Set null
setName(String) - Method in class org.codehaus.mojo.freeform.project.IdeContextMenuItem
Set null
setName(String) - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Set null
setName(String) - Method in class org.codehaus.mojo.freeform.project.NamedProperty
Set null
setNetbeansActions(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Set null
setNetbeansProjectDirectory(File) - Method in class org.codehaus.mojo.freeform.writer.IdeFileTargetsWriter
 
setOption(List) - Method in class org.codehaus.mojo.freeform.project.AntTarget
Set null
setOutputDir(String) - Method in class org.codehaus.mojo.freeform.writer.TargetConfig
 
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
Set null
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
Set null
setScript(String) - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
Set null
setScript(String) - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Set null
setScript(String) - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
setSeparatedFiles(String) - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
setSingleOnly(boolean) - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
setSourceDir(String) - Method in class org.codehaus.mojo.freeform.writer.TargetConfig
 
setSourceFolders(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Set null
setSourceLevel(String) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Set null
setSourceVersion(String) - Method in class org.codehaus.mojo.freeform.writer.TargetConfig
 
setStyle(String) - Method in class org.codehaus.mojo.freeform.project.FolderViewItem
Set null
setSubproject(String) - Method in class org.codehaus.mojo.freeform.project.Subproject
Set null
setSubprojects(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Set null
setTarget(List) - Method in class org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
Set null
setTarget(List) - Method in class org.codehaus.mojo.freeform.project.NamedNetbeansAction
Set null
setTarget(String) - Method in class org.codehaus.mojo.freeform.writer.CustomActionConfig
 
setTargetName(String) - Method in class org.codehaus.mojo.freeform.writer.TargetConfig
 
setType(String) - Method in class org.codehaus.mojo.freeform.project.SourceFolder
Set null
setUnitTest(boolean) - Method in class org.codehaus.mojo.freeform.project.CompilationUnit
Set null
setUseOutputDirectory(boolean) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Set null
setValue(String) - Method in class org.codehaus.mojo.freeform.project.NamedProperty
Set null
setViewItems(List) - Method in class org.codehaus.mojo.freeform.project.FreeformProject
Set null
sourceDir - Variable in class org.codehaus.mojo.freeform.writer.TargetConfig
The java source directory.
SourceFolder - Class in org.codehaus.mojo.freeform.project
null
SourceFolder() - Constructor for class org.codehaus.mojo.freeform.project.SourceFolder
 
sourceVersion - Variable in class org.codehaus.mojo.freeform.writer.TargetConfig
The java source version.
Subproject - Class in org.codehaus.mojo.freeform.project
null
Subproject() - Constructor for class org.codehaus.mojo.freeform.project.Subproject
 

T

TARGET_TAG - Static variable in class org.codehaus.mojo.freeform.writer.ProjectWriter
 
TargetConfig - Class in org.codehaus.mojo.freeform.writer
The configuration for a custom Ant target.
TargetConfig() - Constructor for class org.codehaus.mojo.freeform.writer.TargetConfig
 
targetName - Variable in class org.codehaus.mojo.freeform.writer.TargetConfig
The name of the Ant target.
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.
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
null
ViewItem() - Constructor for class org.codehaus.mojo.freeform.project.ViewItem
 

W

write() - Method in class org.codehaus.mojo.freeform.writer.IdeFileTargetsWriter
Writes the ide-file-targets.xml file.
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.
writeIdeFileTargetsFile(File, FreeformProject) - Method in class org.codehaus.mojo.freeform.mojo.GenerateNetbeansProjectMojo
This method writes the ide-file-targets.xml file given the directory where to save the file and the FreeformProject to write in.
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 C D E F G I L M N O P R S T V W

Copyright © 2005-2011 Codehaus. All Rights Reserved.