Package org.apache.jackrabbit.extractor

Examples of org.apache.jackrabbit.extractor.PlainTextExtractor


    /**
     * Creates a text filter for <code>text/plain</code> content.
     */
    public TextPlainTextFilter() {
        super(new PlainTextExtractor());
    }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.extractor.PlainTextExtractor

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.