Package com.github.rvesse.airline.examples.inheritance


package com.github.rvesse.airline.examples.inheritance
  • Classes
    Class
    Description
    When inheriting from existing classes the default behaviour is to prevent overriding of options as Airline assumes the conflicting definitions are an error on the part of the developer.
     
     
    When inheriting from existing classes it is possible to override previously defined options but only if you are explicit about it.
     
    We can use standard Java inheritance with commands and the child commands will inherit options defined on their parents