Package org.ametys.runtime.parameter
-
Interface Summary Interface Description Enumerator Deprecated. UseEnumerator
insteadValidator Validator for parameters values -
Class Summary Class Description AbstractParameterParser<P extends Parameter<T>,T extends Enum<T>> Deprecated. UseElementDefinitionParser
insteadDefaultValidator This default implementation validates the following configurable stuff: mandatory: check the parameter is set regexp: check the string parameter matches a regexpErrors Errors structure to populate on validation.Parameter<T extends Enum<T>> Deprecated. use ElementDefinition insteadParameterHelper Deprecated. All of this helper methods are now in the new Parameter API classesStaticEnumerator Deprecated. UseStaticEnumerator
instead -
Enum Summary Enum Description ParameterHelper.ParameterType Deprecated. UseElementType