Uses of Class
aQute.bnd.osgi.Instructions
-
Packages that use Instructions Package Description aQute.bnd.build aQute.bnd.differ This package provides baseline support.aQute.bnd.osgi -
-
Uses of Instructions in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type Instructions Modifier and Type Method Description voidProject. copy(RepositoryPlugin source, Instructions filter, RepositoryPlugin destination) -
Uses of Instructions in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type Instructions 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.java.util.Set<Baseline.Info>Baseline. baseline(Tree n, Parameters nExports, Tree o, Parameters oExports, Instructions packageFilters) -
Uses of Instructions in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Instructions Modifier and Type Field Description static InstructionsInstructions. ALWAYSConstructors in aQute.bnd.osgi with parameters of type Instructions Constructor Description Instructions(Instructions other)
-