Package org.apache.sling.installer.core.impl

Examples of org.apache.sling.installer.core.impl.MockBundleContext


import org.apache.sling.installer.core.impl.MockBundleContext;

public class MockFileDataStore {

    public static void set() {
        new FileDataStore(new MockBundleContext());
    }
View Full Code Here


class MockBundleTaskCreator extends BundleTaskCreator {

    private final Map<String, BundleInfo> fakeBundleInfo = new HashMap<String, BundleInfo>();

    public MockBundleTaskCreator() throws IOException {
        this.init(new MockBundleContext(), null, null);
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.installer.core.impl.MockBundleContext

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.