Package org.reficio.p2.publisher
Class BundlePublisher
- java.lang.Object
-
- org.reficio.p2.publisher.BundlePublisher
-
public class BundlePublisher extends Object
- Since:
- 1.0.0
- Author:
- Tom Bujok (tom.bujok@gmail.com)
Reficio (TM) - Reestablish your software!
http://www.reficio.org
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBundlePublisher.Builder
-
Constructor Summary
Constructors Constructor Description BundlePublisher(Boolean compressSite, String additionalArgs, org.apache.maven.project.MavenProject mavenProject, org.apache.maven.execution.MavenSession mavenSession, org.apache.maven.plugin.BuildPluginManager buildPluginManager)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BundlePublisher.Builderbuilder()voidexecute()
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, IOException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionIOException
-
builder
public static BundlePublisher.Builder builder()
-
-