Package org.passay.generate
Interface CharacterAppender
- All Known Implementing Classes:
CharacterCharacteristicsAppender,CharacterRuleAppender,FillRemainingCharactersAppender
public interface CharacterAppender
Interface for appending characters to a character buffer.
-
Method Summary
Modifier and TypeMethodDescriptionvoidappend(CharBuffer target, int count) Fills the target buffer with at most count characters from this appender.Returns the characters that may be used in by this appender.
-
Method Details
-
getCharacters
UnicodeString getCharacters()Returns the characters that may be used in by this appender.- Returns:
- valid characters
-
append
Fills the target buffer with at most count characters from this appender.- Parameters:
target- buffer to add characters tocount- maximum number of characters to add to buffer
-