Package org.apache.felix.obrplugin
Class AbstractFileMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.felix.obrplugin.AbstractFileMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
ObrDeployFile
,ObrInstallFile
public abstract class AbstractFileMojo extends org.apache.maven.plugin.AbstractMojo
Base class for the command-line install-file and deploy-file goals.- Author:
- Felix Project Team
-
-
Constructor Summary
Constructors Constructor Description AbstractFileMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.maven.project.MavenProject
getProject()
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-