Class VerifierConfigurationImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<org.kie.api.io.Resource,​org.kie.api.io.ResourceType> verifyingResources  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProperty​(java.lang.String name)  
      java.util.Map<org.kie.api.io.Resource,​org.kie.api.io.ResourceType> getVerifyingResources()
      Add external analyzing rules to verifier.
      boolean setProperty​(java.lang.String name, java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • verifyingResources

        protected java.util.Map<org.kie.api.io.Resource,​org.kie.api.io.ResourceType> verifyingResources
    • Constructor Detail

      • VerifierConfigurationImpl

        public VerifierConfigurationImpl()
    • Method Detail

      • getProperty

        public java.lang.String getProperty​(java.lang.String name)
        Specified by:
        getProperty in interface org.kie.api.PropertiesConfiguration
      • setProperty

        public boolean setProperty​(java.lang.String name,
                                   java.lang.String value)
        Specified by:
        setProperty in interface org.kie.api.PropertiesConfiguration