git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@411
be28352e-c001-0410-b1a7-
c7978e42abec
--- /dev/null
+package uk.ac.vamsas.client.simpleclient;\r
+/**\r
+ * Config for SimpleClient - a basic Vamsas Client Interface implementation.\r
+ * @author JimP\r
+ *\r
+ */\r
+public class SimpleClientConfig {\r
+\r
+ /**\r
+ * New VAMSAS roots added (merged) into the document\r
+ * will be validated before actually being added. \r
+ * @return\r
+ */\r
+ public static boolean validateMergedRoots() {\r
+ return false;\r
+ }\r
+\r
+ /**\r
+ * existing VAMSAS roots that may have been modified \r
+ * will be validated before the updated document can\r
+ * be written. \r
+ * @return\r
+ */\r
+ public static boolean validateUpdatedRoots() {\r
+ return false;\r
+ }\r
+\r
+}\r