| 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 |
| Modifier and Type | Method | Description |
|---|---|---|
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(Jar jar,
java.lang.String id) |
|
Jar |
Project.getValidJar(java.io.File f) |
This methods attempts to turn any jar into a valid jar.
|
Jar |
Project.getValidJar(java.net.URL url) |
|
Jar |
Project.pack(java.lang.String profile) |
Caller must close this JAR
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Jar> |
ProjectBuilder.getClasspath() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ProjectBuilder.doBaseline(Jar dot) |
Compare this builder's JAR with a baseline
|
Jar |
Project.getValidJar(Jar jar,
java.lang.String id) |
|
java.io.File |
Project.saveBuild(Jar jar) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ParseSignatureBuilder.add(Jar 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.
|
Tree |
DiffPluginImpl.tree(Jar newer) |
| Modifier and Type | Field | Description |
|---|---|---|
Jar |
JUnitFramework.bin_test |
| Modifier and Type | Method | Description |
|---|---|---|
protected Jar |
MavenCommand.getJarFromFileOrURL(java.lang.String spec) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
MavenDeployCmd.deploy(Project project,
Jar original) |
| Modifier and Type | Method | Description |
|---|---|---|
static aQute.service.reporter.Reporter |
OBRFragment.parse(Jar jar,
ResourceBuilder resource) |
| Modifier and Type | Method | Description |
|---|---|---|
Jar |
Builder.build() |
|
Jar[] |
Builder.builds() |
Build Multiple jars.
|
static Jar |
Jar.fromResource(java.lang.String name,
Resource resource) |
|
protected Jar |
Analyzer.getExtra() |
|
protected Jar |
Builder.getExtra() |
Answer extra packages.
|
Jar |
Analyzer.getJar() |
|
Jar |
JarResource.getJar() |
|
Jar |
Analyzer.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.
|
Jar |
Processor.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.
|
Jar |
Analyzer.getTarget() |
|
Jar |
Analyzer.setJar(Jar jar) |
Set the JAR directly we are going to work on.
|
Jar |
Analyzer.setJar(java.io.File file) |
Set the JAR file we are going to work in.
|
| 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) |
| Modifier and Type | Method | Description |
|---|---|---|
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,
java.lang.String destination) |
Add all the resources in the given jar that match the given filter.
|
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,
java.lang.String destination) |
Add all the resources in the given jar that match the given filter.
|
void |
Analyzer.addClasspath(Jar jar) |
|
java.lang.String |
Analyzer.calculateExportsFromContents(Jar bundle) |
Calculate an export header solely based on the contents of a JAR file
|
void |
Jar.copy(Jar srce,
java.lang.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.
|
protected java.lang.String |
Analyzer.getName(Jar jar) |
|
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) |
| Constructor | Description |
|---|---|
Analyzer(Jar jar) |
|
JarResource(Jar jar) |
|
Verifier(Jar jar) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
RepositoryListenerPlugin.bundleAdded(RepositoryPlugin repository,
Jar jar,
java.io.File file) |
Called when a bundle is added to a repository.
|
void |
RepositoryListenerPlugin.bundleRemoved(RepositoryPlugin repository,
Jar jar,
java.io.File file) |
Called when a bundle removed from a repository.
|
| Modifier and Type | Method | Description |
|---|---|---|
Tree |
Differ.tree(Jar source) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Signer.signJar(Jar jar) |