Uses of Class
aQute.bnd.build.model.clauses.ComponentSvcReference
-
Packages that use ComponentSvcReference Package Description aQute.bnd.build.model.clauses -
-
Uses of ComponentSvcReference in aQute.bnd.build.model.clauses
Methods in aQute.bnd.build.model.clauses that return ComponentSvcReference Modifier and Type Method Description ComponentSvcReference
ComponentSvcReference. clone()
Methods in aQute.bnd.build.model.clauses that return types with arguments of type ComponentSvcReference Modifier and Type Method Description java.util.List<ComponentSvcReference>
ServiceComponent. getSvcRefs()
Methods in aQute.bnd.build.model.clauses with parameters of type ComponentSvcReference Modifier and Type Method Description void
ComponentSvcReference. copyFrom(ComponentSvcReference other)
Method parameters in aQute.bnd.build.model.clauses with type arguments of type ComponentSvcReference Modifier and Type Method Description void
ServiceComponent. setSvcRefs(java.util.List<? extends ComponentSvcReference> refs)
-