Package org.apache.felix.framework

Examples of org.apache.felix.framework.FilterImpl.match()


    @Test
    public void matchByDependencyId() throws InvalidSyntaxException {
        Dictionary<String, ?> dictionary = DependencyProperties.getDependencyProperties(dependency);
        Filter filter = new FilterImpl("(dependency.id=foo)");
        assertThat(filter.match(dictionary));
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.