Uses of Class
aQute.lib.osgi.Jar

Packages that use Jar
aQute.bnd.build   
aQute.bnd.maven   
aQute.bnd.plugin.popup.actions.repo   
aQute.bnd.service   
aQute.bnd.signing   
aQute.lib.deployer   
aQute.lib.jardiff   
aQute.lib.osgi   
 

Uses of Jar in aQute.bnd.build
 

Methods in aQute.bnd.build that return Jar
 Jar Project.getValidJar(File f)
          This methods attempts to turn any jar into a valid jar.
 

Methods in aQute.bnd.build with parameters of type Jar
 File Project.release(Jar jar)
           
 File Project.release(String name, Jar jar)
          Release
 

Uses of Jar in aQute.bnd.maven
 

Methods in aQute.bnd.maven with parameters of type Jar
 File MavenRepository.put(Jar jar)
           
 

Uses of Jar in aQute.bnd.plugin.popup.actions.repo
 

Constructors in aQute.bnd.plugin.popup.actions.repo with parameters of type Jar
RepoDialog(org.eclipse.swt.widgets.Shell parentShell, Jar jar, List<RepositoryPlugin> repos)
          Create the dialog.
 

Uses of Jar in aQute.bnd.service
 

Methods in aQute.bnd.service with parameters of type Jar
 File RepositoryPlugin.put(Jar jar)
          Put a JAR file in the repository.
 

Uses of Jar in aQute.bnd.signing
 

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

Uses of Jar in aQute.lib.deployer
 

Methods in aQute.lib.deployer with parameters of type Jar
 File FileRepo.put(Jar jar)
           
 

Uses of Jar in aQute.lib.jardiff
 

Methods in aQute.lib.jardiff with parameters of type Jar
 Map<String,Object> Diff.diff(Jar a, Jar b, boolean strict)
          Compare two JAR files with each other.
 

Uses of Jar in aQute.lib.osgi
 

Methods in aQute.lib.osgi that return Jar
 Jar Builder.build()
           
 Jar[] Builder.builds()
          Build Multiple jars.
 Jar JarResource.getJar()
           
 Jar Analyzer.getJar()
           
 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.lib.osgi that return types with arguments of type Jar
 List<Jar> Analyzer.getClasspath()
           
 

Methods in aQute.lib.osgi with parameters of type Jar
 boolean Jar.addAll(Jar src)
           
 boolean Jar.addAll(Jar sub, Pattern filter)
          Add all the resources in the given jar that match the given filter.
 void Analyzer.addClasspath(Jar jar)
           
 Map<String,Clazz> Analyzer.analyzeBundleClasspath(Jar dot, Map<String,Map<String,String>> bundleClasspath, Map<String,Map<String,String>> contained, Map<String,Map<String,String>> referred, Map<String,Set<String>> uses)
           
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 Builder.doPom(Jar dot)
          Create a POM reseource for Maven containing as much information as possible from the manifest.
 void Analyzer.setClasspath(Jar[] classpath)
           
 Jar Analyzer.setJar(Jar jar)
          Set the JAR directly we are going to work on.
 

Constructors in aQute.lib.osgi with parameters of type Jar
JarResource(Jar jar)
           
Verifier(Jar jar)
           
Verifier(Jar jar, Properties properties)
           
 



Copyright © 2010 aQute SARL. All Rights Reserved.