|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.opener.impl.DataOpenerRegistryImpl
public class DataOpenerRegistryImpl
Constructor Summary | |
---|---|
DataOpenerRegistryImpl()
|
Method Summary | |
---|---|
void |
add(DataOpenerFactory factory)
Register a DataAccessorFactory. |
Set |
get(String mimeType)
Get all DataAccessorFactories capable of handling the specified scheme. |
Set |
getAll()
Get all registered DataAccessorFactories. |
void |
remove(DataOpenerFactory factory)
Removes a registered DataAccessorFactory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataOpenerRegistryImpl()
Method Detail |
---|
public void add(DataOpenerFactory factory)
DataOpenerRegistry
add
in interface DataOpenerRegistry
public void remove(DataOpenerFactory factory)
DataOpenerRegistry
remove
in interface DataOpenerRegistry
public Set get(String mimeType)
DataOpenerRegistry
get
in interface DataOpenerRegistry
mimeType
- A scheme, e.g. "http" or "file".
public Set getAll()
DataOpenerRegistry
getAll
in interface DataOpenerRegistry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |