Class BaselineCommands
java.lang.Object
aQute.bnd.main.BaselineCommands
Implements commands to maintain the Package versions db.
-
Method Summary
Modifier and TypeMethodDescriptionvoid_baseline(aQute.bnd.main.BaselineCommands.baseLineOptions opts) Comparevoid_schema(aQute.bnd.main.BaselineCommands.schemaOptions opts) Create a schema of a set of jars outling the packages and their versions.protected voiddoDiff(aQute.bnd.service.diff.Diff diff, StringBuilder sb) voiddoExportPackage(aQute.bnd.differ.Baseline.Info[] infos, PrintStream out) protected voiddoPackageDiff(aQute.bnd.service.diff.Diff diff) protected StringgetShortDelta(aQute.bnd.service.diff.Delta delta)
-
Method Details
-
_baseline
-
doPackageDiff
protected void doPackageDiff(aQute.bnd.service.diff.Diff diff) -
doDiff
-
getShortDelta
-
_schema
Create a schema of a set of jars outling the packages and their versions. This will create a list of packages with multiple versions, link to their specifications, and the deltas between versions.bnd package schema invalid input: '<'file.jar>*- Parameters:
opts-- Throws:
Exception
-
doExportPackage
public void doExportPackage(aQute.bnd.differ.Baseline.Info[] infos, PrintStream out) throws IOException - Parameters:
infos-out-- Throws:
IOException
-