|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.catalog.AbstractCatalog
Abstract implementation of Catalog.
Nested Class Summary |
Nested classes inherited from class org.geotools.catalog.Resolve |
Resolve.Status |
Constructor Summary | |
AbstractCatalog()
|
Method Summary | |
void |
addListener(ResolveChangeListener listener)
This method does nothing. |
void |
fire(ResolveChangeEvent event)
This method does nothing. |
CatalogInfo |
getInfo(ProgressListener monitor)
Aquire info on this Catalog. |
Resolve |
parent(ProgressListener monitor)
Catalogs do not have a parent so null is returned. |
void |
removeListener(ResolveChangeListener listener)
This method does nothing. |
java.lang.String |
toString()
Indicate class and id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.geotools.catalog.Catalog |
add, find, findService, remove, replace, resolve, search |
Methods inherited from interface org.geotools.catalog.Resolve |
canResolve, getIdentifier, getMessage, getStatus, members |
Constructor Detail |
public AbstractCatalog()
Method Detail |
public Resolve parent(ProgressListener monitor)
We can consider adding a global 'root' parent - but we will wait until we find a need, or if users request.
parent
in interface Resolve
monitor
- Progress monitor used to report status while blocking.
May be null.
public CatalogInfo getInfo(ProgressListener monitor) throws java.io.IOException
This is functionally equivalent to:
getInfo
in interface Catalog
java.io.IOException
Catalog.resolve(Class, ProgressListener)
public java.lang.String toString()
public void addListener(ResolveChangeListener listener)
addListener
in interface Resolve
listener
- The observer.public void removeListener(ResolveChangeListener listener)
removeListener
in interface Resolve
listener
- The observer.public void fire(ResolveChangeEvent event)
fire
in interface Resolve
event
- The event describing the change.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |