Package org.sklsft.generator.bash.arguments


package org.sklsft.generator.bash.arguments
  • Class
    Description
    An abstract implementation of ChoicesHelper based on a map of choices
    We have to override initialization to fetch the possible values
    Be careful that the access to choices is not thread-safe.
    We do not consider multi-threading
    An abstract implementation of ChoicesHelper based on a free entry with possible check and conversion
    An interface that : Displays the choices we have regarding a question Returns the argument depending on the key we entered
    The choices of the database engine are available through a built map in the DatabaseHandlerDiscovery
    The choices of the skeleton are available through a built map in the SkeletonResolver
    Simple implementation of an AbstractMultiChoicesHelper where you have to choose between true and false