All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.passay.CharacterData Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version
/* See LICENSE for licensing and NOTICE for copyright. */
package org.passay;

/**
 * Input data used by {@link CharacterRule}.
 *
 * @author  Middleware Services
 */
public interface CharacterData
{


  /**
   * Return the error code used for message resolution.
   *
   * @return  error code
   */
  String getErrorCode();


  /**
   * Returns the characters.
   *
   * @return  characters
   */
  String getCharacters();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy