Uses of Class
aQute.lib.osgi.Jar

Packages that use Jar
aQute.bnd.build   
aQute.bnd.compatibility   
aQute.bnd.maven   
aQute.bnd.maven.support   
aQute.bnd.repo.eclipse   
aQute.bnd.service   
aQute.bnd.signing   
aQute.lib.deployer   
aQute.lib.deployer.obr   
aQute.lib.jardiff   
aQute.lib.osgi   
 

Uses of Jar in aQute.bnd.build
 

Methods in aQute.bnd.build that return Jar
 Jar ProjectLauncher.executable()
          Create a self executable.
 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)
           
 

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
 Jar Project.getValidJar(Jar jar, String id)
           
 File Project.release(Jar jar)
           
 File Project.release(String name, Jar jar)
          Release
 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.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)
           
 boolean MavenDeploy.deploy(Project project, Jar original)
           
 File MavenRepository.put(Jar jar)
           
 

Uses of Jar in aQute.bnd.maven.support
 

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

Uses of Jar in aQute.bnd.repo.eclipse
 

Methods in aQute.bnd.repo.eclipse with parameters of type Jar
 File EclipseRepo.put(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.
 boolean Deploy.deploy(Project project, Jar 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
protected  void FileRepo.fireBundleAdded(Jar jar, File file)
           
 File FileRepo.put(Jar jar)
           
 File FileInstallRepo.put(Jar jar)
           
 

Uses of Jar in aQute.lib.deployer.obr
 

Methods in aQute.lib.deployer.obr with parameters of type Jar
 File LocalOBR.put(Jar jar)
           
 File AbstractBaseOBR.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 Analyzer.getJar()
           
 Jar JarResource.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, 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)
           
protected  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 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 © 2012 aQute SARL. All Rights Reserved.