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

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


    /**
     * Factory method for <code>not</code> expressions.
     * @param ex expression to be negated
     */
    public NotExpression not(SearchExpression ex) {
        return new NotExpression(ex);
    }
View Full Code Here

TOP

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

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.