Uses of Interface
adams.flow.standalone.loadvariables.VariableLoader
-
Packages that use VariableLoader Package Description adams.flow.standalone adams.flow.standalone.loadvariables -
-
Uses of VariableLoader in adams.flow.standalone
Fields in adams.flow.standalone declared as VariableLoader Modifier and Type Field Description protected VariableLoaderLoadVariables. m_Loaderthe variable loader to use.Methods in adams.flow.standalone that return VariableLoader Modifier and Type Method Description VariableLoaderLoadVariables. getLoader()Returns the input file to process.Methods in adams.flow.standalone with parameters of type VariableLoader Modifier and Type Method Description voidLoadVariables. setLoader(VariableLoader value)Sets the loader to use. -
Uses of VariableLoader in adams.flow.standalone.loadvariables
Classes in adams.flow.standalone.loadvariables that implement VariableLoader Modifier and Type Class Description classAbstractFileBasedVariableLoaderAncestor for loaders that load the variables from files.classAbstractVariableLoaderAncestor for variable loaders.classFromJsonLoads the variables from a JSON file.classFromPropertiesLoads the variables from a .props (Java properties) file.classFromSpreadSheetLoads the variables from the spreadsheet using the specified reader.classFromYamlLoads the variables from a YAML file.classNullDummy, does nothing.
-