|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.schema.CfgContext
public class CfgContext
Provides a context supporting schema configuration.
This primary intent is to provide access to a SchemaFactory to aid the instantiation of objects during configuration.
Constructor Summary | |
---|---|
CfgContext()
Default constructor. |
|
CfgContext(SchemaFactory factory)
Constructs with a supplied metadata component factory. |
Method Summary | |
---|---|
SchemaFactory |
getFactory()
Gets the metadata component factory. |
void |
setFactory(SchemaFactory factory)
Sets the metadata component factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CfgContext()
public CfgContext(SchemaFactory factory)
factory
- the metadata component factoryMethod Detail |
---|
public SchemaFactory getFactory()
public void setFactory(SchemaFactory factory)
factory
- the factory
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |