Package io.fabric8.agent.resolver

Examples of io.fabric8.agent.resolver.CapabilitySet.addCapability()


                } else {
                    set = new CapabilitySet(Collections.singletonList(ns));
                }
                capSets.put(ns, set);
            }
            set.addCapability(cap);
        }
        resources.add(resource);
    }

    public List<Resource> getResources() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.