Package org.apache.webdav.lib.search.expressions

Examples of org.apache.webdav.lib.search.expressions.ContainsExpression


    /**
     * Factory method for <code>contains</code> expression.
     * @param text the text that should be contained.
     */
    public ContainsExpression contains(String text) {
        return new ContainsExpression(text);
    }
View Full Code Here

TOP

Related Classes of org.apache.webdav.lib.search.expressions.ContainsExpression

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.