Package aQute.bnd.main
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 void
doDiff
(aQute.bnd.service.diff.Diff diff, StringBuilder sb) void
doExportPackage
(aQute.bnd.differ.Baseline.Info[] infos, PrintStream out) protected void
doPackageDiff
(aQute.bnd.service.diff.Diff diff) protected String
getShortDelta
(aQute.bnd.service.diff.Delta delta)
-
Method Details
-
_baseline
Compare- Throws:
Exception
-
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
-