Package adams.flow.standalone.loadvariables
-
Interface Summary Interface Description VariableLoader Interface for classes that load variables. -
Class Summary Class Description AbstractFileBasedVariableLoader Ancestor for loaders that load the variables from files.AbstractVariableLoader Ancestor for variable loaders.FromJson Loads the variables from a JSON file.FromProperties Loads the variables from a .props (Java properties) file.FromSpreadSheet Loads the variables from the spreadsheet using the specified reader.FromYaml Loads the variables from a YAML file.Null Dummy, does nothing.