Uses of Class
org.reficio.p2.bundler.ArtifactBundlerInstructions
-
Packages that use ArtifactBundlerInstructions Package Description org.reficio.p2 org.reficio.p2.bundler org.reficio.p2.bundler.impl -
-
Uses of ArtifactBundlerInstructions in org.reficio.p2
Methods in org.reficio.p2 that return ArtifactBundlerInstructions Modifier and Type Method Description static ArtifactBundlerInstructionsP2Helper. createBundlerInstructions(P2Artifact p2Artifact, ResolvedArtifact resolvedArtifact, String timestamp)Constructor parameters in org.reficio.p2 with type arguments of type ArtifactBundlerInstructions Constructor Description FeatureBuilder(P2FeatureDefinition p2FeatureDefintion, P2ArtifactMap<ArtifactBundlerInstructions> bundlerInstructions, boolean generateSourceFeature, boolean unpack, String timestamp) -
Uses of ArtifactBundlerInstructions in org.reficio.p2.bundler
Methods in org.reficio.p2.bundler that return ArtifactBundlerInstructions Modifier and Type Method Description ArtifactBundlerInstructionsArtifactBundlerInstructions.Builder. build()Methods in org.reficio.p2.bundler with parameters of type ArtifactBundlerInstructions Modifier and Type Method Description voidArtifactBundler. execute(ArtifactBundlerRequest request, ArtifactBundlerInstructions instructions) -
Uses of ArtifactBundlerInstructions in org.reficio.p2.bundler.impl
Methods in org.reficio.p2.bundler.impl with parameters of type ArtifactBundlerInstructions Modifier and Type Method Description static aQute.bnd.osgi.AnalyzerAquteHelper. buildAnalyzer(ArtifactBundlerRequest request, ArtifactBundlerInstructions instructions, boolean pedantic)voidAquteBundler. execute(ArtifactBundlerRequest request, ArtifactBundlerInstructions instructions)
-