Class Axe


  • public class Axe
    extends java.lang.Object
    Main class for the Axe library. Is in charge of managing AxeRules and returning AxeResults.
    • Constructor Summary

      Constructors 
      Constructor Description
      Axe​(com.deque.axe.android.AxeConf axeConf)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.deque.axe.android.AxeResult run​(com.deque.axe.android.AxeContext axeContext)
      Main axe run function.
      • Methods inherited from class java.lang.Object

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

      • Axe

        public Axe​(com.deque.axe.android.AxeConf axeConf)
    • Method Detail

      • run

        public com.deque.axe.android.AxeResult run​(com.deque.axe.android.AxeContext axeContext)
        Main axe run function.
        Parameters:
        axeContext - The AxeContext for the run.
        Returns:
        An AxeResult object.