Uses of Class
aQute.bnd.osgi.Jar

Packages that use Jar
aQute.bnd.build   
aQute.bnd.compatibility   
aQute.bnd.differ   
aQute.bnd.indexer   
aQute.bnd.indexer.analyzers   
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
 Jar[] ProjectBuilder.builds()
          Add some extra stuff to the builds() method like exporting.
 Jar ProjectLauncher.executable()
          Create a self executable.
 Jar ProjectBuilder.getBaselineJar()
          This method attempts to find the baseline jar for the current project.
 Jar ProjectBuilder.getLastRevision()
           
 Jar Project.getValidJar(File f)
          This methods attempts to turn any jar into a valid jar.
 Jar Project.getValidJar(Jar jar, String id)
           
 Jar Project.getValidJar(URL url)
           
 Jar Project.pack(String profile)
           
 

Methods in aQute.bnd.build that return types with arguments of type Jar
 List<Jar> ProjectBuilder.getClasspath()
           
 

Methods in aQute.bnd.build with parameters of type Jar
 void ProjectBuilder.doBaseline(Jar dot)
          Compare this builder's JAR with a baseline
 Jar Project.getValidJar(Jar jar, String id)
           
 File Project.saveBuild(Jar jar)
           
 

Uses of Jar in aQute.bnd.compatibility
 

Methods in aQute.bnd.compatibility with parameters of type Jar
 void ParseSignatureBuilder.add(Jar jar)
           
 

Uses of Jar in aQute.bnd.differ
 

Methods in aQute.bnd.differ with parameters of type Jar
 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.
 Tree DiffPluginImpl.tree(Jar newer)
           
 

Uses of Jar in aQute.bnd.indexer
 

Methods in aQute.bnd.indexer with parameters of type Jar
 void ResourceAnalyzer.analyzeResource(Jar jar, ResourceBuilder rb)
           This method is invoked for each resource that the analyzer is requested to analyze.
 

Uses of Jar in aQute.bnd.indexer.analyzers
 

Methods in aQute.bnd.indexer.analyzers with parameters of type Jar
 void SCRAnalyzer.analyzeResource(Jar resource, ResourceBuilder rb)
           
 void OSGiFrameworkAnalyzer.analyzeResource(Jar resource, ResourceBuilder rb)
           
 void KnownBundleAnalyzer.analyzeResource(Jar resource, ResourceBuilder rb)
           
 void BundleAnalyzer.analyzeResource(Jar resource, ResourceBuilder rb)
           
 void BlueprintAnalyzer.analyzeResource(Jar resource, ResourceBuilder rb)
           
 

Uses of Jar in aQute.bnd.maven
 

Methods in aQute.bnd.maven that return Jar
protected  Jar MavenCommand.getJarFromFileOrURL(String spec)
           
 

Methods in aQute.bnd.maven with parameters of type Jar
 boolean MavenDeployCmd.deploy(Project project, Jar original)
           
 

Uses of Jar in aQute.bnd.obr
 

Methods in aQute.bnd.obr with parameters of type Jar
static Reporter OBRFragment.parse(Jar jar, ResourceBuilder resource)
           
 

Uses of Jar in aQute.bnd.osgi
 

Methods in aQute.bnd.osgi that return Jar
 Jar Builder.build()
           
 Jar[] Builder.builds()
          Build Multiple jars.
protected  Jar Builder.getExtra()
          Answer extra packages.
protected  Jar Analyzer.getExtra()
           
 Jar JarResource.getJar()
           
 Jar Analyzer.getJar()
           
 Jar 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.
 Jar 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.
 Jar Analyzer.getTarget()
           
 Jar Analyzer.setJar(File jar)
          Set the JAR file we are going to work in.
 Jar Analyzer.setJar(Jar jar)
          Set the JAR directly we are going to work on.
 

Methods in aQute.bnd.osgi that return types with arguments of type Jar
 List<Jar> Analyzer.getClasspath()
           
 

Methods in aQute.bnd.osgi with parameters of type Jar
 boolean Jar.addAll(Jar src)
           
 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.
 boolean 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.
 void Analyzer.addClasspath(Jar jar)
           
static ZipFile ZipResource.build(Jar jar, File file)
           
static ZipFile ZipResource.build(Jar jar, File file, Pattern pattern)
           
static void FileResource.build(Jar jar, File directory, Pattern doNotCopy)
           
static void EmbeddedResource.build(Jar jar, InputStream in, long lastModified)
           
static void EmbeddedResource.build(Jar sub, Resource resource)
           
 String Analyzer.calculateExportsFromContents(Jar bundle)
          Calculate an export header solely based on the contents of a JAR file
 void Jar.copy(Jar srce, String path, boolean overwrite)
           
protected  void Builder.doBaseline(Jar dot)
          Base line against a previous version.
 void Builder.doDiff(Jar dot)
          Diff this bundle to another bundle for the given packages.
 void Analyzer.setClasspath(Jar[] classpath)
           
 Jar Analyzer.setJar(Jar jar)
          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
JarResource(Jar jar)
           
Verifier(Jar jar)
           
 

Uses of Jar in aQute.bnd.service
 

Methods in aQute.bnd.service with parameters of type Jar
 void 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
 Tree Differ.tree(Jar source)
           
 

Uses of Jar in aQute.bnd.signing
 

Methods in aQute.bnd.signing with parameters of type Jar
 void Signer.signJar(Jar jar)
           
 



Copyright © 2014 aQute SARL. All rights reserved.