aQute.bnd.indexer
Class RepoIndex

java.lang.Object
  extended by aQute.bnd.indexer.RepoIndex

public class RepoIndex
extends Object

The repository indexer. See OSGi Enterprise Specification 5.0.0, chapter 132.


Nested Class Summary
static class RepoIndex.IndexResult
           
 
Constructor Summary
RepoIndex()
          Constructor
 
Method Summary
 long getSignature()
           
 RepoIndex.IndexResult indexFile(File file, URI url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoIndex

public RepoIndex()
Constructor

Parameters:
log - the log service to use
Method Detail

indexFile

public RepoIndex.IndexResult indexFile(File file,
                                       URI url)
                                throws Exception
Throws:
Exception

getSignature

public long getSignature()


Copyright © 2014 aQute SARL. All rights reserved.