Class ProvidenceConfigParser


  • public class ProvidenceConfigParser
    extends java.lang.Object
    This parser parses config files. The class in itself should be stateless, so can safely be used in multiple threads safely. This is a utility class created in order to simplify testing.
    • Constructor Summary

      Constructors 
      Constructor Description
      ProvidenceConfigParser​(net.morimekta.providence.util.TypeRegistry registry, boolean strict)
      Create a providence config parser instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProvidenceConfigParser

        public ProvidenceConfigParser​(net.morimekta.providence.util.TypeRegistry registry,
                                      boolean strict)
        Create a providence config parser instance.
        Parameters:
        registry - The type registry used.
        strict - If config should be parsed and handled strictly.