Package org.apache.maven.index.updater.IndexDataReader

Examples of org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult


        NexusIndexWriter w = new NexusIndexWriter( d, new NexusAnalyzer(), true );
        try
        {
            IndexDataReader dr = new IndexDataReader( is );

            IndexDataReadResult result = dr.readIndex( w, context );

            return result.getTimestamp();
        }
        finally
        {
            IndexUtils.close( w );
        }
View Full Code Here

TOP

Related Classes of org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult

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.