Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<Jar> |
ProjectBuilder.getClasspath() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ParseSignatureBuilder.add(Jar jar) |
Modifier and Type | Method and Description |
---|---|
protected Jar |
MavenCommand.getJarFromFileOrURL(String spec) |
Modifier and Type | Method and Description |
---|---|
boolean |
MavenDeploy.deploy(Project project,
Jar original) |
boolean |
MavenDeployCmd.deploy(Project project,
Jar original) |
File |
MavenRepository.put(Jar jar) |
Modifier and Type | Method and Description |
---|---|
File |
MavenRemoteRepository.put(Jar jar) |
Modifier and Type | Method and Description |
---|---|
File |
EclipseRepo.put(Jar jar) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Signer.signJar(Jar jar) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileRepo.fireBundleAdded(Jar jar,
File file) |
File |
FileInstallRepo.put(Jar jar) |
File |
FileRepo.put(Jar jar) |
Modifier and Type | Method and Description |
---|---|
File |
LocalOBR.put(Jar jar) |
File |
AbstractBaseOBR.put(Jar jar) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
Diff.diff(Jar a,
Jar b,
boolean strict)
Compare two JAR files with each other.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Jar> |
Analyzer.getClasspath() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
JarResource(Jar jar) |
Verifier(Jar jar) |
Verifier(Jar jar,
Properties properties) |
Copyright © 2017 aQute SARL. All Rights Reserved.