private BndRunOption()

in rcomp-app/src/main/java/org/apache/karaf/rcomp/bndrun/BndRunOption.java [56:62]


    private BndRunOption(File bndRunFile, URL repoURL) throws Exception {
        props.load(new FileInputStream(bndRunFile));
        DataModelHelperImpl dataModelHelper = new DataModelHelperImpl();
        Repository repository = dataModelHelper.repository(repoURL);
        addRunBundles(repository);
        addSystemPackages(options, props);
    }