uk.ac.vamsas.client.simpleclient
Class SimpleClientConfig
java.lang.Object
uk.ac.vamsas.client.simpleclient.SimpleClientConfig
- public class SimpleClientConfig
- extends java.lang.Object
Config for SimpleClient - a basic Vamsas Client Interface implementation.
- Author:
- JimP
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 |
_validatemergedroots
public boolean _validatemergedroots
_validateupdatedroots
public boolean _validateupdatedroots
SimpleClientConfig
public SimpleClientConfig()
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: