Class FileParameterType


  • public class FileParameterType
    extends ParameterType<File>
    This class represent a parameter type that is a file.
    Version:
    2.0
    Author:
    Samuel, Nicklas
    Last modified
    $Date$
    • Constructor Detail

      • FileParameterType

        public FileParameterType()
        Create a new file parameter type, allowing null values.
      • FileParameterType

        public FileParameterType​(File defaultValue,
                                 boolean notNull,
                                 int multiplicity)
        Create a new file parameter type.
        Parameters:
        defaultValue - Default value of the parameter. Null is allowed
        notNull - FALSE if nulls values are allowed, TRUE otherwise
        multiplicity - How many values that can be tied to this parameter. 0 is unlimited values and 1 is default.