Package etc.aloe.filters.AbstractRegexFilter

Examples of etc.aloe.filters.AbstractRegexFilter.NamedRegex


    public class AbstractRegexFilterImpl extends AbstractRegexFilter {

        @Override
        public NamedRegex[] getRegexFeatures() {
            return new NamedRegex[]{
                        new NamedRegex("regex", "a")
                    };
        }
View Full Code Here

TOP

Related Classes of etc.aloe.filters.AbstractRegexFilter.NamedRegex

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.