Class NotEmptyValidator

java.lang.Object
games.stendhal.server.core.account.NotEmptyValidator
All Implemented Interfaces:
AccountParameterValidator

public class NotEmptyValidator extends Object implements AccountParameterValidator
validates that the given parameter is neither null nor the empty string.
Author:
hendrik
  • Constructor Details

    • NotEmptyValidator

      public NotEmptyValidator(String parameterValue)
      create a new NotEmptyValidator.
      Parameters:
      parameterValue - value to validate
  • Method Details