Package adams.core
Class ParametersFromFileHelper
- java.lang.Object
-
- adams.core.ParametersFromFileHelper
-
public class ParametersFromFileHelper extends Object
Helper class for loading and applying parameters to classes implementingParametersFromFileSupporter.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
ParametersFromFileSupporter
-
-
Constructor Summary
Constructors Constructor Description ParametersFromFileHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringapplyParameters(ParametersFromFileSupporter supporter)Loads and applies the parameters, if possible.static StringparametersFileTipText()Returns the tool tip to use for the parameters file.
-
-
-
Method Detail
-
parametersFileTipText
public static String parametersFileTipText()
Returns the tool tip to use for the parameters file.- Returns:
- the tool tip
-
applyParameters
public static String applyParameters(ParametersFromFileSupporter supporter)
Loads and applies the parameters, if possible.- Parameters:
supporter- the object to update- Returns:
- null if successful or nothing to do, otherwise error message
-
-