Package berlin.yuna.mavendeploy.config
Class PluginUpdater
- java.lang.Object
-
- berlin.yuna.mavendeploy.config.MojoBase
-
- berlin.yuna.mavendeploy.config.PluginUpdater
-
public class PluginUpdater extends MojoBase
-
-
Constructor Summary
Constructors Constructor Description PluginUpdater(PluginSession session)
-
Method Summary
Modifier and Type Method Description static PluginUpdaterbuild(PluginSession session)PluginUpdaterupdate()
-
-
-
Constructor Detail
-
PluginUpdater
public PluginUpdater(PluginSession session)
-
-
Method Detail
-
build
public static PluginUpdater build(PluginSession session)
-
update
public PluginUpdater update() throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
- Throws:
java.io.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserException
-
-