|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FreeformPluginException | |
---|---|
org.codehaus.mojo.freeform.analyser | |
org.codehaus.mojo.freeform.mojo | |
org.codehaus.mojo.freeform.writer |
Uses of FreeformPluginException in org.codehaus.mojo.freeform.analyser |
---|
Methods in org.codehaus.mojo.freeform.analyser that throw FreeformPluginException | |
---|---|
void |
Analyser.addAdditionalActions(java.util.List actions)
This method permits to add some additional actions to the Netbeans context menu. |
void |
Analyser.addAdditionalFiles(java.util.List files,
boolean useOutputDirectory)
This method permits to add some additional files to the Netbeans project view. |
void |
Analyser.addAdditionalFolders(java.util.List folders,
boolean useOutputDirectory)
This method permits to add some additional folders to the Netbeans project view. |
void |
Analyser.addAdditionalTargets(java.util.List targets)
This method permits to add some additionnal ant targets to the list of AntTargets. |
void |
Analyser.analyseProject()
This method role is to create the FreeformProject using the mavenProject, the mavenExecutedProject and the localRepository. |
abstract void |
Analyser.analyseProject(boolean useOutputDirectory)
This method role is to create the FreeformProject using the mavenProject, the mavenExecutedProject and the localRepository. |
void |
Analyser.analyseTargets()
This method role is to create the List of AntTarget using the mavenProject, the mavenExecutedProject and the localRepository. |
abstract void |
Analyser.analyseTargets(boolean useOutputDirectory)
This method role is to create the List of AntTarget using the mavenProject, the mavenExecutedProject and the localRepository. |
Uses of FreeformPluginException in org.codehaus.mojo.freeform.mojo |
---|
Methods in org.codehaus.mojo.freeform.mojo that throw FreeformPluginException | |
---|---|
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. |
protected Analyser |
GenerateNetbeansProjectMojo.analyse()
This method creates the Analyser for the MavenProject then calls analyseProject and analyseTargets on it. |
protected java.io.File |
GenerateNetbeansProjectMojo.createNetbeansProjectDirectory()
This methods creates the nbproject directory that will hold the netbeans descriptor file and ant script. |
protected void |
GenerateNetbeansProjectMojo.writeIdeFileTargetsFile(java.io.File netbeansProjectDirectory,
FreeformProject freeformProject)
This method writes the ide-file-targets.xml file given the directory where to save the file and the FreeformProject to write in. |
protected void |
GenerateNetbeansProjectMojo.writeMavencallFile(java.io.File netbeansProjectDirectory,
boolean useOutputDirectory,
java.util.List antTargets)
This method write the mavencall.xml file given the directory where to save the file and the list of AntTarget to write in. |
protected void |
GenerateNetbeansProjectMojo.writeProjectFile(java.io.File netbeansProjectDirectory,
FreeformProject freeformProject)
This method write the project.xml file given the directory where to save the file and the FreeformProject to write in. |
protected void |
GenerateNetbeansProjectMojo.writePropertyFile(java.io.File netbeansProjectDirectory,
java.lang.String repositoryBasedir)
This method write the project.properties file given the directory where to save the file and the FreeformProject to write in. |
Uses of FreeformPluginException in org.codehaus.mojo.freeform.writer |
---|
Methods in org.codehaus.mojo.freeform.writer that throw FreeformPluginException | |
---|---|
void |
MavencallWriter.write()
This is the main method called on the Class for writing the mavencall file. |
void |
PropertyWriter.write()
This is the main method called on the Class for writing the property file. |
void |
ProjectWriter.write()
This is the main method called on the Class for writing the project descriptor file. |
void |
IdeFileTargetsWriter.write()
Writes the ide-file-targets.xml file. |
protected void |
MavencallWriter.writeAntTarget(AntTarget antTarget,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write an AntTarget to the given XMLWriter. |
protected void |
ProjectWriter.writeCompilationUnit(CompilationUnit compilationUnit,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write an CompilationUnit to the given XMLWriter. |
protected void |
ProjectWriter.writeCompilationUnits(java.util.List compilationUnits,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a List of CompilationUnits to the given XMLWriter. |
protected void |
ProjectWriter.writeContextMenuItem(ContextMenuItem contextMenuItem,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a ContextMenuItem to the given XMLWriter. |
protected void |
ProjectWriter.writeContextMenuItem(CustomisedContextMenuItem contextMenuItem,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a CustomisedContextMenuItem to the given XMLWriter. |
protected void |
ProjectWriter.writeContextMenuItem(IdeContextMenuItem contextMenuItem,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write an IdeContextMenuItem to the given XMLWriter. |
protected void |
ProjectWriter.writeContextMenuItems(java.util.List contextMenuItems,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a List of ContextMenuItems to the given XMLWriter. |
protected void |
ProjectWriter.writeIdeAction(NamedNetbeansAction netbeansAction,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a NamedNetbeansAction to the given XMLWriter. |
protected void |
ProjectWriter.writeIdeAction(NetbeansAction netbeansAction,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a NetbeansAction to the given XMLWriter. |
protected void |
ProjectWriter.writeIdeActions(java.util.List netbeansActions,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a List of NamedNetbeansActions to the given XMLWriter. |
protected void |
MavencallWriter.writeMavenCallXml(org.codehaus.plexus.util.xml.XMLWriter writer)
This method write the List of AntTargets in the XMLWriter. |
protected void |
ProjectWriter.writeName(java.lang.String name,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write the name of the project to the given XMLWriter. |
protected void |
ProjectWriter.writeProjectXml(org.codehaus.plexus.util.xml.XMLWriter writer)
This method write the FreeformProject in the XMLWriter. |
protected void |
ProjectWriter.writeProperties(java.util.List properties,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a List of property to the given XMLWriter. |
protected void |
ProjectWriter.writeProperty(FileProperty property,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a FileProperty to the given XMLWriter. |
protected void |
ProjectWriter.writeProperty(NamedProperty property,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a NamedProperty to the given XMLWriter. |
protected void |
ProjectWriter.writeProperty(Property property,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a Property to the given XMLWriter. |
protected void |
ProjectWriter.writeSourceFolder(SourceFolder sourceFolder,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a SourceFolder to the given XMLWriter. |
protected void |
ProjectWriter.writeSourceFolders(java.util.List sourceFolders,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a List of SourceFolders to the given XMLWriter. |
protected void |
ProjectWriter.writeSubprojects(java.util.List subprojects,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a List of Subproject to the given XMLWriter. |
protected void |
ProjectWriter.writeViewItem(FileViewItem viewItem,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a FileViewItem to the given XMLWriter. |
protected void |
ProjectWriter.writeViewItem(FolderViewItem viewItem,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a FolderViewItem to the given XMLWriter. |
protected void |
ProjectWriter.writeViewItem(ViewItem viewItem,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a ViewItem to the given XMLWriter. |
protected void |
ProjectWriter.writeViewItems(java.util.List viewItems,
org.codehaus.plexus.util.xml.XMLWriter writer)
This method write a List of ViewItems to the given XMLWriter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |