Uses of Class
aQute.bnd.header.Parameters
Packages that use Parameters
Package
Description
This package provides baseline support.
-
Uses of Parameters in aQute.bnd.build
Methods in aQute.bnd.build that return ParametersModifier and TypeMethodDescriptionWorkspace.getGestalt()Get the complete gestaltProject.getInstallRepositories()Project.getRunSystemCapabilities()Project.getRunSystemPackages()ProjectLauncher.getSystemCapabilitiesParameters() -
Uses of Parameters in aQute.bnd.build.model
Methods in aQute.bnd.build.model that return ParametersModifier and TypeMethodDescriptionEE.getModules()Return the list of modulesEE.getPackages()Return the list of packages -
Uses of Parameters in aQute.bnd.build.model.clauses
Methods in aQute.bnd.build.model.clauses that return ParametersModifier and TypeMethodDescriptionstatic ParametersHeaderClause.toParameters(List<? extends HeaderClause> l) -
Uses of Parameters in aQute.bnd.differ
Methods in aQute.bnd.differ with parameters of type ParametersModifier and TypeMethodDescriptionBaseline.baseline(Tree n, Parameters nExports, Tree o, Parameters oExports, Instructions packageFilters) voidDiffPluginImpl.setIgnore(Parameters diffignore) -
Uses of Parameters in aQute.bnd.header
Methods in aQute.bnd.header that return ParametersModifier and TypeMethodDescriptionstatic ParametersOSGiHeader.parseHeader(String value) static ParametersOSGiHeader.parseHeader(String value, aQute.service.reporter.Reporter logger) Standard OSGi header parser.static ParametersOSGiHeader.parseHeader(String value, aQute.service.reporter.Reporter logger, Parameters result) Parameters.removeAll(Parameters toBeRemoved) Returns a new Parameters that contains the clauses of this except for the identical clauses in toBeRemoved.Methods in aQute.bnd.header that return types with arguments of type ParametersModifier and TypeMethodDescriptionstatic Collector<String, Parameters, Parameters> Parameters.toParameters()static Collector<String, Parameters, Parameters> Parameters.toParameters()Methods in aQute.bnd.header with parameters of type ParametersModifier and TypeMethodDescriptionbooleanParameters.isEqual(Parameters other) voidParameters.mergeWith(Parameters other, boolean override) Merge all attributes of the given parameters with thisstatic ParametersOSGiHeader.parseHeader(String value, aQute.service.reporter.Reporter logger, Parameters result) Parameters.removeAll(Parameters toBeRemoved) Returns a new Parameters that contains the clauses of this except for the identical clauses in toBeRemoved. -
Uses of Parameters in aQute.bnd.help.instructions
Methods in aQute.bnd.help.instructions that return Parameters -
Uses of Parameters in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return ParametersModifier and TypeMethodDescriptionReturn a parameters that contains the merged properties of the given key and that is decorated by the merged properties of the key + '+', optionally including literals, and decorated by the merged properties of the key + '++', always including literals.Domain.getBundleClasspath()Domain.getBundleClassPath()Domain.getDynamicImportPackage()Domain.getExportContents()Domain.getExportPackage()Domain.getImportPackage()Domain.getIncludeResource()Processor.getMergedParameters(String key) Get a Parameters from merged propertiesDomain.getParameters(String key) Domain.getParameters(String key, boolean allowDuplicates) Domain.getParameters(String key, aQute.service.reporter.Reporter reporter) Domain.getParameters(String key, String deflt) Domain.getParameters(String key, String deflt, aQute.service.reporter.Reporter reporter) Processor.getParameters(String key, boolean allowDuplicates) Domain.getPrivatePackage()Domain.getProvideCapability()Domain.getRequireBundle()Domain.getRequireCapability()Processor.parseHeader(String value) static ParametersProcessor.parseHeader(String value, Processor logger) Standard OSGi header parser.Methods in aQute.bnd.osgi with parameters of type ParametersModifier and TypeMethodDescriptionvoidInstructions.append(Parameters other) voidInstructions.appendIfAbsent(Parameters other) voidInstructions.decorate(Parameters parameters) Match the instruction against the parameters and merge the attributes if matches.voidInstructions.decorate(Parameters parameters, boolean addLiterals) Match the instruction against the parameters and merge the attributes if matches.Constructors in aQute.bnd.osgi with parameters of type Parameters -
Uses of Parameters in aQute.bnd.osgi.metainf
Methods in aQute.bnd.osgi.metainf that return ParametersModifier and TypeMethodDescriptionMetaInfService.Implementation.getAnnotations()Get the annotations.Methods in aQute.bnd.osgi.metainf with parameters of type ParametersModifier and TypeMethodDescriptionbooleanMetaInfService.add(String serviceImpl, Parameters annotations, String... comments) Add an extra implementation to the service files. -
Uses of Parameters in aQute.bnd.osgi.repository
Constructors in aQute.bnd.osgi.repository with parameters of type ParametersModifierConstructorDescriptionAugmentRepository(Parameters augments, org.osgi.service.repository.Repository repository) -
Uses of Parameters in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource with parameters of type ParametersModifier and TypeMethodDescriptionvoidResourceBuilder.addExportPackages(Parameters exports) Adds one or more Export-Package requirements to this Processor's requirements list, using the specified Parameters object to define the exported packages and their attributes.voidResourceBuilder.addExportPackages(Parameters exports, String bundle_symbolic_name, org.osgi.framework.Version bundle_version) Adds one or more Export-Package requirements to this Processor's requirements list, using the specified Parameters object to define the exported packages and their attributes, as well as the bundle symbolic name and version for the exporting bundle.voidResourceBuilder.addExportServices(Parameters exportServices) Adds CapabilityBuilder objects to this Processor's capabilities list, one for each service listed in the exportServices Parameters object.voidResourceBuilder.addImportPackages(Parameters imports) Add imported packagesvoidResourceBuilder.addImportServices(Parameters importServices) Adds RequirementBuilder objects to this Processor's requirements list, one for each service listed in the importServices Parameters object.List<org.osgi.resource.Capability> ResourceBuilder.addProvideCapabilities(Parameters capabilities) Adds one or more CapabilityBuilder objects to this Processor's capabilities list, using the specified Parameters object to define the provided capabilities.voidResourceBuilder.addRequireBundles(Parameters requireBundle) Add the Require-Bundle headervoidResourceBuilder.addRequireCapabilities(Parameters required) Adds one or more Require-Capability requirements to this Processor's requirements list, using the specified Parameters object to define the required capabilities.static List<org.osgi.resource.Capability> CapReqBuilder.getCapabilitiesFrom(Parameters rr) static List<org.osgi.resource.Requirement> CapReqBuilder.getRequirementsFrom(Parameters rr) Equivalent togetRequirementsFrom(rr, true).static List<org.osgi.resource.Requirement> CapReqBuilder.getRequirementsFrom(Parameters rr, boolean unalias) Parse requirements from a Parameters set in the form of an OSGi Require-Capability header. -
Uses of Parameters in aQute.bnd.wstemplates
Methods in aQute.bnd.wstemplates with parameters of type ParametersModifier and TypeMethodDescriptionFragmentTemplateEngine.read(Parameters ps) Read the templates from a Parameters