Class PortValidator


  • public class PortValidator
    extends Validator
    This validator ensures that the specified port is not in use.
    Since:
    August 11, 2003, 7:44 PM
    Author:
    kebbs
    • Constructor Detail

      • PortValidator

        public PortValidator​(String name)
        Creates a new instance of PortValidator
        Parameters:
        name - Name of an entry that is used in case of validation errors. If the name is null "" is used instead.