private BundleEntryPartial()

in src/main/java/org/apache/sling/graphql/schema/aggregator/impl/BundleEntryPartial.java [35:39]


    private BundleEntryPartial(Bundle b, URL bundleEntry) throws IOException {
        super(PartialInfo.fromURL(bundleEntry), new URLReaderSupplier(bundleEntry));
        this.bundleId = b.getBundleId();
        this.key = String.format("%s(%d):%s", b.getSymbolicName(), b.getBundleId(), bundleEntry);
    }