Package org.apache.geronimo.aries.resolver.impl

Examples of org.apache.geronimo.aries.resolver.impl.OBRBundleInfo


        if (optional) {
            directives = new HashMap<String, String>();
            directives.put("resolution", "optional");
        }
        String location = resource.getURI();       
        return new OBRBundleInfo(resource.getSymbolicName(),
                                 resource.getVersion(),
                                 location,
                                 null,
                                 null,
                                 null,
View Full Code Here

TOP

Related Classes of org.apache.geronimo.aries.resolver.impl.OBRBundleInfo

Copyright © 2018 www.massapicom. 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.