Package org.reficio.p2.bundler.impl
Class AquteBundler
- java.lang.Object
-
- org.reficio.p2.bundler.impl.AquteBundler
-
- All Implemented Interfaces:
ArtifactBundler
public class AquteBundler extends Object implements ArtifactBundler
- Since:
- 1.0.0
- Author:
- Tom Bujok (tom.bujok@gmail.com)
Reficio (TM) - Reestablish your software!
http://www.reficio.org
-
-
Field Summary
Fields Modifier and Type Field Description protected BundleUtilsbundleUtilsstatic StringECLIPSE_SOURCE_BUNDLEstatic StringIMPLEMENTATION_TITLEstatic StringMANIFEST_VERSIONstatic StringSPECIFICATION_TITLE
-
Constructor Summary
Constructors Constructor Description AquteBundler(boolean pedantic, boolean ignoreBndErrors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(ArtifactBundlerRequest request, ArtifactBundlerInstructions instructions)
-
-
-
Field Detail
-
ECLIPSE_SOURCE_BUNDLE
public static final String ECLIPSE_SOURCE_BUNDLE
- See Also:
- Constant Field Values
-
IMPLEMENTATION_TITLE
public static final String IMPLEMENTATION_TITLE
- See Also:
- Constant Field Values
-
SPECIFICATION_TITLE
public static final String SPECIFICATION_TITLE
- See Also:
- Constant Field Values
-
MANIFEST_VERSION
public static final String MANIFEST_VERSION
- See Also:
- Constant Field Values
-
bundleUtils
protected final BundleUtils bundleUtils
-
-
Method Detail
-
execute
public void execute(ArtifactBundlerRequest request, ArtifactBundlerInstructions instructions)
- Specified by:
executein interfaceArtifactBundler
-
-