Class ACRPolicyFileLoader


  • public final class ACRPolicyFileLoader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Logger logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object getPolicyParameter​(org.apache.commons.configuration.XMLConfiguration config, int currentRule)  
      PolicyDTO load()  
      • Methods inherited from class java.lang.Object

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

      • logger

        protected final Logger logger
    • Constructor Detail

      • ACRPolicyFileLoader

        public ACRPolicyFileLoader()
    • Method Detail

      • getPolicyParameter

        protected java.lang.Object getPolicyParameter​(org.apache.commons.configuration.XMLConfiguration config,
                                                      int currentRule)
                                               throws java.lang.ClassNotFoundException,
                                                      java.lang.IllegalAccessException,
                                                      java.lang.InstantiationException,
                                                      java.lang.Exception
        Throws:
        java.lang.ClassNotFoundException
        java.lang.IllegalAccessException
        java.lang.InstantiationException
        java.lang.Exception