|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticdesktop.aperture.detector.impl.DataSourceDetectorRegistryImpl
public class DataSourceDetectorRegistryImpl
A trivial default implementation of the DataSourceDetectorRegistry interface.
| Constructor Summary | |
|---|---|
DataSourceDetectorRegistryImpl()
Default constructor |
|
| Method Summary | |
|---|---|
void |
add(DataSourceDetector detector)
Adds a DataSourceDetector to this registry. |
Set<DataSourceDetector> |
get(URI type)
Returns all DataSourceDetectors that support the specified DataSource type. |
Set<DataSourceDetector> |
getAll()
Returns all DataSourceDetectors registered in this DataSourceDetectorRegistry. |
void |
remove(DataSourceDetector detector)
Removes a DataSourceDetector from this registry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataSourceDetectorRegistryImpl()
| Method Detail |
|---|
public void add(DataSourceDetector detector)
DataSourceDetectorRegistry
add in interface DataSourceDetectorRegistrypublic void remove(DataSourceDetector detector)
DataSourceDetectorRegistry
remove in interface DataSourceDetectorRegistrypublic Set<DataSourceDetector> get(URI type)
DataSourceDetectorRegistry
get in interface DataSourceDetectorRegistrynullpublic Set<DataSourceDetector> getAll()
DataSourceDetectorRegistry
getAll in interface DataSourceDetectorRegistrynull
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||