Package org.apache.felix.fileinstall

Examples of org.apache.felix.fileinstall.ArtifactInstaller


        contextDeployerService = new ContextDeployerService();
    }

    @Test
    public void testContextDeployerService_isAnArtifactListener() throws Exception {
        ArtifactInstaller contextDeployerService = new ContextDeployerService();

        assertThat(contextDeployerService, is(notNullValue()));
    }
View Full Code Here

TOP

Related Classes of org.apache.felix.fileinstall.ArtifactInstaller

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.