Class Configuration


  • public class Configuration
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Configuration()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Boolean getConfiguration​(java.lang.String name, java.util.Map configurations)  
      • Methods inherited from class java.lang.Object

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

      • SETTING_CHECK_IMAGE_EXIST

        public static final java.lang.String SETTING_CHECK_IMAGE_EXIST
        See Also:
        Constant Field Values
      • SETTING_PROCESS_JOOSCRIPT_ONLY

        public static final java.lang.String SETTING_PROCESS_JOOSCRIPT_ONLY
        See Also:
        Constant Field Values
    • Constructor Detail

      • Configuration

        public Configuration()
    • Method Detail

      • getConfiguration

        public static java.lang.Boolean getConfiguration​(java.lang.String name,
                                                         java.util.Map configurations)