Class VariableDecls


  • public class VariableDecls
    extends Object
    Constants and utilities for variable declaration.
    Since:
    15.0
    Version:
    17.0 2020-01-04 14:41:57
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.bootique
    Maven Artifact Id:
    bootique-variables
    • Constructor Detail

      • VariableDecls

        protected VariableDecls​(io.bootique.BQCoreModuleExtender extender)
        Constructor.
        Parameters:
        extender - the Bootique extender.
    • Method Detail

      • extend

        public static VariableDecls extend​(com.google.inject.Binder binder)
        Create an extended from the given binder.
        Parameters:
        binder - the injection binder.
        Returns:
        the variable declarator.
      • declareVar

        public VariableDecls declareVar​(String bootiqueVariable)
        Declare an environment variable which is linked to the given Bootique variable, and has its name defined from the name of the Bootique variable.
        Parameters:
        bootiqueVariable - the name of the bootique variable.
        Returns:
        the Bootique extender.