Package com.bazoud.elasticsearch.river.git.flow.visitors

Examples of com.bazoud.elasticsearch.river.git.flow.visitors.IndexFileVisitor


        );

        ImmutableList.Builder builder = ImmutableList.<IndexFile>builder();
        Visitors.visit(
            walk,
            new IndexFileVisitor(context, builder)
        );

        ImmutableList<IndexFile> files = builder.build();
        logger.info("Found {} index file", files.size());
View Full Code Here

TOP

Related Classes of com.bazoud.elasticsearch.river.git.flow.visitors.IndexFileVisitor

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.