Uses of Class
aQute.bnd.osgi.Jar
-
Packages that use Jar Package Description aQute.bnd.build aQute.bnd.compatibility aQute.bnd.differ aQute.bnd.junit aQute.bnd.maven aQute.bnd.obr aQute.bnd.osgi aQute.bnd.service aQute.bnd.service.diff aQute.bnd.signing -
-
Uses of Jar in aQute.bnd.build
Methods in aQute.bnd.build that return Jar Modifier and Type Method Description Jar[]ProjectBuilder. builds()Add some extra stuff to the builds() method like exporting.JarProjectLauncher. executable()Create a self executable.JarProjectBuilder. getBaselineJar()This method attempts to find the baseline jar for the current project.JarProjectBuilder. getLastRevision()JarProject. getValidJar(Jar jar, java.lang.String id)JarProject. getValidJar(java.io.File f)This methods attempts to turn any jar into a valid jar.JarProject. getValidJar(java.net.URL url)JarProject. pack(java.lang.String profile)Caller must close this JARMethods in aQute.bnd.build that return types with arguments of type Jar Modifier and Type Method Description java.util.List<Jar>ProjectBuilder. getClasspath()Methods in aQute.bnd.build with parameters of type Jar Modifier and Type Method Description voidProjectBuilder. doBaseline(Jar dot)Compare this builder's JAR with a baselineJarProject. getValidJar(Jar jar, java.lang.String id)java.io.FileProject. saveBuild(Jar jar) -
Uses of Jar in aQute.bnd.compatibility
Methods in aQute.bnd.compatibility with parameters of type Jar Modifier and Type Method Description voidParseSignatureBuilder. add(Jar jar) -
Uses of Jar in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type Jar Modifier and Type Method Description java.util.Set<Baseline.Info>Baseline. 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.TreeDiffPluginImpl. tree(Jar newer) -
Uses of Jar in aQute.bnd.junit
Fields in aQute.bnd.junit declared as Jar Modifier and Type Field Description JarJUnitFramework. bin_test -
Uses of Jar in aQute.bnd.maven
Methods in aQute.bnd.maven that return Jar Modifier and Type Method Description protected JarMavenCommand. getJarFromFileOrURL(java.lang.String spec)Methods in aQute.bnd.maven with parameters of type Jar Modifier and Type Method Description booleanMavenDeployCmd. deploy(Project project, Jar original) -
Uses of Jar in aQute.bnd.obr
Methods in aQute.bnd.obr with parameters of type Jar Modifier and Type Method Description static aQute.service.reporter.ReporterOBRFragment. parse(Jar jar, ResourceBuilder resource) -
Uses of Jar in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return Jar Modifier and Type Method Description JarBuilder. build()Jar[]Builder. builds()Build Multiple jars.static JarJar. fromResource(java.lang.String name, Resource resource)protected JarAnalyzer. getExtra()protected JarBuilder. getExtra()Answer extra packages.JarAnalyzer. getJar()JarJarResource. getJar()JarAnalyzer. getJarFromName(java.lang.String name, java.lang.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.JarProcessor. getJarFromName(java.lang.String name, java.lang.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.JarAnalyzer. getTarget()JarAnalyzer. setJar(Jar jar)Set the JAR directly we are going to work on.JarAnalyzer. setJar(java.io.File file)Set the JAR file we are going to work in.Methods in aQute.bnd.osgi that return types with arguments of type Jar Modifier and Type Method Description java.util.List<Jar>Analyzer. getClasspath()java.util.List<Jar>Analyzer. getJarsFromName(java.lang.String name, java.lang.String from)Methods in aQute.bnd.osgi with parameters of type Jar Modifier and Type Method Description booleanBuilder. addAll(Jar to, Jar sub, Instruction filter)Add all the resources in the given jar that match the given filter.booleanBuilder. addAll(Jar to, Jar sub, Instruction filter, java.lang.String destination)Add all the resources in the given jar that match the given filter.booleanJar. addAll(Jar src)booleanJar. addAll(Jar sub, Instruction filter)Add all the resources in the given jar that match the given filter.booleanJar. addAll(Jar sub, Instruction filter, java.lang.String destination)Add all the resources in the given jar that match the given filter.voidAnalyzer. addClasspath(Jar jar)java.lang.StringAnalyzer. calculateExportsFromContents(Jar bundle)Calculate an export header solely based on the contents of a JAR filevoidJar. copy(Jar srce, java.lang.String path, boolean overwrite)protected voidBuilder. doBaseline(Jar dot)Base line against a previous version.voidBuilder. doDiff(Jar dot)Diff this bundle to another bundle for the given packages.protected java.lang.StringAnalyzer. getName(Jar jar)voidAnalyzer. setClasspath(Jar[] classpath)JarAnalyzer. setJar(Jar jar)Set the JAR directly we are going to work on.voidDomain. setTranslation(Jar jar)Constructors in aQute.bnd.osgi with parameters of type Jar Constructor Description Analyzer(Jar jar)JarResource(Jar jar)Verifier(Jar jar) -
Uses of Jar in aQute.bnd.service
Methods in aQute.bnd.service with parameters of type Jar Modifier and Type Method Description voidRepositoryListenerPlugin. bundleAdded(RepositoryPlugin repository, Jar jar, java.io.File file)Called when a bundle is added to a repository.voidRepositoryListenerPlugin. bundleRemoved(RepositoryPlugin repository, Jar jar, java.io.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 Modifier and Type Method Description TreeDiffer. tree(Jar source) -
Uses of Jar in aQute.bnd.signing
Methods in aQute.bnd.signing with parameters of type Jar Modifier and Type Method Description voidSigner. signJar(Jar jar)
-