Uses of Class
org.apache.felix.bundleplugin.BundlePlugin.ClassPathItem
-
Packages that use BundlePlugin.ClassPathItem Package Description org.apache.felix.bundleplugin -
-
Uses of BundlePlugin.ClassPathItem in org.apache.felix.bundleplugin
Methods in org.apache.felix.bundleplugin that return BundlePlugin.ClassPathItem Modifier and Type Method Description protected BundlePlugin.ClassPathItem[]
BundlePlugin. getClasspath(org.apache.maven.project.MavenProject currentProject)
Methods in org.apache.felix.bundleplugin with parameters of type BundlePlugin.ClassPathItem Modifier and Type Method Description protected aQute.bnd.osgi.Builder
BundlePlugin. buildOSGiBundle(org.apache.maven.project.MavenProject currentProject, java.util.Map<java.lang.String,java.lang.String> originalInstructions, BundlePlugin.ClassPathItem[] classpath)
protected void
AntPlugin. execute(java.util.Map<java.lang.String,java.lang.String> originalInstructions, BundlePlugin.ClassPathItem[] classpath)
protected void
BundlePlugin. execute(java.util.Map<java.lang.String,java.lang.String> originalInstructions, BundlePlugin.ClassPathItem[] classpath)
protected void
InstructionsPlugin. execute(java.util.Map<java.lang.String,java.lang.String> instructions, BundlePlugin.ClassPathItem[] classpath)
protected void
ManifestPlugin. execute(java.util.Map<java.lang.String,java.lang.String> instructions, BundlePlugin.ClassPathItem[] classpath)
protected aQute.bnd.osgi.Analyzer
ManifestPlugin. getAnalyzer(org.apache.maven.project.MavenProject project, java.util.Map<java.lang.String,java.lang.String> instructions, BundlePlugin.ClassPathItem[] classpath)
protected aQute.bnd.osgi.Analyzer
ManifestPlugin. getAnalyzer(org.apache.maven.project.MavenProject project, BundlePlugin.ClassPathItem[] classpath)
java.util.jar.Manifest
ManifestPlugin. getManifest(org.apache.maven.project.MavenProject project, java.util.Map<java.lang.String,java.lang.String> instructions, BundlePlugin.ClassPathItem[] classpath, org.sonatype.plexus.build.incremental.BuildContext buildContext)
java.util.jar.Manifest
ManifestPlugin. getManifest(org.apache.maven.project.MavenProject project, BundlePlugin.ClassPathItem[] classpath)
protected aQute.bnd.osgi.Builder
BundlePlugin. getOSGiBuilder(org.apache.maven.project.MavenProject currentProject, java.util.Map<java.lang.String,java.lang.String> originalInstructions, BundlePlugin.ClassPathItem[] classpath)
-