Package org.ametys.runtime.parameter
-
Interface Summary Interface Description Enumerator Deprecated. UseEnumeratorinsteadValidator Validator for parameters values -
Class Summary Class Description AbstractParameterParser<P extends Parameter<T>,T extends Enum<T>> Deprecated. UseElementDefinitionParserinsteadDefaultValidator 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. UseStaticEnumeratorinstead -
Enum Summary Enum Description ParameterHelper.ParameterType Deprecated. UseElementType