Package org.lilyproject.indexer.model.indexerconf

Examples of org.lilyproject.indexer.model.indexerconf.FieldNameTemplateValidator


    }

    @Test(expected = NameTemplateException.class)
    public void testInvalidExpressionNoSuchVariantProperty() throws Exception {
        new NameTemplateParser().parse("${vprop:foo}",
                new FieldNameTemplateValidator(Sets.newHashSet("bar"), Collections.<QName>emptySet()));
    }
View Full Code Here

TOP

Related Classes of org.lilyproject.indexer.model.indexerconf.FieldNameTemplateValidator

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.