org.ops4j.pax.coin.service.internal.target
Interface ConfigTargetRepository

All Superinterfaces:
Observable<ConfigTarget,ConfigTargetListener>, Repository<ConfigTarget>
All Known Implementing Classes:
ConfigTargetRepositoryImpl

public interface ConfigTargetRepository
extends Repository<ConfigTarget>, Observable<ConfigTarget,ConfigTargetListener>

TODO Add JavaDoc

Since:
0.3.0, February 23, 2008
Author:
Alin Dreghiciu

Method Summary
 ConfigTarget get(String groupId)
          Searches repository for the configuration target with the specified group id.
 
Methods inherited from interface org.ops4j.pax.coin.repository.Repository
getAll, register, unregister
 
Methods inherited from interface org.ops4j.pax.coin.repository.Observable
addListener, removeListener
 

Method Detail

get

ConfigTarget get(String groupId)
Searches repository for the configuration target with the specified group id.

Parameters:
groupId - group id of configuration target
Returns:
configuration target or null if no configuration target with the specified group id exists


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.