aQute.bnd.service
Interface RepositoryListenerPlugin


public interface RepositoryListenerPlugin


Method Summary
 void bundleAdded(RepositoryPlugin repository, Jar jar, File file)
          Called when a bundle is added to a repository.
 

Method Detail

bundleAdded

void bundleAdded(RepositoryPlugin repository,
                 Jar jar,
                 File file)
Called when a bundle is added to a repository.

Parameters:
repository -
jar -
file -


Copyright © 2012 aQute SARL. All Rights Reserved.