Esri Geoportal Server
1.0

com.esri.gpt.server.assertion
Class AsnConfig

java.lang.Object
  extended by com.esri.gpt.server.assertion.AsnConfig

public class AsnConfig
extends Object

Assertion configuration.


Constructor Summary
AsnConfig()
          Default constructor
 
Method Summary
 void configure()
          Builds the configuration.
 boolean getAreAssertionsEnabled()
          Gets the status indicating whether or not assertions are enabled.
 AsnIndexReferences getIndexReferences()
          Gets the the configured index references.
 AsnOperations getOperations()
          Gets the configured assertion operations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsnConfig

public AsnConfig()
Default constructor

Method Detail

getAreAssertionsEnabled

public boolean getAreAssertionsEnabled()
Gets the status indicating whether or not assertions are enabled.

Returns:
true if assertions are enabled

getIndexReferences

public AsnIndexReferences getIndexReferences()
Gets the the configured index references.

Returns:
the configured index references

getOperations

public AsnOperations getOperations()
Gets the configured assertion operations.

Returns:
the configured assertion operations

configure

public void configure()
Builds the configuration.


Esri Geoportal Server
1.0

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