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

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


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


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

TOP

Related Classes of org.apache.geronimo.aries.resolver.obr.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.