org.jboss.osgi.repository.spi
Class AbstractRepositoryCachePlugin
java.lang.Object
org.jboss.osgi.repository.spi.AbstractRepositoryCachePlugin
- All Implemented Interfaces:
- RepositoryCachePlugin
public class AbstractRepositoryCachePlugin
- extends Object
- implements RepositoryCachePlugin
An abstract RepositoryCachePlugin that does nothing
- Since:
- 16-Jan-2012
- Author:
- thomas.diesler@jboss.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRepositoryCachePlugin
public AbstractRepositoryCachePlugin()
findProviders
public Collection<Capability> findProviders(Requirement req)
- Specified by:
findProviders in interface RepositoryCachePlugin
storeCapabilities
public Collection<Capability> storeCapabilities(Collection<Capability> caps)
throws RepositoryStorageException
- Specified by:
storeCapabilities in interface RepositoryCachePlugin
- Throws:
RepositoryStorageException
Copyright © 2012. All Rights Reserved.