Esri Geoportal Server
1.0

com.esri.gpt.catalog.schema
Class CfgContext

java.lang.Object
  extended by com.esri.gpt.catalog.schema.CfgContext

public class CfgContext
extends Object

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

CfgContext

public CfgContext()
Default constructor.


CfgContext

public CfgContext(SchemaFactory factory)
Constructs with a supplied metadata component factory.

Parameters:
factory - the metadata component factory
Method Detail

getFactory

public SchemaFactory getFactory()
Gets the metadata component factory.

Returns:
the factory

setFactory

public void setFactory(SchemaFactory factory)
Sets the metadata component factory.

Parameters:
factory - the factory

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.