Uses of Class
aQute.bnd.osgi.Jar
Packages that use Jar
Package
Description
This package provides baseline support.
-
Uses of Jar in aQute.bnd.build
Methods in aQute.bnd.build that return JarModifier and TypeMethodDescriptionJar[]
ProjectBuilder.builds()
Add some extra stuff to the builds() method like exporting.ProjectLauncher.executable()
Create a self executable.ProjectBuilder.getBaselineJar()
This method attempts to find the baseline jar for the current project.ProjectBuilder.getLastRevision()
Project.getValidJar
(Jar jar, String id) Project.getValidJar
(File f) This methods attempts to turn any jar into a valid jar.Project.getValidJar
(URL url) Pack the project (could be a bndrun file) and save it on disk.Methods in aQute.bnd.build that return types with arguments of type JarMethods in aQute.bnd.build with parameters of type JarModifier and TypeMethodDescriptionvoid
ProjectBuilder.doBaseline
(Jar dot) Compare this builder's JAR with a baselineProject.getValidJar
(Jar jar, String id) -
Uses of Jar in aQute.bnd.compatibility
Methods in aQute.bnd.compatibility with parameters of type Jar -
Uses of Jar in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type JarModifier and TypeMethodDescriptionBaseline.baseline
(Jar newer, Jar older, Instructions packageFilters) This method compares a jar to a baseline jar and returns version suggestions if the baseline does not agree with the newer jar. -
Uses of Jar in aQute.bnd.exporter.executable
Methods in aQute.bnd.exporter.executable that return Jar -
Uses of Jar in aQute.bnd.junit
Fields in aQute.bnd.junit declared as Jar -
Uses of Jar in aQute.bnd.maven
Methods in aQute.bnd.maven that return JarMethods in aQute.bnd.maven with parameters of type Jar -
Uses of Jar in aQute.bnd.obr
Methods in aQute.bnd.obr with parameters of type JarModifier and TypeMethodDescriptionstatic aQute.service.reporter.Reporter
OBRFragment.parse
(Jar jar, ResourceBuilder resource) -
Uses of Jar in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return JarModifier and TypeMethodDescriptionBuilder.build()
Jar[]
Builder.builds()
Build Multiple jars.Analyzer.findClasspathEntry
(String bsn, String r) Find a class path entry based on bsn and versionrangestatic Jar
Jar.fromResource
(String name, Resource resource) protected Jar
Analyzer.getExtra()
protected Jar
Builder.getExtra()
Answer extra packages.Analyzer.getJar()
JarResource.getJar()
Analyzer.getJarFromName
(String name, String from) Try to get a Jar from a file name/path or a url, or in last resort from the classpath name part of their files.Processor.getJarFromName
(String name, String from) Try to get a Jar from a file name/path or a url, or in last resort from the classpath name part of their files.Analyzer.getTarget()
Jar.setCalculateFileDigest
(boolean onOrOff) Make this jar calculate the SHA256 when it is saved as a file.Set the JAR directly we are going to work on.Set the JAR file we are going to work in.Methods in aQute.bnd.osgi that return types with arguments of type JarModifier and TypeMethodDescriptionAnalyzer.getClasspath()
Analyzer.getJarsFromName
(String name, String from) Methods in aQute.bnd.osgi with parameters of type JarModifier and TypeMethodDescriptionboolean
Builder.addAll
(Jar to, Jar sub, Instruction filter) Add all the resources in the given jar that match the given filter.boolean
Builder.addAll
(Jar to, Jar sub, Instruction filter, String destination) Add all the resources in the given jar that match the given filter.boolean
boolean
Jar.addAll
(Jar sub, Instruction filter) Add all the resources in the given jar that match the given filter.boolean
Jar.addAll
(Jar sub, Instruction filter, String destination) Add all the resources in the given jar that match the given filter.void
Analyzer.addClasspath
(Jar jar) Analyzer.calculateExportsFromContents
(Jar bundle) Calculate an export header solely based on the contents of a JAR filevoid
protected void
Builder.doBaseline
(Jar dot) Base line against a previous version.void
Diff this bundle to another bundle for the given packages.protected String
void
Analyzer.setClasspath
(Jar[] classpath) Set the JAR directly we are going to work on.void
Domain.setTranslation
(Jar jar) Constructors in aQute.bnd.osgi with parameters of type Jar -
Uses of Jar in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource with parameters of type Jar -
Uses of Jar in aQute.bnd.print
Methods in aQute.bnd.print with parameters of type JarModifier and TypeMethodDescriptionvoid
JarPrinter.doCapabilities
(Jar jar) void
void
void
JarPrinter.doManifest
(Jar jar) void
JarPrinter.doMetatype
(Jar jar) Print the metatypes in this JAR.void
void
-
Uses of Jar in aQute.bnd.service
Methods in aQute.bnd.service with parameters of type JarModifier and TypeMethodDescriptionvoid
RepositoryListenerPlugin.bundleAdded
(RepositoryPlugin repository, Jar jar, File file) Called when a bundle is added to a repository.void
RepositoryListenerPlugin.bundleRemoved
(RepositoryPlugin repository, Jar jar, File file) Called when a bundle removed from a repository. -
Uses of Jar in aQute.bnd.service.diff
Methods in aQute.bnd.service.diff with parameters of type Jar