|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.service.generator.PomGenerator
public class PomGenerator
The Pom generator is responsible of generating a project object model used by maven
Constructor Summary | |
---|---|
PomGenerator()
|
Method Summary | |
---|---|
java.util.HashMap |
visitPath(java.lang.String strPath,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
PluginModel pluginModel)
Visits the path and verifies xml plugin description file is needed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PomGenerator()
Method Detail |
---|
public java.util.HashMap visitPath(java.lang.String strPath, fr.paris.lutece.portal.service.plugin.Plugin plugin, PluginModel pluginModel)
visitPath
in interface Visitor
strPath
- The path in the tree structure where the pom file will be placedplugin
- The pluginwizard pluginpluginModel
- The representation of the plugin to be created
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |