Uses of Class
aQute.bnd.build.model.BndEditModelHeaderClause
Packages that use BndEditModelHeaderClause
-
Uses of BndEditModelHeaderClause in aQute.bnd.build.model
Methods in aQute.bnd.build.model that return types with arguments of type BndEditModelHeaderClauseModifier and TypeMethodDescriptionBndEditModel.getPluginsProperties()Similar toBndEditModel.getPlugins()but returns a map where the key is the property key of the bnd file e.g.Method parameters in aQute.bnd.build.model with type arguments of type BndEditModelHeaderClauseModifier and TypeMethodDescriptionvoidBndEditModel.setPlugins(Map<String, List<BndEditModelHeaderClause>> plugins, Collection<String> pluginPropKeysToRemove) Updates and removes plugins (macros like (${.}) are not expanded).