Uses of Class
digilib.util.Parameter
Packages that use Parameter
-
Uses of Parameter in digilib.conf
Methods in digilib.conf with parameters of type ParameterModifier and TypeMethodDescriptionprotected boolean
DigilibConfiguration.setSpecialValueFromString
(Parameter param, String value) Set non-standard value in Parameter param. -
Uses of Parameter in digilib.util
Fields in digilib.util with type parameters of type ParameterMethods in digilib.util that return ParameterModifier and TypeMethodDescriptionGet the Parameter with the corresponding key.ParameterMap.newParameter
(String name, Object def, Object val) Add a new Parameter with name, default and value.ParameterMap.newParameter
(String name, Object def, Object val, int type) Add a new Parameter with name, default, value and type.Add the Parameter val to the map, using val's name.Add the Parameter to the map with a certain key.Methods in digilib.util that return types with arguments of type ParameterModifier and TypeMethodDescriptionParameterMap.getParameters
(int type) Returns a map with all Parameters of a type.ParameterMap.getParams()
Returns the parameter Map.Methods in digilib.util with parameters of type ParameterModifier and TypeMethodDescriptionAdd the Parameter val to the map, using val's name.Add the Parameter to the map with a certain key.Method parameters in digilib.util with type arguments of type Parameter