|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.jdbc.datasource.AbstractDataSourceFactorySpi
public abstract class AbstractDataSourceFactorySpi
Constructor Summary | |
---|---|
AbstractDataSourceFactorySpi()
|
Method Summary | |
---|---|
boolean |
canProcess(java.util.Map params)
Test to see if this factory is suitable for processing the data pointed to by the params map. |
java.lang.String |
getDisplayName()
Default Implementation abuses the naming convention. |
java.util.Map |
getImplementationHints()
Returns the implementation hints. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.data.jdbc.datasource.DataSourceFactorySpi |
---|
createDataSource, createNewDataSource, getDescription, getParametersInfo, isAvailable |
Constructor Detail |
---|
public AbstractDataSourceFactorySpi()
Method Detail |
---|
public java.lang.String getDisplayName()
Will return Foo
for org.geotools.data.foo.FooFactory
.
getDisplayName
in interface DataSourceFactorySpi
public boolean canProcess(java.util.Map params)
DataSourceFactorySpi
If this data source requires a number of parameters then this mehtod should check that they are all present and that they are all valid.
canProcess
in interface DataSourceFactorySpi
params
- The full set of information needed to construct a live
data source.
public java.util.Map getImplementationHints()
getImplementationHints
in interface Factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |