uk.ac.vamsas.client.simpleclient
Class SimpleClientConfig

java.lang.Object
  extended byuk.ac.vamsas.client.simpleclient.SimpleClientConfig

public class SimpleClientConfig
extends java.lang.Object

Config for SimpleClient - a basic Vamsas Client Interface implementation.

Author:
JimP

Field Summary
 boolean _validatemergedroots
           
 boolean _validateupdatedroots
           
 
Constructor Summary
SimpleClientConfig()
           
 
Method Summary
 boolean validateMergedRoots()
          New VAMSAS roots added (merged) into the document will be validated before actually being added.
 boolean validateUpdatedRoots()
          existing VAMSAS roots that may have been modified will be validated before the updated document can be written.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_validatemergedroots

public boolean _validatemergedroots

_validateupdatedroots

public boolean _validateupdatedroots
Constructor Detail

SimpleClientConfig

public SimpleClientConfig()
Method Detail

validateMergedRoots

public boolean validateMergedRoots()
New VAMSAS roots added (merged) into the document will be validated before actually being added.

Returns:

validateUpdatedRoots

public boolean validateUpdatedRoots()
existing VAMSAS roots that may have been modified will be validated before the updated document can be written.

Returns: