Uses of Interface
ch.ivyteam.ivy.vars.Variables
-
Packages that use Variables Package Description ch.ivyteam.ivy.globalvars ch.ivyteam.ivy.vars -
-
Uses of Variables in ch.ivyteam.ivy.globalvars
Subinterfaces of Variables in ch.ivyteam.ivy.globalvars Modifier and Type Interface Description interfaceIGlobalVariableContextThe interface of the var attribute of the ivy class. -
Uses of Variables in ch.ivyteam.ivy.vars
Methods in ch.ivyteam.ivy.vars that return Variables Modifier and Type Method Description static VariablesVariables. current()Gets the current variables (of current application and actual environment).static VariablesVariables. of(IApplication app)Gets the variables of a given application and its active environment.static VariablesVariables. of(IApplication app, String env)Gets the variables of the given application and environment.VariablesVariables. ofEnvironment(String environment)Gets a variables for a specific environment.
-